Interface RelationalResultSet
- All Superinterfaces:
AutoCloseable
,RelationalStruct
,ResultSet
,Struct
,Wrapper
Represents the results of a query against the system.
-
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
-
Method Summary
Modifier and TypeMethodDescriptiondefault boolean
absolute
(int row) default void
default void
default void
default void
default void
default int
findColumn
(String columnLabel) default boolean
first()
default InputStream
getAsciiStream
(int columnIndex) default InputStream
getAsciiStream
(String columnLabel) default BigDecimal
getBigDecimal
(int columnIndex) default BigDecimal
getBigDecimal
(int columnIndex, int scale) Deprecated.default BigDecimal
getBigDecimal
(String columnLabel) default BigDecimal
getBigDecimal
(String columnLabel, int scale) Deprecated.default InputStream
getBinaryStream
(int columnIndex) default InputStream
getBinaryStream
(String columnLabel) default Blob
getBlob
(int columnIndex) default Blob
default byte
getByte
(int columnIndex) default byte
default Reader
getCharacterStream
(int columnIndex) default Reader
getCharacterStream
(String columnLabel) default Clob
getClob
(int columnIndex) default Clob
default int
AContinuation
that can be used for retrieving the rest of the rows.default String
default Date
getDate
(int columnIndex) default Date
default Date
default Date
default int
default int
default int
default Reader
getNCharacterStream
(int columnIndex) default Reader
getNCharacterStream
(String columnLabel) default NClob
getNClob
(int columnIndex) default NClob
default String
getNString
(int columnIndex) default String
getNString
(String columnLabel) default <T> T
default Object
default <T> T
default Object
default Ref
getRef
(int columnIndex) default Ref
default int
getRow()
default RowId
getRowId
(int columnIndex) default RowId
default short
getShort
(int columnIndex) default short
default SQLXML
getSQLXML
(int columnIndex) default SQLXML
default Statement
default Time
getTime
(int columnIndex) default Time
default Time
default Time
default Timestamp
getTimestamp
(int columnIndex) default Timestamp
getTimestamp
(int columnIndex, Calendar cal) default Timestamp
getTimestamp
(String columnLabel) default Timestamp
getTimestamp
(String columnLabel, Calendar cal) default int
getType()
default InputStream
getUnicodeStream
(int columnIndex) Deprecated.default InputStream
getUnicodeStream
(String columnLabel) Deprecated.default URL
getURL
(int columnIndex) default URL
default SQLWarning
default void
default boolean
default boolean
default boolean
isFirst()
default boolean
isLast()
default boolean
isWrapperFor
(Class<?> iface) default boolean
last()
default void
default void
default boolean
previous()
default void
default boolean
relative
(int rows) default boolean
default boolean
default boolean
default void
setFetchDirection
(int direction) default void
setFetchSize
(int rows) default <T> T
default void
updateArray
(int columnIndex, Array x) default void
updateArray
(String columnLabel, Array x) default void
updateAsciiStream
(int columnIndex, InputStream x) default void
updateAsciiStream
(int columnIndex, InputStream x, int length) default void
updateAsciiStream
(int columnIndex, InputStream x, long length) default void
updateAsciiStream
(String columnLabel, InputStream x) default void
updateAsciiStream
(String columnLabel, InputStream x, int length) default void
updateAsciiStream
(String columnLabel, InputStream x, long length) default void
updateBigDecimal
(int columnIndex, BigDecimal x) default void
updateBigDecimal
(String columnLabel, BigDecimal x) default void
updateBinaryStream
(int columnIndex, InputStream x) default void
updateBinaryStream
(int columnIndex, InputStream x, int length) default void
updateBinaryStream
(int columnIndex, InputStream x, long length) default void
updateBinaryStream
(String columnLabel, InputStream x) default void
updateBinaryStream
(String columnLabel, InputStream x, int length) default void
updateBinaryStream
(String columnLabel, InputStream x, long length) default void
updateBlob
(int columnIndex, InputStream inputStream) default void
updateBlob
(int columnIndex, InputStream inputStream, long length) default void
updateBlob
(int columnIndex, Blob x) default void
updateBlob
(String columnLabel, InputStream inputStream) default void
updateBlob
(String columnLabel, InputStream inputStream, long length) default void
updateBlob
(String columnLabel, Blob x) default void
updateBoolean
(int columnIndex, boolean x) default void
updateBoolean
(String columnLabel, boolean x) default void
updateByte
(int columnIndex, byte x) default void
updateByte
(String columnLabel, byte x) default void
updateBytes
(int columnIndex, byte[] x) default void
updateBytes
(String columnLabel, byte[] x) default void
updateCharacterStream
(int columnIndex, Reader x) default void
updateCharacterStream
(int columnIndex, Reader x, int length) default void
updateCharacterStream
(int columnIndex, Reader x, long length) default void
updateCharacterStream
(String columnLabel, Reader reader) default void
updateCharacterStream
(String columnLabel, Reader reader, int length) default void
updateCharacterStream
(String columnLabel, Reader reader, long length) default void
updateClob
(int columnIndex, Reader reader) default void
updateClob
(int columnIndex, Reader reader, long length) default void
updateClob
(int columnIndex, Clob x) default void
updateClob
(String columnLabel, Reader reader) default void
updateClob
(String columnLabel, Reader reader, long length) default void
updateClob
(String columnLabel, Clob x) default void
updateDate
(int columnIndex, Date x) default void
updateDate
(String columnLabel, Date x) default void
updateDouble
(int columnIndex, double x) default void
updateDouble
(String columnLabel, double x) default void
updateFloat
(int columnIndex, float x) default void
updateFloat
(String columnLabel, float x) default void
updateInt
(int columnIndex, int x) default void
default void
updateLong
(int columnIndex, long x) default void
updateLong
(String columnLabel, long x) default void
updateNCharacterStream
(int columnIndex, Reader x) default void
updateNCharacterStream
(int columnIndex, Reader x, long length) default void
updateNCharacterStream
(String columnLabel, Reader reader) default void
updateNCharacterStream
(String columnLabel, Reader reader, long length) default void
updateNClob
(int columnIndex, Reader reader) default void
updateNClob
(int columnIndex, Reader reader, long length) default void
updateNClob
(int columnIndex, NClob nClob) default void
updateNClob
(String columnLabel, Reader reader) default void
updateNClob
(String columnLabel, Reader reader, long length) default void
updateNClob
(String columnLabel, NClob nClob) default void
updateNString
(int columnIndex, String nString) default void
updateNString
(String columnLabel, String nString) default void
updateNull
(int columnIndex) default void
updateNull
(String columnLabel) default void
updateObject
(int columnIndex, Object x) default void
updateObject
(int columnIndex, Object x, int scaleOrLength) default void
updateObject
(String columnLabel, Object x) default void
updateObject
(String columnLabel, Object x, int scaleOrLength) default void
default void
default void
default void
updateRowId
(int columnIndex, RowId x) default void
updateRowId
(String columnLabel, RowId x) default void
updateShort
(int columnIndex, short x) default void
updateShort
(String columnLabel, short x) default void
updateSQLXML
(int columnIndex, SQLXML xmlObject) default void
updateSQLXML
(String columnLabel, SQLXML xmlObject) default void
updateString
(int columnIndex, String x) default void
updateString
(String columnLabel, String x) default void
updateTime
(int columnIndex, Time x) default void
updateTime
(String columnLabel, Time x) default void
updateTimestamp
(int columnIndex, Timestamp x) default void
updateTimestamp
(String columnLabel, Timestamp x) Methods inherited from interface com.apple.foundationdb.relational.api.RelationalStruct
getArray, getArray, getAttributes, getAttributes, getBoolean, getBoolean, getBytes, getBytes, getDouble, getDouble, getFloat, getFloat, getInt, getInt, getLong, getLong, getObject, getObject, getSQLTypeName, getString, getString, getStruct, getStruct, getUUID, getUUID, wasNull
Methods inherited from interface java.sql.ResultSet
close, getArray, getArray, getBoolean, getBoolean, getBytes, getBytes, getDouble, getDouble, getFloat, getFloat, getInt, getInt, getLong, getLong, getObject, getObject, getString, getString, isClosed, next, updateObject, updateObject, updateObject, updateObject, wasNull
-
Method Details
-
getMetaData
- Specified by:
getMetaData
in interfaceRelationalStruct
- Specified by:
getMetaData
in interfaceResultSet
- Throws:
SQLException
-
getContinuation
AContinuation
that can be used for retrieving the rest of the rows. Note: The continuation is only available once the result set has been exhausted.- Returns:
- A
Continuation
that can be used for retrieving the rest of the rows. - Throws:
SQLException
- if the continuation cannot be retrieved.
-
getByte
- Specified by:
getByte
in interfaceResultSet
- Throws:
SQLException
-
getByte
- Specified by:
getByte
in interfaceResultSet
- Throws:
SQLException
-
getShort
- Specified by:
getShort
in interfaceResultSet
- Throws:
SQLException
-
getShort
- Specified by:
getShort
in interfaceResultSet
- Throws:
SQLException
-
getBigDecimal
Deprecated.- Specified by:
getBigDecimal
in interfaceResultSet
- Throws:
SQLException
-
getBigDecimal
Deprecated.- Specified by:
getBigDecimal
in interfaceResultSet
- Throws:
SQLException
-
getBigDecimal
- Specified by:
getBigDecimal
in interfaceResultSet
- Throws:
SQLException
-
getBigDecimal
- Specified by:
getBigDecimal
in interfaceResultSet
- Throws:
SQLException
-
getDate
- Specified by:
getDate
in interfaceResultSet
- Throws:
SQLException
-
getDate
- Specified by:
getDate
in interfaceResultSet
- Throws:
SQLException
-
getDate
- Specified by:
getDate
in interfaceResultSet
- Throws:
SQLException
-
getDate
- Specified by:
getDate
in interfaceResultSet
- Throws:
SQLException
-
getTime
- Specified by:
getTime
in interfaceResultSet
- Throws:
SQLException
-
getTime
- Specified by:
getTime
in interfaceResultSet
- Throws:
SQLException
-
getTime
- Specified by:
getTime
in interfaceResultSet
- Throws:
SQLException
-
getTime
- Specified by:
getTime
in interfaceResultSet
- Throws:
SQLException
-
getTimestamp
- Specified by:
getTimestamp
in interfaceResultSet
- Throws:
SQLException
-
getTimestamp
- Specified by:
getTimestamp
in interfaceResultSet
- Throws:
SQLException
-
getTimestamp
- Specified by:
getTimestamp
in interfaceResultSet
- Throws:
SQLException
-
getTimestamp
- Specified by:
getTimestamp
in interfaceResultSet
- Throws:
SQLException
-
getAsciiStream
- Specified by:
getAsciiStream
in interfaceResultSet
- Throws:
SQLException
-
getAsciiStream
- Specified by:
getAsciiStream
in interfaceResultSet
- Throws:
SQLException
-
getUnicodeStream
Deprecated.- Specified by:
getUnicodeStream
in interfaceResultSet
- Throws:
SQLException
-
getUnicodeStream
Deprecated.- Specified by:
getUnicodeStream
in interfaceResultSet
- Throws:
SQLException
-
getBinaryStream
- Specified by:
getBinaryStream
in interfaceResultSet
- Throws:
SQLException
-
getBinaryStream
- Specified by:
getBinaryStream
in interfaceResultSet
- Throws:
SQLException
-
getWarnings
- Specified by:
getWarnings
in interfaceResultSet
- Throws:
SQLException
-
clearWarnings
- Specified by:
clearWarnings
in interfaceResultSet
- Throws:
SQLException
-
getCursorName
- Specified by:
getCursorName
in interfaceResultSet
- Throws:
SQLException
-
findColumn
- Specified by:
findColumn
in interfaceResultSet
- Throws:
SQLException
-
getCharacterStream
- Specified by:
getCharacterStream
in interfaceResultSet
- Throws:
SQLException
-
getCharacterStream
- Specified by:
getCharacterStream
in interfaceResultSet
- Throws:
SQLException
-
isBeforeFirst
- Specified by:
isBeforeFirst
in interfaceResultSet
- Throws:
SQLException
-
isAfterLast
- Specified by:
isAfterLast
in interfaceResultSet
- Throws:
SQLException
-
isFirst
- Specified by:
isFirst
in interfaceResultSet
- Throws:
SQLException
-
isLast
- Specified by:
isLast
in interfaceResultSet
- Throws:
SQLException
-
beforeFirst
- Specified by:
beforeFirst
in interfaceResultSet
- Throws:
SQLException
-
afterLast
- Specified by:
afterLast
in interfaceResultSet
- Throws:
SQLException
-
first
- Specified by:
first
in interfaceResultSet
- Throws:
SQLException
-
last
- Specified by:
last
in interfaceResultSet
- Throws:
SQLException
-
getRow
- Specified by:
getRow
in interfaceResultSet
- Throws:
SQLException
-
absolute
- Specified by:
absolute
in interfaceResultSet
- Throws:
SQLException
-
relative
- Specified by:
relative
in interfaceResultSet
- Throws:
SQLException
-
previous
- Specified by:
previous
in interfaceResultSet
- Throws:
SQLException
-
getObject
- Specified by:
getObject
in interfaceResultSet
- Throws:
SQLException
-
getObject
- Specified by:
getObject
in interfaceResultSet
- Throws:
SQLException
-
getObject
- Specified by:
getObject
in interfaceResultSet
- Throws:
SQLException
-
getObject
- Specified by:
getObject
in interfaceResultSet
- Throws:
SQLException
-
unwrap
- Specified by:
unwrap
in interfaceRelationalStruct
- Specified by:
unwrap
in interfaceWrapper
- Throws:
SQLException
-
isWrapperFor
- Specified by:
isWrapperFor
in interfaceRelationalStruct
- Specified by:
isWrapperFor
in interfaceWrapper
- Throws:
SQLException
-
setFetchDirection
- Specified by:
setFetchDirection
in interfaceResultSet
- Throws:
SQLException
-
getFetchDirection
- Specified by:
getFetchDirection
in interfaceResultSet
- Throws:
SQLException
-
setFetchSize
- Specified by:
setFetchSize
in interfaceResultSet
- Throws:
SQLException
-
getFetchSize
- Specified by:
getFetchSize
in interfaceResultSet
- Throws:
SQLException
-
getType
- Specified by:
getType
in interfaceResultSet
- Throws:
SQLException
-
getConcurrency
- Specified by:
getConcurrency
in interfaceResultSet
- Throws:
SQLException
-
rowUpdated
- Specified by:
rowUpdated
in interfaceResultSet
- Throws:
SQLException
-
rowInserted
- Specified by:
rowInserted
in interfaceResultSet
- Throws:
SQLException
-
rowDeleted
- Specified by:
rowDeleted
in interfaceResultSet
- Throws:
SQLException
-
updateNull
- Specified by:
updateNull
in interfaceResultSet
- Throws:
SQLException
-
updateNull
- Specified by:
updateNull
in interfaceResultSet
- Throws:
SQLException
-
updateBoolean
- Specified by:
updateBoolean
in interfaceResultSet
- Throws:
SQLException
-
updateBoolean
- Specified by:
updateBoolean
in interfaceResultSet
- Throws:
SQLException
-
updateByte
- Specified by:
updateByte
in interfaceResultSet
- Throws:
SQLException
-
updateByte
- Specified by:
updateByte
in interfaceResultSet
- Throws:
SQLException
-
updateShort
- Specified by:
updateShort
in interfaceResultSet
- Throws:
SQLException
-
updateShort
- Specified by:
updateShort
in interfaceResultSet
- Throws:
SQLException
-
updateInt
- Specified by:
updateInt
in interfaceResultSet
- Throws:
SQLException
-
updateInt
- Specified by:
updateInt
in interfaceResultSet
- Throws:
SQLException
-
updateLong
- Specified by:
updateLong
in interfaceResultSet
- Throws:
SQLException
-
updateLong
- Specified by:
updateLong
in interfaceResultSet
- Throws:
SQLException
-
updateFloat
- Specified by:
updateFloat
in interfaceResultSet
- Throws:
SQLException
-
updateFloat
- Specified by:
updateFloat
in interfaceResultSet
- Throws:
SQLException
-
updateDouble
- Specified by:
updateDouble
in interfaceResultSet
- Throws:
SQLException
-
updateDouble
- Specified by:
updateDouble
in interfaceResultSet
- Throws:
SQLException
-
updateBigDecimal
- Specified by:
updateBigDecimal
in interfaceResultSet
- Throws:
SQLException
-
updateBigDecimal
- Specified by:
updateBigDecimal
in interfaceResultSet
- Throws:
SQLException
-
updateString
- Specified by:
updateString
in interfaceResultSet
- Throws:
SQLException
-
updateString
- Specified by:
updateString
in interfaceResultSet
- Throws:
SQLException
-
updateBytes
- Specified by:
updateBytes
in interfaceResultSet
- Throws:
SQLException
-
updateBytes
- Specified by:
updateBytes
in interfaceResultSet
- Throws:
SQLException
-
updateDate
- Specified by:
updateDate
in interfaceResultSet
- Throws:
SQLException
-
updateDate
- Specified by:
updateDate
in interfaceResultSet
- Throws:
SQLException
-
updateTime
- Specified by:
updateTime
in interfaceResultSet
- Throws:
SQLException
-
updateTime
- Specified by:
updateTime
in interfaceResultSet
- Throws:
SQLException
-
updateTimestamp
- Specified by:
updateTimestamp
in interfaceResultSet
- Throws:
SQLException
-
updateTimestamp
- Specified by:
updateTimestamp
in interfaceResultSet
- Throws:
SQLException
-
updateAsciiStream
- Specified by:
updateAsciiStream
in interfaceResultSet
- Throws:
SQLException
-
updateAsciiStream
- Specified by:
updateAsciiStream
in interfaceResultSet
- Throws:
SQLException
-
updateAsciiStream
- Specified by:
updateAsciiStream
in interfaceResultSet
- Throws:
SQLException
-
updateAsciiStream
- Specified by:
updateAsciiStream
in interfaceResultSet
- Throws:
SQLException
-
updateAsciiStream
- Specified by:
updateAsciiStream
in interfaceResultSet
- Throws:
SQLException
-
updateAsciiStream
- Specified by:
updateAsciiStream
in interfaceResultSet
- Throws:
SQLException
-
updateBinaryStream
- Specified by:
updateBinaryStream
in interfaceResultSet
- Throws:
SQLException
-
updateBinaryStream
- Specified by:
updateBinaryStream
in interfaceResultSet
- Throws:
SQLException
-
updateBinaryStream
- Specified by:
updateBinaryStream
in interfaceResultSet
- Throws:
SQLException
-
updateBinaryStream
- Specified by:
updateBinaryStream
in interfaceResultSet
- Throws:
SQLException
-
updateBinaryStream
- Specified by:
updateBinaryStream
in interfaceResultSet
- Throws:
SQLException
-
updateBinaryStream
- Specified by:
updateBinaryStream
in interfaceResultSet
- Throws:
SQLException
-
updateCharacterStream
- Specified by:
updateCharacterStream
in interfaceResultSet
- Throws:
SQLException
-
updateCharacterStream
default void updateCharacterStream(String columnLabel, Reader reader, int length) throws SQLException - Specified by:
updateCharacterStream
in interfaceResultSet
- Throws:
SQLException
-
updateCharacterStream
- Specified by:
updateCharacterStream
in interfaceResultSet
- Throws:
SQLException
-
updateCharacterStream
default void updateCharacterStream(String columnLabel, Reader reader, long length) throws SQLException - Specified by:
updateCharacterStream
in interfaceResultSet
- Throws:
SQLException
-
updateCharacterStream
- Specified by:
updateCharacterStream
in interfaceResultSet
- Throws:
SQLException
-
updateCharacterStream
- Specified by:
updateCharacterStream
in interfaceResultSet
- Throws:
SQLException
-
updateObject
- Specified by:
updateObject
in interfaceResultSet
- Throws:
SQLException
-
updateObject
- Specified by:
updateObject
in interfaceResultSet
- Throws:
SQLException
-
updateObject
- Specified by:
updateObject
in interfaceResultSet
- Throws:
SQLException
-
updateObject
- Specified by:
updateObject
in interfaceResultSet
- Throws:
SQLException
-
insertRow
- Specified by:
insertRow
in interfaceResultSet
- Throws:
SQLException
-
updateRow
- Specified by:
updateRow
in interfaceResultSet
- Throws:
SQLException
-
deleteRow
- Specified by:
deleteRow
in interfaceResultSet
- Throws:
SQLException
-
refreshRow
- Specified by:
refreshRow
in interfaceResultSet
- Throws:
SQLException
-
cancelRowUpdates
- Specified by:
cancelRowUpdates
in interfaceResultSet
- Throws:
SQLException
-
moveToInsertRow
- Specified by:
moveToInsertRow
in interfaceResultSet
- Throws:
SQLException
-
moveToCurrentRow
- Specified by:
moveToCurrentRow
in interfaceResultSet
- Throws:
SQLException
-
getStatement
- Specified by:
getStatement
in interfaceResultSet
- Throws:
SQLException
-
getRef
- Specified by:
getRef
in interfaceResultSet
- Throws:
SQLException
-
getRef
- Specified by:
getRef
in interfaceResultSet
- Throws:
SQLException
-
getBlob
- Specified by:
getBlob
in interfaceResultSet
- Throws:
SQLException
-
getBlob
- Specified by:
getBlob
in interfaceResultSet
- Throws:
SQLException
-
getClob
- Specified by:
getClob
in interfaceResultSet
- Throws:
SQLException
-
getClob
- Specified by:
getClob
in interfaceResultSet
- Throws:
SQLException
-
getURL
- Specified by:
getURL
in interfaceResultSet
- Throws:
SQLException
-
getURL
- Specified by:
getURL
in interfaceResultSet
- Throws:
SQLException
-
updateRef
- Specified by:
updateRef
in interfaceResultSet
- Throws:
SQLException
-
updateRef
- Specified by:
updateRef
in interfaceResultSet
- Throws:
SQLException
-
updateBlob
- Specified by:
updateBlob
in interfaceResultSet
- Throws:
SQLException
-
updateBlob
- Specified by:
updateBlob
in interfaceResultSet
- Throws:
SQLException
-
updateBlob
- Specified by:
updateBlob
in interfaceResultSet
- Throws:
SQLException
-
updateBlob
default void updateBlob(String columnLabel, InputStream inputStream, long length) throws SQLException - Specified by:
updateBlob
in interfaceResultSet
- Throws:
SQLException
-
updateBlob
- Specified by:
updateBlob
in interfaceResultSet
- Throws:
SQLException
-
updateBlob
- Specified by:
updateBlob
in interfaceResultSet
- Throws:
SQLException
-
updateClob
- Specified by:
updateClob
in interfaceResultSet
- Throws:
SQLException
-
updateClob
- Specified by:
updateClob
in interfaceResultSet
- Throws:
SQLException
-
updateClob
- Specified by:
updateClob
in interfaceResultSet
- Throws:
SQLException
-
updateClob
- Specified by:
updateClob
in interfaceResultSet
- Throws:
SQLException
-
updateClob
- Specified by:
updateClob
in interfaceResultSet
- Throws:
SQLException
-
updateClob
- Specified by:
updateClob
in interfaceResultSet
- Throws:
SQLException
-
updateArray
- Specified by:
updateArray
in interfaceResultSet
- Throws:
SQLException
-
updateArray
- Specified by:
updateArray
in interfaceResultSet
- Throws:
SQLException
-
getRowId
- Specified by:
getRowId
in interfaceResultSet
- Throws:
SQLException
-
getRowId
- Specified by:
getRowId
in interfaceResultSet
- Throws:
SQLException
-
updateRowId
- Specified by:
updateRowId
in interfaceResultSet
- Throws:
SQLException
-
updateRowId
- Specified by:
updateRowId
in interfaceResultSet
- Throws:
SQLException
-
getHoldability
- Specified by:
getHoldability
in interfaceResultSet
- Throws:
SQLException
-
updateNString
- Specified by:
updateNString
in interfaceResultSet
- Throws:
SQLException
-
updateNString
- Specified by:
updateNString
in interfaceResultSet
- Throws:
SQLException
-
updateNClob
- Specified by:
updateNClob
in interfaceResultSet
- Throws:
SQLException
-
updateNClob
- Specified by:
updateNClob
in interfaceResultSet
- Throws:
SQLException
-
updateNClob
- Specified by:
updateNClob
in interfaceResultSet
- Throws:
SQLException
-
updateNClob
- Specified by:
updateNClob
in interfaceResultSet
- Throws:
SQLException
-
updateNClob
- Specified by:
updateNClob
in interfaceResultSet
- Throws:
SQLException
-
updateNClob
- Specified by:
updateNClob
in interfaceResultSet
- Throws:
SQLException
-
getNClob
- Specified by:
getNClob
in interfaceResultSet
- Throws:
SQLException
-
getNClob
- Specified by:
getNClob
in interfaceResultSet
- Throws:
SQLException
-
getSQLXML
- Specified by:
getSQLXML
in interfaceResultSet
- Throws:
SQLException
-
getSQLXML
- Specified by:
getSQLXML
in interfaceResultSet
- Throws:
SQLException
-
updateSQLXML
- Specified by:
updateSQLXML
in interfaceResultSet
- Throws:
SQLException
-
updateSQLXML
- Specified by:
updateSQLXML
in interfaceResultSet
- Throws:
SQLException
-
getNString
- Specified by:
getNString
in interfaceResultSet
- Throws:
SQLException
-
getNString
- Specified by:
getNString
in interfaceResultSet
- Throws:
SQLException
-
getNCharacterStream
- Specified by:
getNCharacterStream
in interfaceResultSet
- Throws:
SQLException
-
getNCharacterStream
- Specified by:
getNCharacterStream
in interfaceResultSet
- Throws:
SQLException
-
updateNCharacterStream
- Specified by:
updateNCharacterStream
in interfaceResultSet
- Throws:
SQLException
-
updateNCharacterStream
default void updateNCharacterStream(String columnLabel, Reader reader, long length) throws SQLException - Specified by:
updateNCharacterStream
in interfaceResultSet
- Throws:
SQLException
-
updateNCharacterStream
- Specified by:
updateNCharacterStream
in interfaceResultSet
- Throws:
SQLException
-
updateNCharacterStream
- Specified by:
updateNCharacterStream
in interfaceResultSet
- Throws:
SQLException
-