Interface RelationalArray
-
Method Summary
Modifier and TypeMethodDescriptiondefault void
free()
default Object
getArray()
default Object
getArray
(long oneBasedIndex, int count) default Object
default Object
default String
default RelationalResultSet
getResultSet
(long index, int count) default RelationalResultSet
getResultSet
(long index, int count, Map<String, Class<?>> map) default RelationalResultSet
getResultSet
(Map<String, Class<?>> map) default boolean
isWrapperFor
(Class<?> iface) default <T> T
Methods inherited from interface java.sql.Array
getBaseType
-
Method Details
-
getMetaData
- Throws:
SQLException
-
getArray
- Specified by:
getArray
in interfaceArray
- Throws:
SQLException
-
getArray
- Specified by:
getArray
in interfaceArray
- Throws:
SQLException
-
getArray
- Specified by:
getArray
in interfaceArray
- Throws:
SQLException
-
getArray
- Specified by:
getArray
in interfaceArray
- Throws:
SQLException
-
getResultSet
- Specified by:
getResultSet
in interfaceArray
- Throws:
SQLException
-
getResultSet
- Specified by:
getResultSet
in interfaceArray
- Throws:
SQLException
-
getResultSet
- Specified by:
getResultSet
in interfaceArray
- Throws:
SQLException
-
getResultSet
default RelationalResultSet getResultSet(long index, int count, Map<String, Class<?>> map) throws SQLException- Specified by:
getResultSet
in interfaceArray
- Throws:
SQLException
-
getBaseTypeName
- Specified by:
getBaseTypeName
in interfaceArray
- Throws:
SQLException
-
free
default void free() -
unwrap
- Specified by:
unwrap
in interfaceWrapper
- Throws:
SQLException
-
isWrapperFor
- Specified by:
isWrapperFor
in interfaceWrapper
- Throws:
SQLException
-