Package org.eclipse.net4j.db.jdbc
Class DelegatingResultSet
java.lang.Object
org.eclipse.net4j.db.jdbc.DelegatingResultSet
- All Implemented Interfaces:
AutoCloseable
,ResultSet
,Wrapper
- Author:
- Eike Stepper
-
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
ConstructorDescriptionDelegatingResultSet
(ResultSet delegate, PreparedStatement preparedStatement) -
Method Summary
Modifier and TypeMethodDescriptionboolean
absolute
(int row) void
void
void
void
void
close()
void
int
findColumn
(String columnLabel) boolean
first()
getArray
(int columnIndex) getAsciiStream
(int columnIndex) getAsciiStream
(String columnLabel) getBigDecimal
(int columnIndex) getBigDecimal
(int columnIndex, int scale) Deprecated.getBigDecimal
(String columnLabel) getBigDecimal
(String columnLabel, int scale) Deprecated.getBinaryStream
(int columnIndex) getBinaryStream
(String columnLabel) getBlob
(int columnIndex) boolean
getBoolean
(int columnIndex) boolean
getBoolean
(String columnLabel) byte
getByte
(int columnIndex) byte
byte[]
getBytes
(int columnIndex) byte[]
getCharacterStream
(int columnIndex) getCharacterStream
(String columnLabel) getClob
(int columnIndex) int
getDate
(int columnIndex) final ResultSet
double
getDouble
(int columnIndex) double
int
int
float
getFloat
(int columnIndex) float
int
Since JDK 1.6.int
getInt
(int columnIndex) int
long
getLong
(int columnIndex) long
getNCharacterStream
(int columnIndex) Since JDK 1.6.getNCharacterStream
(String columnLabel) Since JDK 1.6.getNClob
(int columnIndex) Since JDK 1.6.Since JDK 1.6.getNString
(int columnIndex) Since JDK 1.6.getNString
(String columnLabel) Since JDK 1.6.getObject
(int columnIndex) <T> T
Since JDK 1.7.<T> T
Since JDK 1.7.getRef
(int columnIndex) int
getRow()
getRowId
(int columnIndex) Since JDK 1.6.Since JDK 1.6.short
getShort
(int columnIndex) short
getSQLXML
(int columnIndex) Since JDK 1.6.Since JDK 1.6.getString
(int columnIndex) getTime
(int columnIndex) getTimestamp
(int columnIndex) getTimestamp
(int columnIndex, Calendar cal) getTimestamp
(String columnLabel) getTimestamp
(String columnLabel, Calendar cal) int
getType()
getUnicodeStream
(int columnIndex) Deprecated.getUnicodeStream
(String columnLabel) Deprecated.getURL
(int columnIndex) void
boolean
boolean
boolean
isClosed()
Since JDK 1.6.boolean
isFirst()
boolean
isLast()
boolean
isWrapperFor
(Class<?> iface) Since JDK 1.6.boolean
last()
void
void
boolean
next()
boolean
previous()
void
boolean
relative
(int rows) boolean
boolean
boolean
void
setFetchDirection
(int direction) void
setFetchSize
(int rows) <T> T
Since JDK 1.6.void
updateArray
(int columnIndex, Array x) void
updateArray
(String columnLabel, Array x) void
updateAsciiStream
(int columnIndex, InputStream x) Since JDK 1.6.void
updateAsciiStream
(int columnIndex, InputStream x, int length) void
updateAsciiStream
(int columnIndex, InputStream x, long length) Since JDK 1.6.void
updateAsciiStream
(String columnLabel, InputStream x) Since JDK 1.6.void
updateAsciiStream
(String columnLabel, InputStream x, int length) void
updateAsciiStream
(String columnLabel, InputStream x, long length) Since JDK 1.6.void
updateBigDecimal
(int columnIndex, BigDecimal x) void
updateBigDecimal
(String columnLabel, BigDecimal x) void
updateBinaryStream
(int columnIndex, InputStream x) Since JDK 1.6.void
updateBinaryStream
(int columnIndex, InputStream x, int length) void
updateBinaryStream
(int columnIndex, InputStream x, long length) Since JDK 1.6.void
updateBinaryStream
(String columnLabel, InputStream x) Since JDK 1.6.void
updateBinaryStream
(String columnLabel, InputStream x, int length) void
updateBinaryStream
(String columnLabel, InputStream x, long length) Since JDK 1.6.void
updateBlob
(int columnIndex, InputStream inputStream) Since JDK 1.6.void
updateBlob
(int columnIndex, InputStream inputStream, long length) Since JDK 1.6.void
updateBlob
(int columnIndex, Blob x) void
updateBlob
(String columnLabel, InputStream inputStream) Since JDK 1.6.void
updateBlob
(String columnLabel, InputStream inputStream, long length) Since JDK 1.6.void
updateBlob
(String columnLabel, Blob x) void
updateBoolean
(int columnIndex, boolean x) void
updateBoolean
(String columnLabel, boolean x) void
updateByte
(int columnIndex, byte x) void
updateByte
(String columnLabel, byte x) void
updateBytes
(int columnIndex, byte[] x) void
updateBytes
(String columnLabel, byte[] x) void
updateCharacterStream
(int columnIndex, Reader x) Since JDK 1.6.void
updateCharacterStream
(int columnIndex, Reader x, int length) void
updateCharacterStream
(int columnIndex, Reader x, long length) Since JDK 1.6.void
updateCharacterStream
(String columnLabel, Reader reader) Since JDK 1.6.void
updateCharacterStream
(String columnLabel, Reader reader, int length) void
updateCharacterStream
(String columnLabel, Reader reader, long length) Since JDK 1.6.void
updateClob
(int columnIndex, Reader reader) Since JDK 1.6.void
updateClob
(int columnIndex, Reader reader, long length) Since JDK 1.6.void
updateClob
(int columnIndex, Clob x) void
updateClob
(String columnLabel, Reader reader) Since JDK 1.6.void
updateClob
(String columnLabel, Reader reader, long length) Since JDK 1.6.void
updateClob
(String columnLabel, Clob x) void
updateDate
(int columnIndex, Date x) void
updateDate
(String columnLabel, Date x) void
updateDouble
(int columnIndex, double x) void
updateDouble
(String columnLabel, double x) void
updateFloat
(int columnIndex, float x) void
updateFloat
(String columnLabel, float x) void
updateInt
(int columnIndex, int x) void
void
updateLong
(int columnIndex, long x) void
updateLong
(String columnLabel, long x) void
updateNCharacterStream
(int columnIndex, Reader x) Since JDK 1.6.void
updateNCharacterStream
(int columnIndex, Reader x, long length) Since JDK 1.6.void
updateNCharacterStream
(String columnLabel, Reader reader) Since JDK 1.6.void
updateNCharacterStream
(String columnLabel, Reader reader, long length) Since JDK 1.6.void
updateNClob
(int columnIndex, Reader reader) Since JDK 1.6.void
updateNClob
(int columnIndex, Reader reader, long length) Since JDK 1.6.void
updateNClob
(int columnIndex, NClob nClob) Since JDK 1.6.void
updateNClob
(String columnLabel, Reader reader) Since JDK 1.6.void
updateNClob
(String columnLabel, Reader reader, long length) Since JDK 1.6.void
updateNClob
(String columnLabel, NClob nClob) Since JDK 1.6.void
updateNString
(int columnIndex, String nString) Since JDK 1.6.void
updateNString
(String columnLabel, String nString) Since JDK 1.6.void
updateNull
(int columnIndex) void
updateNull
(String columnLabel) void
updateObject
(int columnIndex, Object x) void
updateObject
(int columnIndex, Object x, int scaleOrLength) void
updateObject
(String columnLabel, Object x) void
updateObject
(String columnLabel, Object x, int scaleOrLength) void
void
void
void
updateRowId
(int columnIndex, RowId x) Since JDK 1.6.void
updateRowId
(String columnLabel, RowId x) Since JDK 1.6.void
updateShort
(int columnIndex, short x) void
updateShort
(String columnLabel, short x) void
updateSQLXML
(int columnIndex, SQLXML xmlObject) Since JDK 1.6.void
updateSQLXML
(String columnLabel, SQLXML xmlObject) Since JDK 1.6.void
updateString
(int columnIndex, String x) void
updateString
(String columnLabel, String x) void
updateTime
(int columnIndex, Time x) void
updateTime
(String columnLabel, Time x) void
updateTimestamp
(int columnIndex, Timestamp x) void
updateTimestamp
(String columnLabel, Timestamp x) boolean
wasNull()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.sql.ResultSet
updateObject, updateObject, updateObject, updateObject
-
Constructor Details
-
DelegatingResultSet
-
-
Method Details
-
getDelegate
-
getStatement
- Specified by:
getStatement
in interfaceResultSet
- Throws:
SQLException
-
next
- Specified by:
next
in interfaceResultSet
- Throws:
SQLException
-
close
- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceResultSet
- Throws:
SQLException
-
wasNull
- Specified by:
wasNull
in interfaceResultSet
- Throws:
SQLException
-
getString
- Specified by:
getString
in interfaceResultSet
- Throws:
SQLException
-
getBoolean
- Specified by:
getBoolean
in interfaceResultSet
- Throws:
SQLException
-
getByte
- Specified by:
getByte
in interfaceResultSet
- Throws:
SQLException
-
getShort
- Specified by:
getShort
in interfaceResultSet
- Throws:
SQLException
-
getInt
- Specified by:
getInt
in interfaceResultSet
- Throws:
SQLException
-
getLong
- Specified by:
getLong
in interfaceResultSet
- Throws:
SQLException
-
getFloat
- Specified by:
getFloat
in interfaceResultSet
- Throws:
SQLException
-
getDouble
- Specified by:
getDouble
in interfaceResultSet
- Throws:
SQLException
-
getBigDecimal
Deprecated.- Specified by:
getBigDecimal
in interfaceResultSet
- Throws:
SQLException
-
getBytes
- Specified by:
getBytes
in interfaceResultSet
- Throws:
SQLException
-
getDate
- Specified by:
getDate
in interfaceResultSet
- Throws:
SQLException
-
getTime
- Specified by:
getTime
in interfaceResultSet
- Throws:
SQLException
-
getTimestamp
- Specified by:
getTimestamp
in interfaceResultSet
- Throws:
SQLException
-
getAsciiStream
- Specified by:
getAsciiStream
in interfaceResultSet
- Throws:
SQLException
-
getUnicodeStream
Deprecated.- Specified by:
getUnicodeStream
in interfaceResultSet
- Throws:
SQLException
-
getBinaryStream
- Specified by:
getBinaryStream
in interfaceResultSet
- Throws:
SQLException
-
getString
- Specified by:
getString
in interfaceResultSet
- Throws:
SQLException
-
getBoolean
- Specified by:
getBoolean
in interfaceResultSet
- Throws:
SQLException
-
getByte
- Specified by:
getByte
in interfaceResultSet
- Throws:
SQLException
-
getShort
- Specified by:
getShort
in interfaceResultSet
- Throws:
SQLException
-
getInt
- Specified by:
getInt
in interfaceResultSet
- Throws:
SQLException
-
getLong
- Specified by:
getLong
in interfaceResultSet
- Throws:
SQLException
-
getFloat
- Specified by:
getFloat
in interfaceResultSet
- Throws:
SQLException
-
getDouble
- Specified by:
getDouble
in interfaceResultSet
- Throws:
SQLException
-
getBigDecimal
Deprecated.- Specified by:
getBigDecimal
in interfaceResultSet
- Throws:
SQLException
-
getBytes
- Specified by:
getBytes
in interfaceResultSet
- Throws:
SQLException
-
getDate
- Specified by:
getDate
in interfaceResultSet
- Throws:
SQLException
-
getTime
- Specified by:
getTime
in interfaceResultSet
- Throws:
SQLException
-
getTimestamp
- Specified by:
getTimestamp
in interfaceResultSet
- Throws:
SQLException
-
getAsciiStream
- Specified by:
getAsciiStream
in interfaceResultSet
- Throws:
SQLException
-
getUnicodeStream
Deprecated.- Specified by:
getUnicodeStream
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
-
getMetaData
- Specified by:
getMetaData
in interfaceResultSet
- Throws:
SQLException
-
getObject
- Specified by:
getObject
in interfaceResultSet
- Throws:
SQLException
-
getObject
- Specified by:
getObject
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
-
getBigDecimal
- Specified by:
getBigDecimal
in interfaceResultSet
- Throws:
SQLException
-
getBigDecimal
- Specified by:
getBigDecimal
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
-
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
-
updateBoolean
- Specified by:
updateBoolean
in interfaceResultSet
- Throws:
SQLException
-
updateByte
- Specified by:
updateByte
in interfaceResultSet
- Throws:
SQLException
-
updateShort
- Specified by:
updateShort
in interfaceResultSet
- Throws:
SQLException
-
updateInt
- Specified by:
updateInt
in interfaceResultSet
- Throws:
SQLException
-
updateLong
- Specified by:
updateLong
in interfaceResultSet
- Throws:
SQLException
-
updateFloat
- Specified by:
updateFloat
in interfaceResultSet
- Throws:
SQLException
-
updateDouble
- Specified by:
updateDouble
in interfaceResultSet
- Throws:
SQLException
-
updateBigDecimal
- Specified by:
updateBigDecimal
in interfaceResultSet
- Throws:
SQLException
-
updateString
- Specified by:
updateString
in interfaceResultSet
- Throws:
SQLException
-
updateBytes
- Specified by:
updateBytes
in interfaceResultSet
- Throws:
SQLException
-
updateDate
- Specified by:
updateDate
in interfaceResultSet
- Throws:
SQLException
-
updateTime
- Specified by:
updateTime
in interfaceResultSet
- Throws:
SQLException
-
updateTimestamp
- Specified by:
updateTimestamp
in interfaceResultSet
- Throws:
SQLException
-
updateAsciiStream
- Specified by:
updateAsciiStream
in interfaceResultSet
- Throws:
SQLException
-
updateBinaryStream
- Specified by:
updateBinaryStream
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
-
updateNull
- Specified by:
updateNull
in interfaceResultSet
- Throws:
SQLException
-
updateBoolean
- Specified by:
updateBoolean
in interfaceResultSet
- Throws:
SQLException
-
updateByte
- Specified by:
updateByte
in interfaceResultSet
- Throws:
SQLException
-
updateShort
- Specified by:
updateShort
in interfaceResultSet
- Throws:
SQLException
-
updateInt
- Specified by:
updateInt
in interfaceResultSet
- Throws:
SQLException
-
updateLong
- Specified by:
updateLong
in interfaceResultSet
- Throws:
SQLException
-
updateFloat
- Specified by:
updateFloat
in interfaceResultSet
- Throws:
SQLException
-
updateDouble
- Specified by:
updateDouble
in interfaceResultSet
- Throws:
SQLException
-
updateBigDecimal
- Specified by:
updateBigDecimal
in interfaceResultSet
- Throws:
SQLException
-
updateString
- Specified by:
updateString
in interfaceResultSet
- Throws:
SQLException
-
updateBytes
- Specified by:
updateBytes
in interfaceResultSet
- Throws:
SQLException
-
updateDate
- Specified by:
updateDate
in interfaceResultSet
- Throws:
SQLException
-
updateTime
- Specified by:
updateTime
in interfaceResultSet
- Throws:
SQLException
-
updateTimestamp
- Specified by:
updateTimestamp
in interfaceResultSet
- Throws:
SQLException
-
updateAsciiStream
- Specified by:
updateAsciiStream
in interfaceResultSet
- Throws:
SQLException
-
updateBinaryStream
- Specified by:
updateBinaryStream
in interfaceResultSet
- Throws:
SQLException
-
updateCharacterStream
public void updateCharacterStream(String columnLabel, Reader reader, int length) throws SQLException - Specified by:
updateCharacterStream
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
-
getObject
- Specified by:
getObject
in interfaceResultSet
- Throws:
SQLException
-
getRef
- Specified by:
getRef
in interfaceResultSet
- Throws:
SQLException
-
getBlob
- Specified by:
getBlob
in interfaceResultSet
- Throws:
SQLException
-
getClob
- Specified by:
getClob
in interfaceResultSet
- Throws:
SQLException
-
getArray
- Specified by:
getArray
in interfaceResultSet
- Throws:
SQLException
-
getObject
- Specified by:
getObject
in interfaceResultSet
- Throws:
SQLException
-
getRef
- Specified by:
getRef
in interfaceResultSet
- Throws:
SQLException
-
getBlob
- Specified by:
getBlob
in interfaceResultSet
- Throws:
SQLException
-
getClob
- Specified by:
getClob
in interfaceResultSet
- Throws:
SQLException
-
getArray
- Specified by:
getArray
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
-
getTimestamp
- Specified by:
getTimestamp
in interfaceResultSet
- Throws:
SQLException
-
getTimestamp
- Specified by:
getTimestamp
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
-
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
-
unwrap
Since JDK 1.6.- Specified by:
unwrap
in interfaceWrapper
- Throws:
SQLException
-
isWrapperFor
Since JDK 1.6.- Specified by:
isWrapperFor
in interfaceWrapper
- Throws:
SQLException
-
getRowId
Since JDK 1.6.- Specified by:
getRowId
in interfaceResultSet
- Throws:
SQLException
-
getRowId
Since JDK 1.6.- Specified by:
getRowId
in interfaceResultSet
- Throws:
SQLException
-
updateRowId
Since JDK 1.6.- Specified by:
updateRowId
in interfaceResultSet
- Throws:
SQLException
-
updateRowId
Since JDK 1.6.- Specified by:
updateRowId
in interfaceResultSet
- Throws:
SQLException
-
getHoldability
Since JDK 1.6.- Specified by:
getHoldability
in interfaceResultSet
- Throws:
SQLException
-
isClosed
Since JDK 1.6.- Specified by:
isClosed
in interfaceResultSet
- Throws:
SQLException
-
updateNString
Since JDK 1.6.- Specified by:
updateNString
in interfaceResultSet
- Throws:
SQLException
-
updateNString
Since JDK 1.6.- Specified by:
updateNString
in interfaceResultSet
- Throws:
SQLException
-
updateNClob
Since JDK 1.6.- Specified by:
updateNClob
in interfaceResultSet
- Throws:
SQLException
-
updateNClob
Since JDK 1.6.- Specified by:
updateNClob
in interfaceResultSet
- Throws:
SQLException
-
getNClob
Since JDK 1.6.- Specified by:
getNClob
in interfaceResultSet
- Throws:
SQLException
-
getNClob
Since JDK 1.6.- Specified by:
getNClob
in interfaceResultSet
- Throws:
SQLException
-
getSQLXML
Since JDK 1.6.- Specified by:
getSQLXML
in interfaceResultSet
- Throws:
SQLException
-
getSQLXML
Since JDK 1.6.- Specified by:
getSQLXML
in interfaceResultSet
- Throws:
SQLException
-
updateSQLXML
Since JDK 1.6.- Specified by:
updateSQLXML
in interfaceResultSet
- Throws:
SQLException
-
updateSQLXML
Since JDK 1.6.- Specified by:
updateSQLXML
in interfaceResultSet
- Throws:
SQLException
-
getNString
Since JDK 1.6.- Specified by:
getNString
in interfaceResultSet
- Throws:
SQLException
-
getNString
Since JDK 1.6.- Specified by:
getNString
in interfaceResultSet
- Throws:
SQLException
-
getNCharacterStream
Since JDK 1.6.- Specified by:
getNCharacterStream
in interfaceResultSet
- Throws:
SQLException
-
getNCharacterStream
Since JDK 1.6.- Specified by:
getNCharacterStream
in interfaceResultSet
- Throws:
SQLException
-
updateNCharacterStream
Since JDK 1.6.- Specified by:
updateNCharacterStream
in interfaceResultSet
- Throws:
SQLException
-
updateNCharacterStream
public void updateNCharacterStream(String columnLabel, Reader reader, long length) throws SQLException Since JDK 1.6.- Specified by:
updateNCharacterStream
in interfaceResultSet
- Throws:
SQLException
-
updateAsciiStream
Since JDK 1.6.- Specified by:
updateAsciiStream
in interfaceResultSet
- Throws:
SQLException
-
updateBinaryStream
Since JDK 1.6.- Specified by:
updateBinaryStream
in interfaceResultSet
- Throws:
SQLException
-
updateCharacterStream
Since JDK 1.6.- Specified by:
updateCharacterStream
in interfaceResultSet
- Throws:
SQLException
-
updateAsciiStream
Since JDK 1.6.- Specified by:
updateAsciiStream
in interfaceResultSet
- Throws:
SQLException
-
updateBinaryStream
Since JDK 1.6.- Specified by:
updateBinaryStream
in interfaceResultSet
- Throws:
SQLException
-
updateCharacterStream
public void updateCharacterStream(String columnLabel, Reader reader, long length) throws SQLException Since JDK 1.6.- Specified by:
updateCharacterStream
in interfaceResultSet
- Throws:
SQLException
-
updateBlob
Since JDK 1.6.- Specified by:
updateBlob
in interfaceResultSet
- Throws:
SQLException
-
updateBlob
public void updateBlob(String columnLabel, InputStream inputStream, long length) throws SQLException Since JDK 1.6.- Specified by:
updateBlob
in interfaceResultSet
- Throws:
SQLException
-
updateClob
Since JDK 1.6.- Specified by:
updateClob
in interfaceResultSet
- Throws:
SQLException
-
updateClob
Since JDK 1.6.- Specified by:
updateClob
in interfaceResultSet
- Throws:
SQLException
-
updateNClob
Since JDK 1.6.- Specified by:
updateNClob
in interfaceResultSet
- Throws:
SQLException
-
updateNClob
Since JDK 1.6.- Specified by:
updateNClob
in interfaceResultSet
- Throws:
SQLException
-
updateNCharacterStream
Since JDK 1.6.- Specified by:
updateNCharacterStream
in interfaceResultSet
- Throws:
SQLException
-
updateNCharacterStream
Since JDK 1.6.- Specified by:
updateNCharacterStream
in interfaceResultSet
- Throws:
SQLException
-
updateAsciiStream
Since JDK 1.6.- Specified by:
updateAsciiStream
in interfaceResultSet
- Throws:
SQLException
-
updateBinaryStream
Since JDK 1.6.- Specified by:
updateBinaryStream
in interfaceResultSet
- Throws:
SQLException
-
updateCharacterStream
Since JDK 1.6.- Specified by:
updateCharacterStream
in interfaceResultSet
- Throws:
SQLException
-
updateAsciiStream
Since JDK 1.6.- Specified by:
updateAsciiStream
in interfaceResultSet
- Throws:
SQLException
-
updateBinaryStream
Since JDK 1.6.- Specified by:
updateBinaryStream
in interfaceResultSet
- Throws:
SQLException
-
updateCharacterStream
Since JDK 1.6.- Specified by:
updateCharacterStream
in interfaceResultSet
- Throws:
SQLException
-
updateBlob
Since JDK 1.6.- Specified by:
updateBlob
in interfaceResultSet
- Throws:
SQLException
-
updateBlob
Since JDK 1.6.- Specified by:
updateBlob
in interfaceResultSet
- Throws:
SQLException
-
updateClob
Since JDK 1.6.- Specified by:
updateClob
in interfaceResultSet
- Throws:
SQLException
-
updateClob
Since JDK 1.6.- Specified by:
updateClob
in interfaceResultSet
- Throws:
SQLException
-
updateNClob
Since JDK 1.6.- Specified by:
updateNClob
in interfaceResultSet
- Throws:
SQLException
-
updateNClob
Since JDK 1.6.- Specified by:
updateNClob
in interfaceResultSet
- Throws:
SQLException
-
getObject
Since JDK 1.7.- Specified by:
getObject
in interfaceResultSet
- Throws:
SQLException
-
getObject
Since JDK 1.7.- Specified by:
getObject
in interfaceResultSet
- Throws:
SQLException
-