Interface RelationalArray
-
Method Summary
Modifier and TypeMethodDescriptiondefault voidfree()default ObjectgetArray()default ObjectgetArray(long oneBasedIndex, int count) default Objectdefault Objectdefault Stringdefault RelationalResultSetgetResultSet(long index, int count) default RelationalResultSetgetResultSet(long index, int count, Map<String, Class<?>> map) default RelationalResultSetgetResultSet(Map<String, Class<?>> map) default booleanisWrapperFor(Class<?> iface) default <T> TMethods inherited from interface java.sql.Array
getBaseType
-
Method Details
-
getMetaData
- Throws:
SQLException
-
getArray
- Specified by:
getArrayin interfaceArray- Throws:
SQLException
-
getArray
- Specified by:
getArrayin interfaceArray- Throws:
SQLException
-
getArray
- Specified by:
getArrayin interfaceArray- Throws:
SQLException
-
getArray
- Specified by:
getArrayin interfaceArray- Throws:
SQLException
-
getResultSet
- Specified by:
getResultSetin interfaceArray- Throws:
SQLException
-
getResultSet
- Specified by:
getResultSetin interfaceArray- Throws:
SQLException
-
getResultSet
- Specified by:
getResultSetin interfaceArray- Throws:
SQLException
-
getResultSet
default RelationalResultSet getResultSet(long index, int count, Map<String, Class<?>> map) throws SQLException- Specified by:
getResultSetin interfaceArray- Throws:
SQLException
-
getBaseTypeName
- Specified by:
getBaseTypeNamein interfaceArray- Throws:
SQLException
-
free
default void free() -
unwrap
- Specified by:
unwrapin interfaceWrapper- Throws:
SQLException
-
isWrapperFor
- Specified by:
isWrapperForin interfaceWrapper- Throws:
SQLException
-