Class PreparedQueryResultSet
java.lang.Object
nl.cwi.monetdb.embedded.env.AbstractConnectionResult
nl.cwi.monetdb.embedded.resultset.QueryResultSet
nl.cwi.monetdb.embedded.resultset.PreparedQueryResultSet
- All Implemented Interfaces:
Closeable
,AutoCloseable
,Iterable
public final class PreparedQueryResultSet extends QueryResultSet
Embedded MonetDB query result extension for prepared statements.
- Author:
- Pedro Ferreira
-
Method Summary
Modifier and Type Method Description int
getPreparedID()
Get the prepared statement ID.Methods inherited from class nl.cwi.monetdb.embedded.resultset.QueryResultSet
checkBooleanIsNull, close, closeResultImplementation, fetchAllRowValues, fetchFirstNRowValues, fetchResultSetRows, getBlobByColumnIndexAndRow, getBlobByColumnNameAndRow, getBlobColumnByIndex, getBlobColumnByIndex, getBlobColumnByName, getBlobColumnByName, getBooleanByColumnIndexAndRow, getBooleanByColumnNameAndRow, getBooleanColumnByIndex, getBooleanColumnByIndex, getBooleanColumnByName, getBooleanColumnByName, getByteByColumnIndexAndRow, getByteByColumnNameAndRow, getByteColumnByIndex, getByteColumnByIndex, getByteColumnByName, getByteColumnByName, getColumnDigits, getColumnIndexByName, getColumnNames, getColumnNullMappingsByIndex, getColumnScales, getColumnTypes, getDateByColumnIndexAndRow, getDateByColumnNameAndRow, getDateColumnByIndex, getDateColumnByIndex, getDateColumnByName, getDateColumnByName, getDecimalByColumnIndexAndRow, getDecimalByColumnNameAndRow, getDecimalColumnByIndex, getDecimalColumnByIndex, getDecimalColumnByName, getDecimalColumnByName, getDoubleByColumnIndexAndRow, getDoubleByColumnNameAndRow, getDoubleColumnByIndex, getDoubleColumnByIndex, getDoubleColumnByName, getDoubleColumnByName, getFloatByColumnIndexAndRow, getFloatByColumnNameAndRow, getFloatColumnByIndex, getFloatColumnByIndex, getFloatColumnByName, getFloatColumnByName, getIntColumnByIndex, getIntColumnByIndex, getIntColumnByName, getIntColumnByName, getIntegerByColumnIndexAndRow, getIntegerByColumnNameAndRow, getLongByColumnIndexAndRow, getLongByColumnNameAndRow, getLongColumnByIndex, getLongColumnByIndex, getLongColumnByName, getLongColumnByName, getMappings, getNullMappingByName, getNumberOfColumns, getNumberOfRows, getOidByColumnIndexAndRow, getOidByColumnNameAndRow, getOidColumnByIndex, getOidColumnByIndex, getOidColumnByName, getOidColumnByName, getShortByColumnIndexAndRow, getShortByColumnNameAndRow, getShortColumnByIndex, getShortColumnByIndex, getShortColumnByName, getShortColumnByName, getStringByColumnIndexAndRow, getStringByColumnNameAndRow, getStringColumnByIndex, getStringColumnByIndex, getStringColumnByName, getStringColumnByName, getTimeByColumnIndexAndRow, getTimeByColumnNameAndRow, getTimeColumnByIndex, getTimeColumnByIndex, getTimeColumnByName, getTimeColumnByName, getTimestampByColumnIndexAndRow, getTimestampByColumnNameAndRow, getTimestampColumnByIndex, getTimestampColumnByIndex, getTimestampColumnByName, getTimestampColumnByName, isQueryResultSetClosed, iterator, mapColumnToObjectByIndex, mapColumnToObjectByName
Methods inherited from class nl.cwi.monetdb.embedded.env.AbstractConnectionResult
checkMetadataArrayLength, getConnection, getRandomIdentifier
-
Method Details
-
getPreparedID
public int getPreparedID()Get the prepared statement ID.- Returns:
- The prepared statement ID
-