java.lang.Object
com.aoapps.sql.wrapper.ResultSetWrapperImpl
com.aoapps.sql.failfast.FailFastResultSetImpl
- All Implemented Interfaces:
ResultSetWrapper
,Wrapper
,AutoCloseable
,ResultSet
,Wrapper
- Author:
- AO Industries, Inc.
-
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
ConstructorDescriptionFailFastResultSetImpl
(FailFastConnectionImpl failFastConnection, StatementWrapperImpl failFastStmt, ResultSet wrapped) -
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
protected FailFastConnectionImpl
getDate
(int columnIndex) double
getDouble
(int columnIndex) double
int
int
float
getFloat
(int columnIndex) float
int
int
getInt
(int columnIndex) int
long
getLong
(int columnIndex) long
getNCharacterStream
(int columnIndex) getNCharacterStream
(String columnLabel) getNClob
(int columnIndex) getNString
(int columnIndex) getNString
(String columnLabel) getObject
(int columnIndex) <T> T
<T> T
getRef
(int columnIndex) int
getRow()
getRowId
(int columnIndex) short
getShort
(int columnIndex) short
getSQLXML
(int columnIndex) 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()
boolean
isFirst()
boolean
isLast()
boolean
last()
void
void
boolean
next()
boolean
previous()
void
boolean
relative
(int rows) boolean
boolean
boolean
void
setFetchDirection
(int direction) void
setFetchSize
(int rows) void
updateArray
(int columnIndex, Array x) void
updateArray
(String columnLabel, Array x) void
updateAsciiStream
(int columnIndex, InputStream x) void
updateAsciiStream
(int columnIndex, InputStream x, int length) void
updateAsciiStream
(int columnIndex, InputStream x, long length) void
updateAsciiStream
(String columnLabel, InputStream x) void
updateAsciiStream
(String columnLabel, InputStream x, int length) void
updateAsciiStream
(String columnLabel, InputStream x, long length) void
updateBigDecimal
(int columnIndex, BigDecimal x) void
updateBigDecimal
(String columnLabel, BigDecimal x) void
updateBinaryStream
(int columnIndex, InputStream x) void
updateBinaryStream
(int columnIndex, InputStream x, int length) void
updateBinaryStream
(int columnIndex, InputStream x, long length) void
updateBinaryStream
(String columnLabel, InputStream x) void
updateBinaryStream
(String columnLabel, InputStream x, int length) void
updateBinaryStream
(String columnLabel, InputStream x, long length) void
updateBlob
(int columnIndex, InputStream inputStream) void
updateBlob
(int columnIndex, InputStream inputStream, long length) void
updateBlob
(int columnIndex, Blob x) void
updateBlob
(String columnLabel, InputStream inputStream) void
updateBlob
(String columnLabel, InputStream inputStream, long length) 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) void
updateCharacterStream
(int columnIndex, Reader x, int length) void
updateCharacterStream
(int columnIndex, Reader x, long length) void
updateCharacterStream
(String columnLabel, Reader reader) void
updateCharacterStream
(String columnLabel, Reader reader, int length) void
updateCharacterStream
(String columnLabel, Reader reader, long length) void
updateClob
(int columnIndex, Reader reader) void
updateClob
(int columnIndex, Reader reader, long length) void
updateClob
(int columnIndex, Clob x) void
updateClob
(String columnLabel, Reader reader) void
updateClob
(String columnLabel, Reader reader, long length) 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) void
updateNCharacterStream
(int columnIndex, Reader x, long length) void
updateNCharacterStream
(String columnLabel, Reader reader) void
updateNCharacterStream
(String columnLabel, Reader reader, long length) void
updateNClob
(int columnIndex, Reader reader) void
updateNClob
(int columnIndex, Reader reader, long length) void
updateNClob
(int columnIndex, NClob nClob) void
updateNClob
(String columnLabel, Reader reader) void
updateNClob
(String columnLabel, Reader reader, long length) void
updateNClob
(String columnLabel, NClob nClob) void
updateNString
(int columnIndex, String nString) void
updateNString
(String columnLabel, String nString) void
updateNull
(int columnIndex) void
updateNull
(String columnLabel) void
updateObject
(int columnIndex, Object x) void
updateObject
(int columnIndex, Object x, int scaleOrLength) void
updateObject
(int columnIndex, Object x, SQLType targetSqlType) void
updateObject
(int columnIndex, Object x, SQLType targetSqlType, int scaleOrLength) void
updateObject
(String columnLabel, Object x) void
updateObject
(String columnLabel, Object x, int scaleOrLength) void
updateObject
(String columnLabel, Object x, SQLType targetSqlType) void
updateObject
(String columnLabel, Object x, SQLType targetSqlType, int scaleOrLength) void
void
void
void
updateRowId
(int columnIndex, RowId x) void
updateRowId
(String columnLabel, RowId x) void
updateShort
(int columnIndex, short x) void
updateShort
(String columnLabel, short x) void
updateSQLXML
(int columnIndex, SQLXML xmlObject) void
updateSQLXML
(String columnLabel, SQLXML xmlObject) 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 com.aoapps.sql.wrapper.ResultSetWrapperImpl
getStatementWrapper, getWrapped, toString, unwrapArray, unwrapBlob, unwrapClob, unwrapInputStream, unwrapNClob, unwrapReader, unwrapRef, unwrapRowId, unwrapSQLXML, wrapArray, wrapBlob, wrapClob, wrapInputStream, wrapNClob, wrapReader, wrapRef, wrapResultSetMetaData, wrapRowId, wrapSQLXML, wrapStatement
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.aoapps.sql.wrapper.Wrapper
isWrapperFor, unwrap
-
Constructor Details
-
FailFastResultSetImpl
public FailFastResultSetImpl(FailFastConnectionImpl failFastConnection, StatementWrapperImpl failFastStmt, ResultSet wrapped)
-
-
Method Details
-
getConnectionWrapper
- Overrides:
getConnectionWrapper
in classResultSetWrapperImpl
-
next
- Throws:
SQLException
-
close
- Throws:
SQLException
-
wasNull
- Throws:
SQLException
-
getString
- Throws:
SQLException
-
getBoolean
- Throws:
SQLException
-
getByte
- Throws:
SQLException
-
getShort
- Throws:
SQLException
-
getInt
- Throws:
SQLException
-
getLong
- Throws:
SQLException
-
getFloat
- Throws:
SQLException
-
getDouble
- Throws:
SQLException
-
getBigDecimal
@Deprecated(since="1.2") public BigDecimal getBigDecimal(int columnIndex, int scale) throws SQLException Deprecated.- Throws:
SQLException
-
getBytes
- Throws:
SQLException
-
getDate
- Throws:
SQLException
-
getTime
- Throws:
SQLException
-
getTimestamp
- Throws:
SQLException
-
getAsciiStream
- Specified by:
getAsciiStream
in interfaceResultSet
- Specified by:
getAsciiStream
in interfaceResultSetWrapper
- Overrides:
getAsciiStream
in classResultSetWrapperImpl
- Throws:
SQLException
-
getUnicodeStream
@Deprecated(since="1.2") public FailFastInputStream getUnicodeStream(int columnIndex) throws SQLException Deprecated.- Specified by:
getUnicodeStream
in interfaceResultSet
- Specified by:
getUnicodeStream
in interfaceResultSetWrapper
- Overrides:
getUnicodeStream
in classResultSetWrapperImpl
- Throws:
SQLException
-
getBinaryStream
- Specified by:
getBinaryStream
in interfaceResultSet
- Specified by:
getBinaryStream
in interfaceResultSetWrapper
- Overrides:
getBinaryStream
in classResultSetWrapperImpl
- Throws:
SQLException
-
getString
- Throws:
SQLException
-
getBoolean
- Throws:
SQLException
-
getByte
- Throws:
SQLException
-
getShort
- Throws:
SQLException
-
getInt
- Throws:
SQLException
-
getLong
- Throws:
SQLException
-
getFloat
- Throws:
SQLException
-
getDouble
- Throws:
SQLException
-
getBigDecimal
@Deprecated(since="1.2") public BigDecimal getBigDecimal(String columnLabel, int scale) throws SQLException Deprecated.- Throws:
SQLException
-
getBytes
- Throws:
SQLException
-
getDate
- Throws:
SQLException
-
getTime
- Throws:
SQLException
-
getTimestamp
- Throws:
SQLException
-
getAsciiStream
- Specified by:
getAsciiStream
in interfaceResultSet
- Specified by:
getAsciiStream
in interfaceResultSetWrapper
- Overrides:
getAsciiStream
in classResultSetWrapperImpl
- Throws:
SQLException
-
getUnicodeStream
@Deprecated(since="1.2") public FailFastInputStream getUnicodeStream(String columnLabel) throws SQLException Deprecated.- Specified by:
getUnicodeStream
in interfaceResultSet
- Specified by:
getUnicodeStream
in interfaceResultSetWrapper
- Overrides:
getUnicodeStream
in classResultSetWrapperImpl
- Throws:
SQLException
-
getBinaryStream
- Specified by:
getBinaryStream
in interfaceResultSet
- Specified by:
getBinaryStream
in interfaceResultSetWrapper
- Overrides:
getBinaryStream
in classResultSetWrapperImpl
- Throws:
SQLException
-
getWarnings
- Throws:
SQLException
-
clearWarnings
- Throws:
SQLException
-
getCursorName
- Throws:
SQLException
-
getMetaData
- Specified by:
getMetaData
in interfaceResultSet
- Specified by:
getMetaData
in interfaceResultSetWrapper
- Overrides:
getMetaData
in classResultSetWrapperImpl
- Throws:
SQLException
-
getObject
- Throws:
SQLException
-
getObject
- Throws:
SQLException
-
findColumn
- Throws:
SQLException
-
getCharacterStream
- Specified by:
getCharacterStream
in interfaceResultSet
- Specified by:
getCharacterStream
in interfaceResultSetWrapper
- Overrides:
getCharacterStream
in classResultSetWrapperImpl
- Throws:
SQLException
-
getCharacterStream
- Specified by:
getCharacterStream
in interfaceResultSet
- Specified by:
getCharacterStream
in interfaceResultSetWrapper
- Overrides:
getCharacterStream
in classResultSetWrapperImpl
- Throws:
SQLException
-
getBigDecimal
- Throws:
SQLException
-
getBigDecimal
- Throws:
SQLException
-
isBeforeFirst
- Throws:
SQLException
-
isAfterLast
- Throws:
SQLException
-
isFirst
- Throws:
SQLException
-
isLast
- Throws:
SQLException
-
beforeFirst
- Throws:
SQLException
-
afterLast
- Throws:
SQLException
-
first
- Throws:
SQLException
-
last
- Throws:
SQLException
-
getRow
- Throws:
SQLException
-
absolute
- Throws:
SQLException
-
relative
- Throws:
SQLException
-
previous
- Throws:
SQLException
-
setFetchDirection
- Throws:
SQLException
-
getFetchDirection
- Throws:
SQLException
-
setFetchSize
- Throws:
SQLException
-
getFetchSize
- Throws:
SQLException
-
getType
- Throws:
SQLException
-
getConcurrency
- Throws:
SQLException
-
rowUpdated
- Throws:
SQLException
-
rowInserted
- Throws:
SQLException
-
rowDeleted
- Throws:
SQLException
-
updateNull
- Throws:
SQLException
-
updateBoolean
- Throws:
SQLException
-
updateByte
- Throws:
SQLException
-
updateShort
- Throws:
SQLException
-
updateInt
- Throws:
SQLException
-
updateLong
- Throws:
SQLException
-
updateFloat
- Throws:
SQLException
-
updateDouble
- Throws:
SQLException
-
updateBigDecimal
- Throws:
SQLException
-
updateString
- Throws:
SQLException
-
updateBytes
- Throws:
SQLException
-
updateDate
- Throws:
SQLException
-
updateTime
- Throws:
SQLException
-
updateTimestamp
- Throws:
SQLException
-
updateAsciiStream
- Specified by:
updateAsciiStream
in interfaceResultSet
- Specified by:
updateAsciiStream
in interfaceResultSetWrapper
- Overrides:
updateAsciiStream
in classResultSetWrapperImpl
- Throws:
SQLException
-
updateBinaryStream
- Specified by:
updateBinaryStream
in interfaceResultSet
- Specified by:
updateBinaryStream
in interfaceResultSetWrapper
- Overrides:
updateBinaryStream
in classResultSetWrapperImpl
- Throws:
SQLException
-
updateCharacterStream
- Specified by:
updateCharacterStream
in interfaceResultSet
- Specified by:
updateCharacterStream
in interfaceResultSetWrapper
- Overrides:
updateCharacterStream
in classResultSetWrapperImpl
- Throws:
SQLException
-
updateObject
- Throws:
SQLException
-
updateObject
- Throws:
SQLException
-
updateNull
- Throws:
SQLException
-
updateBoolean
- Throws:
SQLException
-
updateByte
- Throws:
SQLException
-
updateShort
- Throws:
SQLException
-
updateInt
- Throws:
SQLException
-
updateLong
- Throws:
SQLException
-
updateFloat
- Throws:
SQLException
-
updateDouble
- Throws:
SQLException
-
updateBigDecimal
- Throws:
SQLException
-
updateString
- Throws:
SQLException
-
updateBytes
- Throws:
SQLException
-
updateDate
- Throws:
SQLException
-
updateTime
- Throws:
SQLException
-
updateTimestamp
- Throws:
SQLException
-
updateAsciiStream
- Specified by:
updateAsciiStream
in interfaceResultSet
- Specified by:
updateAsciiStream
in interfaceResultSetWrapper
- Overrides:
updateAsciiStream
in classResultSetWrapperImpl
- Throws:
SQLException
-
updateBinaryStream
- Specified by:
updateBinaryStream
in interfaceResultSet
- Specified by:
updateBinaryStream
in interfaceResultSetWrapper
- Overrides:
updateBinaryStream
in classResultSetWrapperImpl
- Throws:
SQLException
-
updateCharacterStream
public void updateCharacterStream(String columnLabel, Reader reader, int length) throws SQLException - Specified by:
updateCharacterStream
in interfaceResultSet
- Specified by:
updateCharacterStream
in interfaceResultSetWrapper
- Overrides:
updateCharacterStream
in classResultSetWrapperImpl
- Throws:
SQLException
-
updateObject
- Throws:
SQLException
-
updateObject
- Throws:
SQLException
-
insertRow
- Throws:
SQLException
-
updateRow
- Throws:
SQLException
-
deleteRow
- Throws:
SQLException
-
refreshRow
- Throws:
SQLException
-
cancelRowUpdates
- Throws:
SQLException
-
moveToInsertRow
- Throws:
SQLException
-
moveToCurrentRow
- Throws:
SQLException
-
getStatement
- Specified by:
getStatement
in interfaceResultSet
- Specified by:
getStatement
in interfaceResultSetWrapper
- Overrides:
getStatement
in classResultSetWrapperImpl
- Throws:
SQLException
-
getObject
- Throws:
SQLException
-
getRef
- Specified by:
getRef
in interfaceResultSet
- Specified by:
getRef
in interfaceResultSetWrapper
- Overrides:
getRef
in classResultSetWrapperImpl
- Throws:
SQLException
-
getBlob
- Specified by:
getBlob
in interfaceResultSet
- Specified by:
getBlob
in interfaceResultSetWrapper
- Overrides:
getBlob
in classResultSetWrapperImpl
- Throws:
SQLException
-
getClob
- Specified by:
getClob
in interfaceResultSet
- Specified by:
getClob
in interfaceResultSetWrapper
- Overrides:
getClob
in classResultSetWrapperImpl
- Throws:
SQLException
-
getArray
- Specified by:
getArray
in interfaceResultSet
- Specified by:
getArray
in interfaceResultSetWrapper
- Overrides:
getArray
in classResultSetWrapperImpl
- Throws:
SQLException
-
getObject
- Throws:
SQLException
-
getRef
- Specified by:
getRef
in interfaceResultSet
- Specified by:
getRef
in interfaceResultSetWrapper
- Overrides:
getRef
in classResultSetWrapperImpl
- Throws:
SQLException
-
getBlob
- Specified by:
getBlob
in interfaceResultSet
- Specified by:
getBlob
in interfaceResultSetWrapper
- Overrides:
getBlob
in classResultSetWrapperImpl
- Throws:
SQLException
-
getClob
- Specified by:
getClob
in interfaceResultSet
- Specified by:
getClob
in interfaceResultSetWrapper
- Overrides:
getClob
in classResultSetWrapperImpl
- Throws:
SQLException
-
getArray
- Specified by:
getArray
in interfaceResultSet
- Specified by:
getArray
in interfaceResultSetWrapper
- Overrides:
getArray
in classResultSetWrapperImpl
- Throws:
SQLException
-
getDate
- Throws:
SQLException
-
getDate
- Throws:
SQLException
-
getTime
- Throws:
SQLException
-
getTime
- Throws:
SQLException
-
getTimestamp
- Throws:
SQLException
-
getTimestamp
- Throws:
SQLException
-
getURL
- Throws:
SQLException
-
getURL
- Throws:
SQLException
-
updateRef
- Specified by:
updateRef
in interfaceResultSet
- Specified by:
updateRef
in interfaceResultSetWrapper
- Overrides:
updateRef
in classResultSetWrapperImpl
- Throws:
SQLException
-
updateRef
- Specified by:
updateRef
in interfaceResultSet
- Specified by:
updateRef
in interfaceResultSetWrapper
- Overrides:
updateRef
in classResultSetWrapperImpl
- Throws:
SQLException
-
updateBlob
- Specified by:
updateBlob
in interfaceResultSet
- Specified by:
updateBlob
in interfaceResultSetWrapper
- Overrides:
updateBlob
in classResultSetWrapperImpl
- Throws:
SQLException
-
updateBlob
- Specified by:
updateBlob
in interfaceResultSet
- Specified by:
updateBlob
in interfaceResultSetWrapper
- Overrides:
updateBlob
in classResultSetWrapperImpl
- Throws:
SQLException
-
updateClob
- Specified by:
updateClob
in interfaceResultSet
- Specified by:
updateClob
in interfaceResultSetWrapper
- Overrides:
updateClob
in classResultSetWrapperImpl
- Throws:
SQLException
-
updateClob
- Specified by:
updateClob
in interfaceResultSet
- Specified by:
updateClob
in interfaceResultSetWrapper
- Overrides:
updateClob
in classResultSetWrapperImpl
- Throws:
SQLException
-
updateArray
- Specified by:
updateArray
in interfaceResultSet
- Specified by:
updateArray
in interfaceResultSetWrapper
- Overrides:
updateArray
in classResultSetWrapperImpl
- Throws:
SQLException
-
updateArray
- Specified by:
updateArray
in interfaceResultSet
- Specified by:
updateArray
in interfaceResultSetWrapper
- Overrides:
updateArray
in classResultSetWrapperImpl
- Throws:
SQLException
-
getRowId
- Specified by:
getRowId
in interfaceResultSet
- Specified by:
getRowId
in interfaceResultSetWrapper
- Overrides:
getRowId
in classResultSetWrapperImpl
- Throws:
SQLException
-
getRowId
- Specified by:
getRowId
in interfaceResultSet
- Specified by:
getRowId
in interfaceResultSetWrapper
- Overrides:
getRowId
in classResultSetWrapperImpl
- Throws:
SQLException
-
updateRowId
- Specified by:
updateRowId
in interfaceResultSet
- Specified by:
updateRowId
in interfaceResultSetWrapper
- Overrides:
updateRowId
in classResultSetWrapperImpl
- Throws:
SQLException
-
updateRowId
- Specified by:
updateRowId
in interfaceResultSet
- Specified by:
updateRowId
in interfaceResultSetWrapper
- Overrides:
updateRowId
in classResultSetWrapperImpl
- Throws:
SQLException
-
getHoldability
- Throws:
SQLException
-
isClosed
- Throws:
SQLException
-
updateNString
- Throws:
SQLException
-
updateNString
- Throws:
SQLException
-
updateNClob
- Specified by:
updateNClob
in interfaceResultSet
- Specified by:
updateNClob
in interfaceResultSetWrapper
- Overrides:
updateNClob
in classResultSetWrapperImpl
- Throws:
SQLException
-
updateNClob
- Specified by:
updateNClob
in interfaceResultSet
- Specified by:
updateNClob
in interfaceResultSetWrapper
- Overrides:
updateNClob
in classResultSetWrapperImpl
- Throws:
SQLException
-
getNClob
- Specified by:
getNClob
in interfaceResultSet
- Specified by:
getNClob
in interfaceResultSetWrapper
- Overrides:
getNClob
in classResultSetWrapperImpl
- Throws:
SQLException
-
getNClob
- Specified by:
getNClob
in interfaceResultSet
- Specified by:
getNClob
in interfaceResultSetWrapper
- Overrides:
getNClob
in classResultSetWrapperImpl
- Throws:
SQLException
-
getSQLXML
- Specified by:
getSQLXML
in interfaceResultSet
- Specified by:
getSQLXML
in interfaceResultSetWrapper
- Overrides:
getSQLXML
in classResultSetWrapperImpl
- Throws:
SQLException
-
getSQLXML
- Specified by:
getSQLXML
in interfaceResultSet
- Specified by:
getSQLXML
in interfaceResultSetWrapper
- Overrides:
getSQLXML
in classResultSetWrapperImpl
- Throws:
SQLException
-
updateSQLXML
- Specified by:
updateSQLXML
in interfaceResultSet
- Specified by:
updateSQLXML
in interfaceResultSetWrapper
- Overrides:
updateSQLXML
in classResultSetWrapperImpl
- Throws:
SQLException
-
updateSQLXML
- Specified by:
updateSQLXML
in interfaceResultSet
- Specified by:
updateSQLXML
in interfaceResultSetWrapper
- Overrides:
updateSQLXML
in classResultSetWrapperImpl
- Throws:
SQLException
-
getNString
- Throws:
SQLException
-
getNString
- Throws:
SQLException
-
getNCharacterStream
- Specified by:
getNCharacterStream
in interfaceResultSet
- Specified by:
getNCharacterStream
in interfaceResultSetWrapper
- Overrides:
getNCharacterStream
in classResultSetWrapperImpl
- Throws:
SQLException
-
getNCharacterStream
- Specified by:
getNCharacterStream
in interfaceResultSet
- Specified by:
getNCharacterStream
in interfaceResultSetWrapper
- Overrides:
getNCharacterStream
in classResultSetWrapperImpl
- Throws:
SQLException
-
updateNCharacterStream
- Specified by:
updateNCharacterStream
in interfaceResultSet
- Specified by:
updateNCharacterStream
in interfaceResultSetWrapper
- Overrides:
updateNCharacterStream
in classResultSetWrapperImpl
- Throws:
SQLException
-
updateNCharacterStream
public void updateNCharacterStream(String columnLabel, Reader reader, long length) throws SQLException - Specified by:
updateNCharacterStream
in interfaceResultSet
- Specified by:
updateNCharacterStream
in interfaceResultSetWrapper
- Overrides:
updateNCharacterStream
in classResultSetWrapperImpl
- Throws:
SQLException
-
updateAsciiStream
- Specified by:
updateAsciiStream
in interfaceResultSet
- Specified by:
updateAsciiStream
in interfaceResultSetWrapper
- Overrides:
updateAsciiStream
in classResultSetWrapperImpl
- Throws:
SQLException
-
updateBinaryStream
- Specified by:
updateBinaryStream
in interfaceResultSet
- Specified by:
updateBinaryStream
in interfaceResultSetWrapper
- Overrides:
updateBinaryStream
in classResultSetWrapperImpl
- Throws:
SQLException
-
updateCharacterStream
- Specified by:
updateCharacterStream
in interfaceResultSet
- Specified by:
updateCharacterStream
in interfaceResultSetWrapper
- Overrides:
updateCharacterStream
in classResultSetWrapperImpl
- Throws:
SQLException
-
updateAsciiStream
- Specified by:
updateAsciiStream
in interfaceResultSet
- Specified by:
updateAsciiStream
in interfaceResultSetWrapper
- Overrides:
updateAsciiStream
in classResultSetWrapperImpl
- Throws:
SQLException
-
updateBinaryStream
- Specified by:
updateBinaryStream
in interfaceResultSet
- Specified by:
updateBinaryStream
in interfaceResultSetWrapper
- Overrides:
updateBinaryStream
in classResultSetWrapperImpl
- Throws:
SQLException
-
updateCharacterStream
public void updateCharacterStream(String columnLabel, Reader reader, long length) throws SQLException - Specified by:
updateCharacterStream
in interfaceResultSet
- Specified by:
updateCharacterStream
in interfaceResultSetWrapper
- Overrides:
updateCharacterStream
in classResultSetWrapperImpl
- Throws:
SQLException
-
updateBlob
- Specified by:
updateBlob
in interfaceResultSet
- Specified by:
updateBlob
in interfaceResultSetWrapper
- Overrides:
updateBlob
in classResultSetWrapperImpl
- Throws:
SQLException
-
updateBlob
public void updateBlob(String columnLabel, InputStream inputStream, long length) throws SQLException - Specified by:
updateBlob
in interfaceResultSet
- Specified by:
updateBlob
in interfaceResultSetWrapper
- Overrides:
updateBlob
in classResultSetWrapperImpl
- Throws:
SQLException
-
updateClob
- Specified by:
updateClob
in interfaceResultSet
- Specified by:
updateClob
in interfaceResultSetWrapper
- Overrides:
updateClob
in classResultSetWrapperImpl
- Throws:
SQLException
-
updateClob
- Specified by:
updateClob
in interfaceResultSet
- Specified by:
updateClob
in interfaceResultSetWrapper
- Overrides:
updateClob
in classResultSetWrapperImpl
- Throws:
SQLException
-
updateNClob
- Specified by:
updateNClob
in interfaceResultSet
- Specified by:
updateNClob
in interfaceResultSetWrapper
- Overrides:
updateNClob
in classResultSetWrapperImpl
- Throws:
SQLException
-
updateNClob
- Specified by:
updateNClob
in interfaceResultSet
- Specified by:
updateNClob
in interfaceResultSetWrapper
- Overrides:
updateNClob
in classResultSetWrapperImpl
- Throws:
SQLException
-
updateNCharacterStream
- Specified by:
updateNCharacterStream
in interfaceResultSet
- Specified by:
updateNCharacterStream
in interfaceResultSetWrapper
- Overrides:
updateNCharacterStream
in classResultSetWrapperImpl
- Throws:
SQLException
-
updateNCharacterStream
- Specified by:
updateNCharacterStream
in interfaceResultSet
- Specified by:
updateNCharacterStream
in interfaceResultSetWrapper
- Overrides:
updateNCharacterStream
in classResultSetWrapperImpl
- Throws:
SQLException
-
updateAsciiStream
- Specified by:
updateAsciiStream
in interfaceResultSet
- Specified by:
updateAsciiStream
in interfaceResultSetWrapper
- Overrides:
updateAsciiStream
in classResultSetWrapperImpl
- Throws:
SQLException
-
updateBinaryStream
- Specified by:
updateBinaryStream
in interfaceResultSet
- Specified by:
updateBinaryStream
in interfaceResultSetWrapper
- Overrides:
updateBinaryStream
in classResultSetWrapperImpl
- Throws:
SQLException
-
updateCharacterStream
- Specified by:
updateCharacterStream
in interfaceResultSet
- Specified by:
updateCharacterStream
in interfaceResultSetWrapper
- Overrides:
updateCharacterStream
in classResultSetWrapperImpl
- Throws:
SQLException
-
updateAsciiStream
- Specified by:
updateAsciiStream
in interfaceResultSet
- Specified by:
updateAsciiStream
in interfaceResultSetWrapper
- Overrides:
updateAsciiStream
in classResultSetWrapperImpl
- Throws:
SQLException
-
updateBinaryStream
- Specified by:
updateBinaryStream
in interfaceResultSet
- Specified by:
updateBinaryStream
in interfaceResultSetWrapper
- Overrides:
updateBinaryStream
in classResultSetWrapperImpl
- Throws:
SQLException
-
updateCharacterStream
- Specified by:
updateCharacterStream
in interfaceResultSet
- Specified by:
updateCharacterStream
in interfaceResultSetWrapper
- Overrides:
updateCharacterStream
in classResultSetWrapperImpl
- Throws:
SQLException
-
updateBlob
- Specified by:
updateBlob
in interfaceResultSet
- Specified by:
updateBlob
in interfaceResultSetWrapper
- Overrides:
updateBlob
in classResultSetWrapperImpl
- Throws:
SQLException
-
updateBlob
- Specified by:
updateBlob
in interfaceResultSet
- Specified by:
updateBlob
in interfaceResultSetWrapper
- Overrides:
updateBlob
in classResultSetWrapperImpl
- Throws:
SQLException
-
updateClob
- Specified by:
updateClob
in interfaceResultSet
- Specified by:
updateClob
in interfaceResultSetWrapper
- Overrides:
updateClob
in classResultSetWrapperImpl
- Throws:
SQLException
-
updateClob
- Specified by:
updateClob
in interfaceResultSet
- Specified by:
updateClob
in interfaceResultSetWrapper
- Overrides:
updateClob
in classResultSetWrapperImpl
- Throws:
SQLException
-
updateNClob
- Specified by:
updateNClob
in interfaceResultSet
- Specified by:
updateNClob
in interfaceResultSetWrapper
- Overrides:
updateNClob
in classResultSetWrapperImpl
- Throws:
SQLException
-
updateNClob
- Specified by:
updateNClob
in interfaceResultSet
- Specified by:
updateNClob
in interfaceResultSetWrapper
- Overrides:
updateNClob
in classResultSetWrapperImpl
- Throws:
SQLException
-
getObject
- Throws:
SQLException
-
getObject
- Throws:
SQLException
-
updateObject
public void updateObject(int columnIndex, Object x, SQLType targetSqlType, int scaleOrLength) throws SQLException - Throws:
SQLException
-
updateObject
public void updateObject(String columnLabel, Object x, SQLType targetSqlType, int scaleOrLength) throws SQLException - Throws:
SQLException
-
updateObject
- Throws:
SQLException
-
updateObject
- Throws:
SQLException
-