Package com.aerospike.jdbc.sql
Class ListRecordSet
- All Implemented Interfaces:
IndexToLabelResultSet,SimpleWrapper,UpdateResultSet,AutoCloseable,ResultSet,Wrapper
-
Field Summary
Fields inherited from interface java.sql.ResultSet
CLOSE_CURSORS_AT_COMMIT, CONCUR_READ_ONLY, CONCUR_UPDATABLE, FETCH_FORWARD, FETCH_REVERSE, FETCH_UNKNOWN, HOLD_CURSORS_OVER_COMMIT, TYPE_FORWARD_ONLY, TYPE_SCROLL_INSENSITIVE, TYPE_SCROLL_SENSITIVE -
Constructor Summary
ConstructorsConstructorDescriptionListRecordSet(Statement statement, String schema, String table, List<DataColumn> columns, Iterable<List<?>> data) -
Method Summary
Modifier and TypeMethodDescriptiongetBigDecimal(String columnLabel, int scale) booleangetBoolean(String columnLabel) bytebyte[]doublefloatintlongshortbooleanisLast()Methods inherited from class com.aerospike.jdbc.sql.BaseResultSet
absolute, afterLast, beforeFirst, clearWarnings, close, findColumn, first, getArray, getAsciiStream, getBigDecimal, getBinaryStream, getBlob, getCharacterStream, getClob, getCursorName, getDate, getDate, getHoldability, getMetaData, getNCharacterStream, getNClob, getNString, getObject, getObject, getObject, getRef, getRow, getRowId, getSQLXML, getStatement, getTime, getTime, getTimestamp, getTimestamp, getUnicodeStream, getURL, getWarnings, isAfterLast, isBeforeFirst, isClosed, isFirst, last, next, relative, setFetchSize, wasNullMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.aerospike.jdbc.sql.IndexToLabelResultSet
getArray, getAsciiStream, getBigDecimal, getBigDecimal, getBinaryStream, getBlob, getBoolean, getByte, getBytes, getCharacterStream, getClob, getColumnLabel, getDate, getDate, getDouble, getFloat, getInt, getLong, getNCharacterStream, getNClob, getNString, getObject, getObject, getObject, getRef, getRowId, getShort, getSQLXML, getString, getTime, getTime, getTimestamp, getTimestamp, getUnicodeStream, getURLMethods inherited from interface com.aerospike.jdbc.sql.SimpleWrapper
isWrapperFor, unwrapMethods inherited from interface com.aerospike.jdbc.sql.UpdateResultSet
cancelRowUpdates, deleteRow, getConcurrency, getFetchDirection, getFetchSize, getType, insertRow, moveToCurrentRow, moveToInsertRow, previous, refreshRow, rowDeleted, rowInserted, rowUpdated, setFetchDirection, updateArray, updateArray, updateAsciiStream, updateAsciiStream, updateAsciiStream, updateAsciiStream, updateAsciiStream, updateAsciiStream, updateBigDecimal, updateBigDecimal, updateBinaryStream, updateBinaryStream, updateBinaryStream, updateBinaryStream, updateBinaryStream, updateBinaryStream, updateBlob, updateBlob, updateBlob, updateBlob, updateBlob, updateBlob, updateBoolean, updateBoolean, updateByte, updateByte, updateBytes, updateBytes, updateCharacterStream, updateCharacterStream, updateCharacterStream, updateCharacterStream, updateCharacterStream, updateCharacterStream, updateClob, updateClob, updateClob, updateClob, updateClob, updateClob, updateDate, updateDate, updateDouble, updateDouble, updateFloat, updateFloat, updateInt, updateInt, updateLong, updateLong, updateNCharacterStream, updateNCharacterStream, updateNCharacterStream, updateNCharacterStream, updateNClob, updateNClob, updateNClob, updateNClob, updateNClob, updateNClob, updateNString, updateNString, updateNull, updateNull, updateObject, updateObject, updateObject, updateObject, updateObject, updateObject, updateObject, updateObject, updateRef, updateRef, updateRow, updateRowId, updateRowId, updateShort, updateShort, updateSQLXML, updateSQLXML, updateString, updateString, updateTime, updateTime, updateTimestamp, updateTimestamp
-
Constructor Details
-
ListRecordSet
-
-
Method Details
-
getString
-
getBoolean
-
getByte
-
getShort
-
getInt
-
getLong
-
getFloat
-
getDouble
-
getBigDecimal
- Throws:
SQLException
-
getBytes
-
isLast
public boolean isLast()- Specified by:
isLastin interfaceResultSet- Overrides:
isLastin classBaseResultSet<List<?>>
-