Module org.tquadrat.foundation.sql
Class ResultSetWrapper
java.lang.Object
org.tquadrat.foundation.sql.internal.ResultSetWrapper
- All Implemented Interfaces:
AutoCloseable,ResultSet,Wrapper
- Direct Known Subclasses:
ResultSetSpliterator.InternalResultSet
@ClassVersion(sourceVersion="$Id: ResultSetWrapper.java 1020 2022-02-27 21:26:03Z tquadrat $")
@API(status=INTERNAL,
since="0.0.1")
public abstract class ResultSetWrapper
extends Object
implements ResultSet
A wrapper for a result set that restricts the call to some methods.
The operations that would move the cursor will throw an
UnsupportedOperationException:
absolute(int)afterLast()beforeFirst()first()last()moveToCurrentRow()moveToInsertRow()next()previous()relative(int)
as well as the following methods:
- Author:
- Thomas Thrien (thomas.thrien@tquadrat.org)
- Version:
- $Id: ResultSetWrapper.java 1020 2022-02-27 21:26:03Z tquadrat $
- Since:
- 0.0.1
- UML Diagram
-
UML Diagram for "org.tquadrat.foundation.sql.internal.ResultSetWrapper"
-
Field Summary
FieldsFields 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
ConstructorsModifierConstructorDescriptionprotectedResultSetWrapper(ResultSet instance) Creates a newResultSetWrapperinstance. -
Method Summary
Modifier and TypeMethodDescriptionfinal booleanabsolute(int row) final voidfinal voidfinal voidfinal voidfinal voidclose()final voidfinal intfindColumn(String columnLabel) final booleanfirst()final ArraygetArray(int columnIndex) final Arrayfinal InputStreamgetAsciiStream(int columnIndex) final InputStreamgetAsciiStream(String columnLabel) final BigDecimalgetBigDecimal(int columnIndex) final BigDecimalgetBigDecimal(int columnIndex, int scale) Deprecated.final BigDecimalgetBigDecimal(String columnLabel) final BigDecimalgetBigDecimal(String columnLabel, int scale) Deprecated.final InputStreamgetBinaryStream(int columnIndex) final InputStreamgetBinaryStream(String columnLabel) final BlobgetBlob(int columnIndex) final Blobfinal booleangetBoolean(int columnIndex) final booleangetBoolean(String columnLabel) final bytegetByte(int columnIndex) final bytefinal byte[]getBytes(int columnIndex) final byte[]final ReadergetCharacterStream(int columnIndex) final ReadergetCharacterStream(String columnLabel) final ClobgetClob(int columnIndex) final Clobfinal intfinal Stringfinal DategetDate(int columnIndex) final Datefinal Datefinal Datefinal doublegetDouble(int columnIndex) final doublefinal intfinal intfinal floatgetFloat(int columnIndex) final floatfinal intfinal intgetInt(int columnIndex) final intfinal longgetLong(int columnIndex) final longfinal ResultSetMetaDatafinal ReadergetNCharacterStream(int columnIndex) final ReadergetNCharacterStream(String columnLabel) final NClobgetNClob(int columnIndex) final NClobfinal StringgetNString(int columnIndex) final StringgetNString(String columnLabel) final ObjectgetObject(int columnIndex) final <T> Tfinal Objectfinal Objectfinal <T> Tfinal Objectfinal RefgetRef(int columnIndex) final Reffinal intgetRow()final RowIdgetRowId(int columnIndex) final RowIdfinal shortgetShort(int columnIndex) final shortfinal SQLXMLgetSQLXML(int columnIndex) final SQLXMLfinal Statementfinal StringgetString(int columnIndex) final Stringfinal TimegetTime(int columnIndex) final Timefinal Timefinal Timefinal TimestampgetTimestamp(int columnIndex) final TimestampgetTimestamp(int columnIndex, Calendar cal) final TimestampgetTimestamp(String columnLabel) final TimestampgetTimestamp(String columnLabel, Calendar cal) final intgetType()final InputStreamgetUnicodeStream(int columnIndex) Deprecated.final InputStreamgetUnicodeStream(String columnLabel) Deprecated.final URLgetURL(int columnIndex) final URLfinal SQLWarningfinal voidfinal booleanfinal booleanfinal booleanisClosed()final booleanisFirst()final booleanisLast()final booleanisWrapperFor(Class<?> iface) final booleanlast()final voidfinal voidfinal booleannext()final booleanprevious()final voidfinal booleanrelative(int rows) final booleanfinal booleanfinal booleanfinal voidsetFetchDirection(int direction) final voidsetFetchSize(int rows) final <T> Tfinal voidupdateArray(int columnIndex, Array x) final voidupdateArray(String columnLabel, Array x) final voidupdateAsciiStream(int columnIndex, InputStream x) final voidupdateAsciiStream(int columnIndex, InputStream x, int length) final voidupdateAsciiStream(int columnIndex, InputStream x, long length) final voidupdateAsciiStream(String columnLabel, InputStream x) final voidupdateAsciiStream(String columnLabel, InputStream x, int length) final voidupdateAsciiStream(String columnLabel, InputStream x, long length) final voidupdateBigDecimal(int columnIndex, BigDecimal x) final voidupdateBigDecimal(String columnLabel, BigDecimal x) final voidupdateBinaryStream(int columnIndex, InputStream x) final voidupdateBinaryStream(int columnIndex, InputStream x, int length) final voidupdateBinaryStream(int columnIndex, InputStream x, long length) final voidupdateBinaryStream(String columnLabel, InputStream x) final voidupdateBinaryStream(String columnLabel, InputStream x, int length) final voidupdateBinaryStream(String columnLabel, InputStream x, long length) final voidupdateBlob(int columnIndex, InputStream inputStream) final voidupdateBlob(int columnIndex, InputStream inputStream, long length) final voidupdateBlob(int columnIndex, Blob x) final voidupdateBlob(String columnLabel, InputStream inputStream) final voidupdateBlob(String columnLabel, InputStream inputStream, long length) final voidupdateBlob(String columnLabel, Blob x) final voidupdateBoolean(int columnIndex, boolean x) final voidupdateBoolean(String columnLabel, boolean x) final voidupdateByte(int columnIndex, byte x) final voidupdateByte(String columnLabel, byte x) final voidupdateBytes(int columnIndex, byte[] x) final voidupdateBytes(String columnLabel, byte[] x) final voidupdateCharacterStream(int columnIndex, Reader x) final voidupdateCharacterStream(int columnIndex, Reader x, int length) final voidupdateCharacterStream(int columnIndex, Reader x, long length) final voidupdateCharacterStream(String columnLabel, Reader reader) final voidupdateCharacterStream(String columnLabel, Reader reader, int length) final voidupdateCharacterStream(String columnLabel, Reader reader, long length) final voidupdateClob(int columnIndex, Reader reader) final voidupdateClob(int columnIndex, Reader reader, long length) final voidupdateClob(int columnIndex, Clob x) final voidupdateClob(String columnLabel, Reader reader) final voidupdateClob(String columnLabel, Reader reader, long length) final voidupdateClob(String columnLabel, Clob x) final voidupdateDate(int columnIndex, Date x) final voidupdateDate(String columnLabel, Date x) final voidupdateDouble(int columnIndex, double x) final voidupdateDouble(String columnLabel, double x) final voidupdateFloat(int columnIndex, float x) final voidupdateFloat(String columnLabel, float x) final voidupdateInt(int columnIndex, int x) final voidfinal voidupdateLong(int columnIndex, long x) final voidupdateLong(String columnLabel, long x) final voidupdateNCharacterStream(int columnIndex, Reader x) final voidupdateNCharacterStream(int columnIndex, Reader x, long length) final voidupdateNCharacterStream(String columnLabel, Reader reader) final voidupdateNCharacterStream(String columnLabel, Reader reader, long length) final voidupdateNClob(int columnIndex, Reader reader) final voidupdateNClob(int columnIndex, Reader reader, long length) final voidupdateNClob(int columnIndex, NClob nClob) final voidupdateNClob(String columnLabel, Reader reader) final voidupdateNClob(String columnLabel, Reader reader, long length) final voidupdateNClob(String columnLabel, NClob nClob) final voidupdateNString(int columnIndex, String nString) final voidupdateNString(String columnLabel, String nString) final voidupdateNull(int columnIndex) final voidupdateNull(String columnLabel) final voidupdateObject(int columnIndex, Object x) final voidupdateObject(int columnIndex, Object x, int scaleOrLength) final voidupdateObject(int columnIndex, Object x, SQLType targetSqlType) final voidupdateObject(int columnIndex, Object x, SQLType targetSqlType, int scaleOrLength) final voidupdateObject(String columnLabel, Object x) final voidupdateObject(String columnLabel, Object x, int scaleOrLength) final voidupdateObject(String columnLabel, Object x, SQLType targetSqlType) final voidupdateObject(String columnLabel, Object x, SQLType targetSqlType, int scaleOrLength) final voidfinal voidfinal voidfinal voidupdateRowId(int columnIndex, RowId x) final voidupdateRowId(String columnLabel, RowId x) final voidupdateShort(int columnIndex, short x) final voidupdateShort(String columnLabel, short x) final voidupdateSQLXML(int columnIndex, SQLXML xmlObject) final voidupdateSQLXML(String columnLabel, SQLXML xmlObject) final voidupdateString(int columnIndex, String x) final voidupdateString(String columnLabel, String x) final voidupdateTime(int columnIndex, Time x) final voidupdateTime(String columnLabel, Time x) final voidupdateTimestamp(int columnIndex, Timestamp x) final voidupdateTimestamp(String columnLabel, Timestamp x) final booleanwasNull()
-
Field Details
-
m_Instance
The wrappedResultSetinstance.
-
-
Constructor Details
-
ResultSetWrapper
Creates a newResultSetWrapperinstance.- Parameters:
instance- The wrapped instance.
-
-
Method Details
-
absolute
- Specified by:
absolutein interfaceResultSet- Throws:
SQLException
-
afterLast
- Specified by:
afterLastin interfaceResultSet- Throws:
SQLException
-
beforeFirst
- Specified by:
beforeFirstin interfaceResultSet- Throws:
SQLException
-
cancelRowUpdates
- Specified by:
cancelRowUpdatesin interfaceResultSet- Throws:
SQLException
-
clearWarnings
- Specified by:
clearWarningsin interfaceResultSet- Throws:
SQLException
-
close
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceResultSet- Throws:
SQLException
-
deleteRow
- Specified by:
deleteRowin interfaceResultSet- Throws:
SQLException
-
findColumn
- Specified by:
findColumnin interfaceResultSet- Throws:
SQLException
-
first
- Specified by:
firstin interfaceResultSet- Throws:
SQLException
-
getArray
- Specified by:
getArrayin interfaceResultSet- Throws:
SQLException
-
getArray
- Specified by:
getArrayin interfaceResultSet- Throws:
SQLException
-
getAsciiStream
- Specified by:
getAsciiStreamin interfaceResultSet- Throws:
SQLException
-
getAsciiStream
- Specified by:
getAsciiStreamin interfaceResultSet- Throws:
SQLException
-
getBigDecimal
- Specified by:
getBigDecimalin interfaceResultSet- Throws:
SQLException
-
getBigDecimal
Deprecated.- Specified by:
getBigDecimalin interfaceResultSet- Throws:
SQLException
-
getBigDecimal
- Specified by:
getBigDecimalin interfaceResultSet- Throws:
SQLException
-
getBigDecimal
@Deprecated public final BigDecimal getBigDecimal(String columnLabel, int scale) throws SQLException Deprecated.- Specified by:
getBigDecimalin interfaceResultSet- Throws:
SQLException
-
getBinaryStream
- Specified by:
getBinaryStreamin interfaceResultSet- Throws:
SQLException
-
getBinaryStream
- Specified by:
getBinaryStreamin interfaceResultSet- Throws:
SQLException
-
getBlob
- Specified by:
getBlobin interfaceResultSet- Throws:
SQLException
-
getBlob
- Specified by:
getBlobin interfaceResultSet- Throws:
SQLException
-
getBoolean
- Specified by:
getBooleanin interfaceResultSet- Throws:
SQLException
-
getBoolean
- Specified by:
getBooleanin interfaceResultSet- Throws:
SQLException
-
getByte
- Specified by:
getBytein interfaceResultSet- Throws:
SQLException
-
getByte
- Specified by:
getBytein interfaceResultSet- Throws:
SQLException
-
getBytes
- Specified by:
getBytesin interfaceResultSet- Throws:
SQLException
-
getBytes
- Specified by:
getBytesin interfaceResultSet- Throws:
SQLException
-
getCharacterStream
- Specified by:
getCharacterStreamin interfaceResultSet- Throws:
SQLException
-
getCharacterStream
- Specified by:
getCharacterStreamin interfaceResultSet- Throws:
SQLException
-
getClob
- Specified by:
getClobin interfaceResultSet- Throws:
SQLException
-
getClob
- Specified by:
getClobin interfaceResultSet- Throws:
SQLException
-
getConcurrency
- Specified by:
getConcurrencyin interfaceResultSet- Throws:
SQLException
-
getCursorName
- Specified by:
getCursorNamein interfaceResultSet- Throws:
SQLException
-
getDate
- Specified by:
getDatein interfaceResultSet- Throws:
SQLException
-
getDate
- Specified by:
getDatein interfaceResultSet- Throws:
SQLException
-
getDate
- Specified by:
getDatein interfaceResultSet- Throws:
SQLException
-
getDate
- Specified by:
getDatein interfaceResultSet- Throws:
SQLException
-
getDouble
- Specified by:
getDoublein interfaceResultSet- Throws:
SQLException
-
getDouble
- Specified by:
getDoublein interfaceResultSet- Throws:
SQLException
-
getFetchDirection
- Specified by:
getFetchDirectionin interfaceResultSet- Throws:
SQLException
-
getFetchSize
- Specified by:
getFetchSizein interfaceResultSet- Throws:
SQLException
-
getFloat
- Specified by:
getFloatin interfaceResultSet- Throws:
SQLException
-
getFloat
- Specified by:
getFloatin interfaceResultSet- Throws:
SQLException
-
getHoldability
- Specified by:
getHoldabilityin interfaceResultSet- Throws:
SQLException
-
getInt
- Specified by:
getIntin interfaceResultSet- Throws:
SQLException
-
getInt
- Specified by:
getIntin interfaceResultSet- Throws:
SQLException
-
getLong
- Specified by:
getLongin interfaceResultSet- Throws:
SQLException
-
getLong
- Specified by:
getLongin interfaceResultSet- Throws:
SQLException
-
getMetaData
- Specified by:
getMetaDatain interfaceResultSet- Throws:
SQLException
-
getNCharacterStream
- Specified by:
getNCharacterStreamin interfaceResultSet- Throws:
SQLException
-
getNCharacterStream
- Specified by:
getNCharacterStreamin interfaceResultSet- Throws:
SQLException
-
getNClob
- Specified by:
getNClobin interfaceResultSet- Throws:
SQLException
-
getNClob
- Specified by:
getNClobin interfaceResultSet- Throws:
SQLException
-
getNString
- Specified by:
getNStringin interfaceResultSet- Throws:
SQLException
-
getNString
- Specified by:
getNStringin interfaceResultSet- Throws:
SQLException
-
getObject
- Specified by:
getObjectin interfaceResultSet- Throws:
SQLException
-
getObject
- Specified by:
getObjectin interfaceResultSet- Throws:
SQLException
-
getObject
- Specified by:
getObjectin interfaceResultSet- Throws:
SQLException
-
getObject
- Specified by:
getObjectin interfaceResultSet- Throws:
SQLException
-
getObject
- Specified by:
getObjectin interfaceResultSet- Throws:
SQLException
-
getObject
- Specified by:
getObjectin interfaceResultSet- Throws:
SQLException
-
getRef
- Specified by:
getRefin interfaceResultSet- Throws:
SQLException
-
getRef
- Specified by:
getRefin interfaceResultSet- Throws:
SQLException
-
getRow
- Specified by:
getRowin interfaceResultSet- Throws:
SQLException
-
getRowId
- Specified by:
getRowIdin interfaceResultSet- Throws:
SQLException
-
getRowId
- Specified by:
getRowIdin interfaceResultSet- Throws:
SQLException
-
getShort
- Specified by:
getShortin interfaceResultSet- Throws:
SQLException
-
getShort
- Specified by:
getShortin interfaceResultSet- Throws:
SQLException
-
getSQLXML
- Specified by:
getSQLXMLin interfaceResultSet- Throws:
SQLException
-
getSQLXML
- Specified by:
getSQLXMLin interfaceResultSet- Throws:
SQLException
-
getStatement
- Specified by:
getStatementin interfaceResultSet- Throws:
SQLException
-
getString
- Specified by:
getStringin interfaceResultSet- Throws:
SQLException
-
getString
- Specified by:
getStringin interfaceResultSet- Throws:
SQLException
-
getTime
- Specified by:
getTimein interfaceResultSet- Throws:
SQLException
-
getTime
- Specified by:
getTimein interfaceResultSet- Throws:
SQLException
-
getTime
- Specified by:
getTimein interfaceResultSet- Throws:
SQLException
-
getTime
- Specified by:
getTimein interfaceResultSet- Throws:
SQLException
-
getTimestamp
- Specified by:
getTimestampin interfaceResultSet- Throws:
SQLException
-
getTimestamp
- Specified by:
getTimestampin interfaceResultSet- Throws:
SQLException
-
getTimestamp
- Specified by:
getTimestampin interfaceResultSet- Throws:
SQLException
-
getTimestamp
- Specified by:
getTimestampin interfaceResultSet- Throws:
SQLException
-
getType
- Specified by:
getTypein interfaceResultSet- Throws:
SQLException
-
getUnicodeStream
Deprecated.- Specified by:
getUnicodeStreamin interfaceResultSet- Throws:
SQLException
-
getUnicodeStream
Deprecated.- Specified by:
getUnicodeStreamin interfaceResultSet- Throws:
SQLException
-
getURL
- Specified by:
getURLin interfaceResultSet- Throws:
SQLException
-
getURL
- Specified by:
getURLin interfaceResultSet- Throws:
SQLException
-
getWarnings
- Specified by:
getWarningsin interfaceResultSet- Throws:
SQLException
-
insertRow
- Specified by:
insertRowin interfaceResultSet- Throws:
SQLException
-
isAfterLast
- Specified by:
isAfterLastin interfaceResultSet- Throws:
SQLException
-
isBeforeFirst
- Specified by:
isBeforeFirstin interfaceResultSet- Throws:
SQLException
-
isClosed
- Specified by:
isClosedin interfaceResultSet- Throws:
SQLException
-
isFirst
- Specified by:
isFirstin interfaceResultSet- Throws:
SQLException
-
isLast
- Specified by:
isLastin interfaceResultSet- Throws:
SQLException
-
isWrapperFor
- Specified by:
isWrapperForin interfaceWrapper- Throws:
SQLException
-
last
- Specified by:
lastin interfaceResultSet- Throws:
SQLException
-
moveToCurrentRow
- Specified by:
moveToCurrentRowin interfaceResultSet- Throws:
SQLException
-
moveToInsertRow
- Specified by:
moveToInsertRowin interfaceResultSet- Throws:
SQLException
-
next
- Specified by:
nextin interfaceResultSet- Throws:
SQLException
-
previous
- Specified by:
previousin interfaceResultSet- Throws:
SQLException
-
refreshRow
- Specified by:
refreshRowin interfaceResultSet- Throws:
SQLException
-
relative
- Specified by:
relativein interfaceResultSet- Throws:
SQLException
-
rowDeleted
- Specified by:
rowDeletedin interfaceResultSet- Throws:
SQLException
-
rowInserted
- Specified by:
rowInsertedin interfaceResultSet- Throws:
SQLException
-
rowUpdated
- Specified by:
rowUpdatedin interfaceResultSet- Throws:
SQLException
-
setFetchDirection
- Specified by:
setFetchDirectionin interfaceResultSet- Throws:
SQLException
-
setFetchSize
- Specified by:
setFetchSizein interfaceResultSet- Throws:
SQLException
-
unwrap
- Specified by:
unwrapin interfaceWrapper- Throws:
SQLException
-
updateArray
- Specified by:
updateArrayin interfaceResultSet- Throws:
SQLException
-
updateArray
- Specified by:
updateArrayin interfaceResultSet- Throws:
SQLException
-
updateAsciiStream
- Specified by:
updateAsciiStreamin interfaceResultSet- Throws:
SQLException
-
updateAsciiStream
- Specified by:
updateAsciiStreamin interfaceResultSet- Throws:
SQLException
-
updateAsciiStream
public final void updateAsciiStream(int columnIndex, InputStream x, long length) throws SQLException - Specified by:
updateAsciiStreamin interfaceResultSet- Throws:
SQLException
-
updateAsciiStream
- Specified by:
updateAsciiStreamin interfaceResultSet- Throws:
SQLException
-
updateAsciiStream
public final void updateAsciiStream(String columnLabel, InputStream x, int length) throws SQLException - Specified by:
updateAsciiStreamin interfaceResultSet- Throws:
SQLException
-
updateAsciiStream
public final void updateAsciiStream(String columnLabel, InputStream x, long length) throws SQLException - Specified by:
updateAsciiStreamin interfaceResultSet- Throws:
SQLException
-
updateBigDecimal
- Specified by:
updateBigDecimalin interfaceResultSet- Throws:
SQLException
-
updateBigDecimal
- Specified by:
updateBigDecimalin interfaceResultSet- Throws:
SQLException
-
updateBinaryStream
- Specified by:
updateBinaryStreamin interfaceResultSet- Throws:
SQLException
-
updateBinaryStream
public final void updateBinaryStream(int columnIndex, InputStream x, int length) throws SQLException - Specified by:
updateBinaryStreamin interfaceResultSet- Throws:
SQLException
-
updateBinaryStream
public final void updateBinaryStream(int columnIndex, InputStream x, long length) throws SQLException - Specified by:
updateBinaryStreamin interfaceResultSet- Throws:
SQLException
-
updateBinaryStream
- Specified by:
updateBinaryStreamin interfaceResultSet- Throws:
SQLException
-
updateBinaryStream
public final void updateBinaryStream(String columnLabel, InputStream x, int length) throws SQLException - Specified by:
updateBinaryStreamin interfaceResultSet- Throws:
SQLException
-
updateBinaryStream
public final void updateBinaryStream(String columnLabel, InputStream x, long length) throws SQLException - Specified by:
updateBinaryStreamin interfaceResultSet- Throws:
SQLException
-
updateBlob
- Specified by:
updateBlobin interfaceResultSet- Throws:
SQLException
-
updateBlob
- Specified by:
updateBlobin interfaceResultSet- Throws:
SQLException
-
updateBlob
public final void updateBlob(int columnIndex, InputStream inputStream, long length) throws SQLException - Specified by:
updateBlobin interfaceResultSet- Throws:
SQLException
-
updateBlob
- Specified by:
updateBlobin interfaceResultSet- Throws:
SQLException
-
updateBlob
- Specified by:
updateBlobin interfaceResultSet- Throws:
SQLException
-
updateBlob
public final void updateBlob(String columnLabel, InputStream inputStream, long length) throws SQLException - Specified by:
updateBlobin interfaceResultSet- Throws:
SQLException
-
updateBoolean
- Specified by:
updateBooleanin interfaceResultSet- Throws:
SQLException
-
updateBoolean
- Specified by:
updateBooleanin interfaceResultSet- Throws:
SQLException
-
updateByte
- Specified by:
updateBytein interfaceResultSet- Throws:
SQLException
-
updateByte
- Specified by:
updateBytein interfaceResultSet- Throws:
SQLException
-
updateBytes
- Specified by:
updateBytesin interfaceResultSet- Throws:
SQLException
-
updateBytes
- Specified by:
updateBytesin interfaceResultSet- Throws:
SQLException
-
updateCharacterStream
- Specified by:
updateCharacterStreamin interfaceResultSet- Throws:
SQLException
-
updateCharacterStream
- Specified by:
updateCharacterStreamin interfaceResultSet- Throws:
SQLException
-
updateCharacterStream
- Specified by:
updateCharacterStreamin interfaceResultSet- Throws:
SQLException
-
updateCharacterStream
- Specified by:
updateCharacterStreamin interfaceResultSet- Throws:
SQLException
-
updateCharacterStream
public final void updateCharacterStream(String columnLabel, Reader reader, int length) throws SQLException - Specified by:
updateCharacterStreamin interfaceResultSet- Throws:
SQLException
-
updateCharacterStream
public final void updateCharacterStream(String columnLabel, Reader reader, long length) throws SQLException - Specified by:
updateCharacterStreamin interfaceResultSet- Throws:
SQLException
-
updateClob
- Specified by:
updateClobin interfaceResultSet- Throws:
SQLException
-
updateClob
- Specified by:
updateClobin interfaceResultSet- Throws:
SQLException
-
updateClob
- Specified by:
updateClobin interfaceResultSet- Throws:
SQLException
-
updateClob
- Specified by:
updateClobin interfaceResultSet- Throws:
SQLException
-
updateClob
- Specified by:
updateClobin interfaceResultSet- Throws:
SQLException
-
updateClob
- Specified by:
updateClobin interfaceResultSet- Throws:
SQLException
-
updateDate
- Specified by:
updateDatein interfaceResultSet- Throws:
SQLException
-
updateDate
- Specified by:
updateDatein interfaceResultSet- Throws:
SQLException
-
updateDouble
- Specified by:
updateDoublein interfaceResultSet- Throws:
SQLException
-
updateDouble
- Specified by:
updateDoublein interfaceResultSet- Throws:
SQLException
-
updateFloat
- Specified by:
updateFloatin interfaceResultSet- Throws:
SQLException
-
updateFloat
- Specified by:
updateFloatin interfaceResultSet- Throws:
SQLException
-
updateInt
- Specified by:
updateIntin interfaceResultSet- Throws:
SQLException
-
updateInt
- Specified by:
updateIntin interfaceResultSet- Throws:
SQLException
-
updateLong
- Specified by:
updateLongin interfaceResultSet- Throws:
SQLException
-
updateLong
- Specified by:
updateLongin interfaceResultSet- Throws:
SQLException
-
updateNCharacterStream
- Specified by:
updateNCharacterStreamin interfaceResultSet- Throws:
SQLException
-
updateNCharacterStream
public final void updateNCharacterStream(int columnIndex, Reader x, long length) throws SQLException - Specified by:
updateNCharacterStreamin interfaceResultSet- Throws:
SQLException
-
updateNCharacterStream
- Specified by:
updateNCharacterStreamin interfaceResultSet- Throws:
SQLException
-
updateNCharacterStream
public final void updateNCharacterStream(String columnLabel, Reader reader, long length) throws SQLException - Specified by:
updateNCharacterStreamin interfaceResultSet- Throws:
SQLException
-
updateNClob
- Specified by:
updateNClobin interfaceResultSet- Throws:
SQLException
-
updateNClob
- Specified by:
updateNClobin interfaceResultSet- Throws:
SQLException
-
updateNClob
- Specified by:
updateNClobin interfaceResultSet- Throws:
SQLException
-
updateNClob
- Specified by:
updateNClobin interfaceResultSet- Throws:
SQLException
-
updateNClob
- Specified by:
updateNClobin interfaceResultSet- Throws:
SQLException
-
updateNClob
- Specified by:
updateNClobin interfaceResultSet- Throws:
SQLException
-
updateNString
- Specified by:
updateNStringin interfaceResultSet- Throws:
SQLException
-
updateNString
- Specified by:
updateNStringin interfaceResultSet- Throws:
SQLException
-
updateNull
- Specified by:
updateNullin interfaceResultSet- Throws:
SQLException
-
updateNull
- Specified by:
updateNullin interfaceResultSet- Throws:
SQLException
-
updateObject
- Specified by:
updateObjectin interfaceResultSet- Throws:
SQLException
-
updateObject
- Specified by:
updateObjectin interfaceResultSet- Throws:
SQLException
-
updateObject
public final void updateObject(int columnIndex, Object x, SQLType targetSqlType) throws SQLException - Specified by:
updateObjectin interfaceResultSet- Throws:
SQLException
-
updateObject
public final void updateObject(int columnIndex, Object x, SQLType targetSqlType, int scaleOrLength) throws SQLException - Specified by:
updateObjectin interfaceResultSet- Throws:
SQLException
-
updateObject
- Specified by:
updateObjectin interfaceResultSet- Throws:
SQLException
-
updateObject
- Specified by:
updateObjectin interfaceResultSet- Throws:
SQLException
-
updateObject
public final void updateObject(String columnLabel, Object x, SQLType targetSqlType) throws SQLException - Specified by:
updateObjectin interfaceResultSet- Throws:
SQLException
-
updateObject
public final void updateObject(String columnLabel, Object x, SQLType targetSqlType, int scaleOrLength) throws SQLException - Specified by:
updateObjectin interfaceResultSet- Throws:
SQLException
-
updateRef
- Specified by:
updateRefin interfaceResultSet- Throws:
SQLException
-
updateRef
- Specified by:
updateRefin interfaceResultSet- Throws:
SQLException
-
updateRow
- Specified by:
updateRowin interfaceResultSet- Throws:
SQLException
-
updateRowId
- Specified by:
updateRowIdin interfaceResultSet- Throws:
SQLException
-
updateRowId
- Specified by:
updateRowIdin interfaceResultSet- Throws:
SQLException
-
updateShort
- Specified by:
updateShortin interfaceResultSet- Throws:
SQLException
-
updateShort
- Specified by:
updateShortin interfaceResultSet- Throws:
SQLException
-
updateSQLXML
- Specified by:
updateSQLXMLin interfaceResultSet- Throws:
SQLException
-
updateSQLXML
- Specified by:
updateSQLXMLin interfaceResultSet- Throws:
SQLException
-
updateString
- Specified by:
updateStringin interfaceResultSet- Throws:
SQLException
-
updateString
- Specified by:
updateStringin interfaceResultSet- Throws:
SQLException
-
updateTime
- Specified by:
updateTimein interfaceResultSet- Throws:
SQLException
-
updateTime
- Specified by:
updateTimein interfaceResultSet- Throws:
SQLException
-
updateTimestamp
- Specified by:
updateTimestampin interfaceResultSet- Throws:
SQLException
-
updateTimestamp
- Specified by:
updateTimestampin interfaceResultSet- Throws:
SQLException
-
wasNull
- Specified by:
wasNullin interfaceResultSet- Throws:
SQLException
-
