Package com.aerospike.jdbc.sql.type
Class BasicArray
java.lang.Object
javax.sql.rowset.serial.SerialArray
com.aerospike.jdbc.sql.type.BasicArray
- All Implemented Interfaces:
Serializable,Cloneable,Array
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionBasicArray(String schema, String baseTypeName, Object[] elements) BasicArray(Array array) BasicArray(Array array, Map<String, Class<?>> map) -
Method Summary
Modifier and TypeMethodDescriptiongetResultSet(long index, int count) getResultSet(long index, int count, Map<String, Class<?>> map) getResultSet(Map<String, Class<?>> map) Methods inherited from class javax.sql.rowset.serial.SerialArray
clone, equals, free, getArray, getArray, getArray, getArray, getBaseType, getBaseTypeName, hashCode
-
Constructor Details
-
BasicArray
- Throws:
SQLException
-
BasicArray
- Throws:
SQLException
-
BasicArray
- Throws:
SQLException
-
-
Method Details
-
getResultSet
- Specified by:
getResultSetin interfaceArray- Overrides:
getResultSetin classSerialArray- Throws:
SerialException
-
getResultSet
- Specified by:
getResultSetin interfaceArray- Overrides:
getResultSetin classSerialArray- Throws:
SerialException
-
getResultSet
- Specified by:
getResultSetin interfaceArray- Overrides:
getResultSetin classSerialArray- Throws:
SerialException
-
getResultSet
public ResultSet getResultSet(long index, int count, Map<String, Class<?>> map) throws SerialException- Specified by:
getResultSetin interfaceArray- Overrides:
getResultSetin classSerialArray- Throws:
SerialException
-