Package com.spotfire.ws.im.ds.sql
Class ResultSetWrapper
java.lang.Object
com.spotfire.ws.im.ds.sql.ResultSetWrapper
- All Implemented Interfaces:
AutoCloseable,ResultSet,Wrapper
Use this class for creating wrapper classes around the
ResultSet
interface. The subclass can override the methods that need to show a
different behavior than the wrapped object.- Since:
- 3.0
- See Also:
-
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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanabsolute(int row) voidvoidvoidvoidvoidclose()voidintfindColumn(String columnName) booleanfirst()getArray(int i) getAsciiStream(int columnIndex) getAsciiStream(String columnName) getBigDecimal(int columnIndex) getBigDecimal(int columnIndex, int scale) Deprecated.deprecatedgetBigDecimal(String columnName) getBigDecimal(String columnName, int scale) Deprecated.deprecatedgetBinaryStream(int columnIndex) getBinaryStream(String columnName) getBlob(int i) booleangetBoolean(int columnIndex) booleangetBoolean(String columnName) bytegetByte(int columnIndex) bytebyte[]getBytes(int columnIndex) byte[]getCharacterStream(int columnIndex) getCharacterStream(String columnName) getClob(int i) intgetDate(int columnIndex) doublegetDouble(int columnIndex) doubleintintfloatgetFloat(int columnIndex) floatintintgetInt(int columnIndex) intlonggetLong(int columnIndex) longgetNCharacterStream(int columnIndex) getNCharacterStream(String columnName) getNClob(int columnIndex) getNString(int columnIndex) getNString(String columnName) getObject(int columnIndex) <T> T<T> TgetRef(int i) intgetRow()getRowId(int columnIndex) shortgetShort(int columnIndex) shortgetSQLXML(int columnIndex) getString(int columnIndex) getTime(int columnIndex) getTimestamp(int columnIndex) getTimestamp(int columnIndex, Calendar cal) getTimestamp(String columnName) getTimestamp(String columnName, Calendar cal) intgetType()getUnicodeStream(int columnIndex) Deprecated.deprecatedgetUnicodeStream(String columnName) Deprecated.deprecatedgetURL(int columnIndex) voidbooleanbooleanbooleanisClosed()booleanisFirst()booleanisLast()booleanisWrapperFor(Class<?> iface) booleanlast()voidvoidbooleannext()booleanprevious()voidbooleanrelative(int rows) booleanbooleanbooleanvoidsetFetchDirection(int direction) voidsetFetchSize(int rows) <T> TvoidupdateArray(int columnIndex, Array x) voidupdateArray(String columnName, Array x) voidupdateAsciiStream(int columnIndex, InputStream inputStream) voidupdateAsciiStream(int columnIndex, InputStream inputStream, int length) voidupdateAsciiStream(int columnIndex, InputStream inputStream, long length) voidupdateAsciiStream(String columnName, InputStream inputStream) voidupdateAsciiStream(String columnName, InputStream inputStream, int length) voidupdateAsciiStream(String columnName, InputStream inputStream, long length) voidupdateBigDecimal(int columnIndex, BigDecimal x) voidupdateBigDecimal(String columnName, BigDecimal x) voidupdateBinaryStream(int columnIndex, InputStream inputStream) voidupdateBinaryStream(int columnIndex, InputStream inputStream, int length) voidupdateBinaryStream(int columnIndex, InputStream inputStream, long length) voidupdateBinaryStream(String columnName, InputStream inputStream) voidupdateBinaryStream(String columnName, InputStream inputStream, int length) voidupdateBinaryStream(String columnName, InputStream inputStream, long length) voidupdateBlob(int columnIndex, InputStream inputStream) voidupdateBlob(int columnIndex, InputStream inputStream, long length) voidupdateBlob(int columnIndex, Blob x) voidupdateBlob(String columnName, InputStream inputStream) voidupdateBlob(String columnName, InputStream inputStream, long length) voidupdateBlob(String columnName, Blob x) voidupdateBoolean(int columnIndex, boolean x) voidupdateBoolean(String columnName, boolean x) voidupdateByte(int columnIndex, byte x) voidupdateByte(String columnName, byte x) voidupdateBytes(int columnIndex, byte[] x) voidupdateBytes(String columnName, byte[] x) voidupdateCharacterStream(int columnIndex, Reader reader) voidupdateCharacterStream(int columnIndex, Reader reader, int length) voidupdateCharacterStream(int columnIndex, Reader reader, long length) voidupdateCharacterStream(String columnName, Reader reader) voidupdateCharacterStream(String columnName, Reader reader, int length) voidupdateCharacterStream(String columnName, Reader reader, long length) voidupdateClob(int columnIndex, Reader reader) voidupdateClob(int columnIndex, Reader reader, long length) voidupdateClob(int columnIndex, Clob x) voidupdateClob(String columnName, Reader reader) voidupdateClob(String columnName, Reader reader, long length) voidupdateClob(String columnName, Clob x) voidupdateDate(int columnIndex, Date x) voidupdateDate(String columnName, Date x) voidupdateDouble(int columnIndex, double x) voidupdateDouble(String columnName, double x) voidupdateFloat(int columnIndex, float x) voidupdateFloat(String columnName, float x) voidupdateInt(int columnIndex, int x) voidvoidupdateLong(int columnIndex, long x) voidupdateLong(String columnName, long x) voidupdateNCharacterStream(int columnIndex, Reader reader) voidupdateNCharacterStream(int columnIndex, Reader reader, long length) voidupdateNCharacterStream(String columnName, Reader reader) voidupdateNCharacterStream(String columnName, Reader reader, long length) voidupdateNClob(int columnIndex, Reader reader) voidupdateNClob(int columnIndex, Reader reader, long length) voidupdateNClob(int columnIndex, NClob x) voidupdateNClob(String columnName, Reader reader) voidupdateNClob(String columnName, Reader reader, long length) voidupdateNClob(String columnName, NClob x) voidupdateNString(int columnIndex, String x) voidupdateNString(String columnName, String x) voidupdateNull(int columnIndex) voidupdateNull(String columnName) voidupdateObject(int columnIndex, Object x) voidupdateObject(int columnIndex, Object x, int scale) voidupdateObject(String columnName, Object x) voidupdateObject(String columnName, Object x, int scale) voidvoidvoidvoidupdateRowId(int columnIndex, RowId x) voidupdateRowId(String columnName, RowId x) voidupdateShort(int columnIndex, short x) voidupdateShort(String columnName, short x) voidupdateSQLXML(int columnIndex, SQLXML xmlObject) voidupdateSQLXML(String columnName, SQLXML xmlObject) voidupdateString(int columnIndex, String x) voidupdateString(String columnName, String x) voidupdateTime(int columnIndex, Time x) voidupdateTime(String columnName, Time x) voidupdateTimestamp(int columnIndex, Timestamp x) voidupdateTimestamp(String columnName, Timestamp x) booleanwasNull()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.sql.ResultSet
updateObject, updateObject, updateObject, updateObject
-
Field Details
-
m_resultSet
The wrappedResultSet.- Since:
- 3.0
-
-
Constructor Details
-
ResultSetWrapper
Creates a newResultSetWrapperinstance.- Parameters:
rs- theResultSetto be wrapped- Since:
- 3.0
-
-
Method Details
-
next
- Specified by:
nextin interfaceResultSet- Throws:
SQLException- Since:
- 3.0
-
close
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceResultSet- Throws:
SQLException- Since:
- 3.0
-
wasNull
- Specified by:
wasNullin interfaceResultSet- Throws:
SQLException- Since:
- 3.0
-
getString
- Specified by:
getStringin interfaceResultSet- Throws:
SQLException- Since:
- 3.0
-
getBoolean
- Specified by:
getBooleanin interfaceResultSet- Throws:
SQLException- Since:
- 3.0
-
getByte
- Specified by:
getBytein interfaceResultSet- Throws:
SQLException- Since:
- 3.0
-
getShort
- Specified by:
getShortin interfaceResultSet- Throws:
SQLException- Since:
- 3.0
-
getInt
- Specified by:
getIntin interfaceResultSet- Throws:
SQLException- Since:
- 3.0
-
getLong
- Specified by:
getLongin interfaceResultSet- Throws:
SQLException- Since:
- 3.0
-
getFloat
- Specified by:
getFloatin interfaceResultSet- Throws:
SQLException- Since:
- 3.0
-
getDouble
- Specified by:
getDoublein interfaceResultSet- Throws:
SQLException- Since:
- 3.0
-
getBigDecimal
Deprecated.deprecated- Specified by:
getBigDecimalin interfaceResultSet- Throws:
SQLException- Since:
- 3.0
-
getBytes
- Specified by:
getBytesin interfaceResultSet- Throws:
SQLException- Since:
- 3.0
-
getDate
- Specified by:
getDatein interfaceResultSet- Throws:
SQLException- Since:
- 3.0
-
getTime
- Specified by:
getTimein interfaceResultSet- Throws:
SQLException- Since:
- 3.0
-
getTimestamp
- Specified by:
getTimestampin interfaceResultSet- Throws:
SQLException- Since:
- 3.0
-
getAsciiStream
- Specified by:
getAsciiStreamin interfaceResultSet- Throws:
SQLException- Since:
- 3.0
-
getUnicodeStream
Deprecated.deprecated- Specified by:
getUnicodeStreamin interfaceResultSet- Throws:
SQLException- Since:
- 3.0
-
getBinaryStream
- Specified by:
getBinaryStreamin interfaceResultSet- Throws:
SQLException- Since:
- 3.0
-
getString
- Specified by:
getStringin interfaceResultSet- Throws:
SQLException- Since:
- 3.0
-
getBoolean
- Specified by:
getBooleanin interfaceResultSet- Throws:
SQLException- Since:
- 3.0
-
getByte
- Specified by:
getBytein interfaceResultSet- Throws:
SQLException- Since:
- 3.0
-
getShort
- Specified by:
getShortin interfaceResultSet- Throws:
SQLException- Since:
- 3.0
-
getInt
- Specified by:
getIntin interfaceResultSet- Throws:
SQLException- Since:
- 3.0
-
getLong
- Specified by:
getLongin interfaceResultSet- Throws:
SQLException- Since:
- 3.0
-
getFloat
- Specified by:
getFloatin interfaceResultSet- Throws:
SQLException- Since:
- 3.0
-
getDouble
- Specified by:
getDoublein interfaceResultSet- Throws:
SQLException- Since:
- 3.0
-
getBigDecimal
Deprecated.deprecated- Specified by:
getBigDecimalin interfaceResultSet- Throws:
SQLException- Since:
- 3.0
-
getBytes
- Specified by:
getBytesin interfaceResultSet- Throws:
SQLException- Since:
- 3.0
-
getDate
- Specified by:
getDatein interfaceResultSet- Throws:
SQLException- Since:
- 3.0
-
getTime
- Specified by:
getTimein interfaceResultSet- Throws:
SQLException- Since:
- 3.0
-
getTimestamp
- Specified by:
getTimestampin interfaceResultSet- Throws:
SQLException- Since:
- 3.0
-
getAsciiStream
- Specified by:
getAsciiStreamin interfaceResultSet- Throws:
SQLException- Since:
- 3.0
-
getUnicodeStream
Deprecated.deprecated- Specified by:
getUnicodeStreamin interfaceResultSet- Throws:
SQLException- Since:
- 3.0
-
getBinaryStream
- Specified by:
getBinaryStreamin interfaceResultSet- Throws:
SQLException- Since:
- 3.0
-
getWarnings
- Specified by:
getWarningsin interfaceResultSet- Throws:
SQLException- Since:
- 3.0
-
clearWarnings
- Specified by:
clearWarningsin interfaceResultSet- Throws:
SQLException- Since:
- 3.0
-
getCursorName
- Specified by:
getCursorNamein interfaceResultSet- Throws:
SQLException- Since:
- 3.0
-
getMetaData
- Specified by:
getMetaDatain interfaceResultSet- Throws:
SQLException- Since:
- 3.0
-
getObject
- Specified by:
getObjectin interfaceResultSet- Throws:
SQLException- Since:
- 3.0
-
getObject
- Specified by:
getObjectin interfaceResultSet- Throws:
SQLException- Since:
- 3.0
-
findColumn
- Specified by:
findColumnin interfaceResultSet- Throws:
SQLException- Since:
- 3.0
-
getCharacterStream
- Specified by:
getCharacterStreamin interfaceResultSet- Throws:
SQLException- Since:
- 3.0
-
getCharacterStream
- Specified by:
getCharacterStreamin interfaceResultSet- Throws:
SQLException- Since:
- 3.0
-
getBigDecimal
- Specified by:
getBigDecimalin interfaceResultSet- Throws:
SQLException- Since:
- 3.0
-
getBigDecimal
- Specified by:
getBigDecimalin interfaceResultSet- Throws:
SQLException- Since:
- 3.0
-
isBeforeFirst
- Specified by:
isBeforeFirstin interfaceResultSet- Throws:
SQLException- Since:
- 3.0
-
isAfterLast
- Specified by:
isAfterLastin interfaceResultSet- Throws:
SQLException- Since:
- 3.0
-
isFirst
- Specified by:
isFirstin interfaceResultSet- Throws:
SQLException- Since:
- 3.0
-
isLast
- Specified by:
isLastin interfaceResultSet- Throws:
SQLException- Since:
- 3.0
-
beforeFirst
- Specified by:
beforeFirstin interfaceResultSet- Throws:
SQLException- Since:
- 3.0
-
afterLast
- Specified by:
afterLastin interfaceResultSet- Throws:
SQLException- Since:
- 3.0
-
first
- Specified by:
firstin interfaceResultSet- Throws:
SQLException- Since:
- 3.0
-
last
- Specified by:
lastin interfaceResultSet- Throws:
SQLException- Since:
- 3.0
-
getRow
- Specified by:
getRowin interfaceResultSet- Throws:
SQLException- Since:
- 3.0
-
absolute
- Specified by:
absolutein interfaceResultSet- Throws:
SQLException- Since:
- 3.0
-
relative
- Specified by:
relativein interfaceResultSet- Throws:
SQLException- Since:
- 3.0
-
previous
- Specified by:
previousin interfaceResultSet- Throws:
SQLException- Since:
- 3.0
-
setFetchDirection
- Specified by:
setFetchDirectionin interfaceResultSet- Throws:
SQLException- Since:
- 3.0
-
getFetchDirection
- Specified by:
getFetchDirectionin interfaceResultSet- Throws:
SQLException- Since:
- 3.0
-
setFetchSize
- Specified by:
setFetchSizein interfaceResultSet- Throws:
SQLException- Since:
- 3.0
-
getFetchSize
- Specified by:
getFetchSizein interfaceResultSet- Throws:
SQLException- Since:
- 3.0
-
getType
- Specified by:
getTypein interfaceResultSet- Throws:
SQLException- Since:
- 3.0
-
getConcurrency
- Specified by:
getConcurrencyin interfaceResultSet- Throws:
SQLException- Since:
- 3.0
-
rowUpdated
- Specified by:
rowUpdatedin interfaceResultSet- Throws:
SQLException- Since:
- 3.0
-
rowInserted
- Specified by:
rowInsertedin interfaceResultSet- Throws:
SQLException- Since:
- 3.0
-
rowDeleted
- Specified by:
rowDeletedin interfaceResultSet- Throws:
SQLException- Since:
- 3.0
-
updateNull
- Specified by:
updateNullin interfaceResultSet- Throws:
SQLException- Since:
- 3.0
-
updateBoolean
- Specified by:
updateBooleanin interfaceResultSet- Throws:
SQLException- Since:
- 3.0
-
updateByte
- Specified by:
updateBytein interfaceResultSet- Throws:
SQLException- Since:
- 3.0
-
updateShort
- Specified by:
updateShortin interfaceResultSet- Throws:
SQLException- Since:
- 3.0
-
updateInt
- Specified by:
updateIntin interfaceResultSet- Throws:
SQLException- Since:
- 3.0
-
updateLong
- Specified by:
updateLongin interfaceResultSet- Throws:
SQLException- Since:
- 3.0
-
updateFloat
- Specified by:
updateFloatin interfaceResultSet- Throws:
SQLException- Since:
- 3.0
-
updateDouble
- Specified by:
updateDoublein interfaceResultSet- Throws:
SQLException- Since:
- 3.0
-
updateBigDecimal
- Specified by:
updateBigDecimalin interfaceResultSet- Throws:
SQLException- Since:
- 3.0
-
updateString
- Specified by:
updateStringin interfaceResultSet- Throws:
SQLException- Since:
- 3.0
-
updateBytes
- Specified by:
updateBytesin interfaceResultSet- Throws:
SQLException- Since:
- 3.0
-
updateDate
- Specified by:
updateDatein interfaceResultSet- Throws:
SQLException- Since:
- 3.0
-
updateTime
- Specified by:
updateTimein interfaceResultSet- Throws:
SQLException- Since:
- 3.0
-
updateTimestamp
- Specified by:
updateTimestampin interfaceResultSet- Throws:
SQLException- Since:
- 3.0
-
updateAsciiStream
public void updateAsciiStream(int columnIndex, InputStream inputStream, int length) throws SQLException - Specified by:
updateAsciiStreamin interfaceResultSet- Throws:
SQLException- Since:
- 3.0
-
updateBinaryStream
public void updateBinaryStream(int columnIndex, InputStream inputStream, int length) throws SQLException - Specified by:
updateBinaryStreamin interfaceResultSet- Throws:
SQLException- Since:
- 3.0
-
updateCharacterStream
- Specified by:
updateCharacterStreamin interfaceResultSet- Throws:
SQLException- Since:
- 3.0
-
updateCharacterStream
- Specified by:
updateCharacterStreamin interfaceResultSet- Throws:
SQLException- Since:
- 3.0
-
updateObject
- Specified by:
updateObjectin interfaceResultSet- Throws:
SQLException- Since:
- 3.0
-
updateObject
- Specified by:
updateObjectin interfaceResultSet- Throws:
SQLException- Since:
- 3.0
-
updateNull
- Specified by:
updateNullin interfaceResultSet- Throws:
SQLException- Since:
- 3.0
-
updateBoolean
- Specified by:
updateBooleanin interfaceResultSet- Throws:
SQLException- Since:
- 3.0
-
updateByte
- Specified by:
updateBytein interfaceResultSet- Throws:
SQLException- Since:
- 3.0
-
updateShort
- Specified by:
updateShortin interfaceResultSet- Throws:
SQLException- Since:
- 3.0
-
updateInt
- Specified by:
updateIntin interfaceResultSet- Throws:
SQLException- Since:
- 3.0
-
updateLong
- Specified by:
updateLongin interfaceResultSet- Throws:
SQLException- Since:
- 3.0
-
updateFloat
- Specified by:
updateFloatin interfaceResultSet- Throws:
SQLException- Since:
- 3.0
-
updateDouble
- Specified by:
updateDoublein interfaceResultSet- Throws:
SQLException- Since:
- 3.0
-
updateBigDecimal
- Specified by:
updateBigDecimalin interfaceResultSet- Throws:
SQLException- Since:
- 3.0
-
updateString
- Specified by:
updateStringin interfaceResultSet- Throws:
SQLException- Since:
- 3.0
-
updateBytes
- Specified by:
updateBytesin interfaceResultSet- Throws:
SQLException- Since:
- 3.0
-
updateDate
- Specified by:
updateDatein interfaceResultSet- Throws:
SQLException- Since:
- 3.0
-
updateTime
- Specified by:
updateTimein interfaceResultSet- Throws:
SQLException- Since:
- 3.0
-
updateTimestamp
- Specified by:
updateTimestampin interfaceResultSet- Throws:
SQLException- Since:
- 3.0
-
updateAsciiStream
public void updateAsciiStream(String columnName, InputStream inputStream, int length) throws SQLException - Specified by:
updateAsciiStreamin interfaceResultSet- Throws:
SQLException- Since:
- 3.0
-
updateBinaryStream
public void updateBinaryStream(String columnName, InputStream inputStream, int length) throws SQLException - Specified by:
updateBinaryStreamin interfaceResultSet- Throws:
SQLException- Since:
- 3.0
-
updateCharacterStream
- Specified by:
updateCharacterStreamin interfaceResultSet- Throws:
SQLException- Since:
- 3.0
-
updateCharacterStream
public void updateCharacterStream(String columnName, Reader reader, long length) throws SQLException - Specified by:
updateCharacterStreamin interfaceResultSet- Throws:
SQLException- Since:
- 3.0
-
updateObject
- Specified by:
updateObjectin interfaceResultSet- Throws:
SQLException- Since:
- 3.0
-
updateObject
- Specified by:
updateObjectin interfaceResultSet- Throws:
SQLException- Since:
- 3.0
-
insertRow
- Specified by:
insertRowin interfaceResultSet- Throws:
SQLException- Since:
- 3.0
-
updateRow
- Specified by:
updateRowin interfaceResultSet- Throws:
SQLException- Since:
- 3.0
-
deleteRow
- Specified by:
deleteRowin interfaceResultSet- Throws:
SQLException- Since:
- 3.0
-
refreshRow
- Specified by:
refreshRowin interfaceResultSet- Throws:
SQLException- Since:
- 3.0
-
cancelRowUpdates
- Specified by:
cancelRowUpdatesin interfaceResultSet- Throws:
SQLException- Since:
- 3.0
-
moveToInsertRow
- Specified by:
moveToInsertRowin interfaceResultSet- Throws:
SQLException- Since:
- 3.0
-
moveToCurrentRow
- Specified by:
moveToCurrentRowin interfaceResultSet- Throws:
SQLException- Since:
- 3.0
-
getStatement
- Specified by:
getStatementin interfaceResultSet- Throws:
SQLException- Since:
- 3.0
-
getObject
- Specified by:
getObjectin interfaceResultSet- Throws:
SQLException- Since:
- 3.0
-
getRef
- Specified by:
getRefin interfaceResultSet- Throws:
SQLException- Since:
- 3.0
-
getBlob
- Specified by:
getBlobin interfaceResultSet- Throws:
SQLException- Since:
- 3.0
-
getClob
- Specified by:
getClobin interfaceResultSet- Throws:
SQLException- Since:
- 3.0
-
getArray
- Specified by:
getArrayin interfaceResultSet- Throws:
SQLException- Since:
- 3.0
-
getObject
- Specified by:
getObjectin interfaceResultSet- Throws:
SQLException- Since:
- 3.0
-
getRef
- Specified by:
getRefin interfaceResultSet- Throws:
SQLException- Since:
- 3.0
-
getBlob
- Specified by:
getBlobin interfaceResultSet- Throws:
SQLException- Since:
- 3.0
-
getClob
- Specified by:
getClobin interfaceResultSet- Throws:
SQLException- Since:
- 3.0
-
getArray
- Specified by:
getArrayin interfaceResultSet- Throws:
SQLException- Since:
- 3.0
-
getDate
- Specified by:
getDatein interfaceResultSet- Throws:
SQLException- Since:
- 3.0
-
getDate
- Specified by:
getDatein interfaceResultSet- Throws:
SQLException- Since:
- 3.0
-
getTime
- Specified by:
getTimein interfaceResultSet- Throws:
SQLException- Since:
- 3.0
-
getTime
- Specified by:
getTimein interfaceResultSet- Throws:
SQLException- Since:
- 3.0
-
getTimestamp
- Specified by:
getTimestampin interfaceResultSet- Throws:
SQLException- Since:
- 3.0
-
getTimestamp
- Specified by:
getTimestampin interfaceResultSet- Throws:
SQLException- Since:
- 3.0
-
getURL
- Specified by:
getURLin interfaceResultSet- Throws:
SQLException- Since:
- 3.0
-
getURL
- Specified by:
getURLin interfaceResultSet- Throws:
SQLException- Since:
- 3.0
-
updateRef
- Specified by:
updateRefin interfaceResultSet- Throws:
SQLException- Since:
- 3.0
-
updateRef
- Specified by:
updateRefin interfaceResultSet- Throws:
SQLException- Since:
- 3.0
-
updateBlob
- Specified by:
updateBlobin interfaceResultSet- Throws:
SQLException- Since:
- 3.0
-
updateBlob
- Specified by:
updateBlobin interfaceResultSet- Throws:
SQLException- Since:
- 3.0
-
updateClob
- Specified by:
updateClobin interfaceResultSet- Throws:
SQLException- Since:
- 3.0
-
updateClob
- Specified by:
updateClobin interfaceResultSet- Throws:
SQLException- Since:
- 3.0
-
updateArray
- Specified by:
updateArrayin interfaceResultSet- Throws:
SQLException- Since:
- 3.0
-
updateArray
- Specified by:
updateArrayin interfaceResultSet- Throws:
SQLException- Since:
- 3.0
-
updateAsciiStream
- Specified by:
updateAsciiStreamin interfaceResultSet- Throws:
SQLException- Since:
- 3.0
-
updateAsciiStream
public void updateAsciiStream(int columnIndex, InputStream inputStream, long length) throws SQLException - Specified by:
updateAsciiStreamin interfaceResultSet- Throws:
SQLException- Since:
- 3.0
-
updateAsciiStream
- Specified by:
updateAsciiStreamin interfaceResultSet- Throws:
SQLException- Since:
- 3.0
-
updateAsciiStream
public void updateAsciiStream(String columnName, InputStream inputStream, long length) throws SQLException - Specified by:
updateAsciiStreamin interfaceResultSet- Throws:
SQLException- Since:
- 3.0
-
updateBinaryStream
- Specified by:
updateBinaryStreamin interfaceResultSet- Throws:
SQLException- Since:
- 3.0
-
updateBinaryStream
public void updateBinaryStream(int columnIndex, InputStream inputStream, long length) throws SQLException - Specified by:
updateBinaryStreamin interfaceResultSet- Throws:
SQLException- Since:
- 3.0
-
updateBinaryStream
- Specified by:
updateBinaryStreamin interfaceResultSet- Throws:
SQLException- Since:
- 3.0
-
updateBinaryStream
public void updateBinaryStream(String columnName, InputStream inputStream, long length) throws SQLException - Specified by:
updateBinaryStreamin interfaceResultSet- Throws:
SQLException- Since:
- 3.0
-
updateBlob
- Specified by:
updateBlobin interfaceResultSet- Throws:
SQLException- Since:
- 3.0
-
updateBlob
- Specified by:
updateBlobin interfaceResultSet- Throws:
SQLException- Since:
- 3.0
-
updateBlob
- Specified by:
updateBlobin interfaceResultSet- Throws:
SQLException- Since:
- 3.0
-
updateBlob
- Specified by:
updateBlobin interfaceResultSet- Throws:
SQLException- Since:
- 3.0
-
updateCharacterStream
- Specified by:
updateCharacterStreamin interfaceResultSet- Throws:
SQLException- Since:
- 3.0
-
updateCharacterStream
- Specified by:
updateCharacterStreamin interfaceResultSet- Throws:
SQLException- Since:
- 3.0
-
updateClob
- Specified by:
updateClobin interfaceResultSet- Throws:
SQLException- Since:
- 3.0
-
updateClob
- Specified by:
updateClobin interfaceResultSet- Throws:
SQLException- Since:
- 3.0
-
updateClob
- Specified by:
updateClobin interfaceResultSet- Throws:
SQLException- Since:
- 3.0
-
updateClob
- Specified by:
updateClobin interfaceResultSet- Throws:
SQLException- Since:
- 3.0
-
getNCharacterStream
- Specified by:
getNCharacterStreamin interfaceResultSet- Throws:
SQLException- Since:
- 3.0
-
getNCharacterStream
- Specified by:
getNCharacterStreamin interfaceResultSet- Throws:
SQLException- Since:
- 3.0
-
updateNCharacterStream
- Specified by:
updateNCharacterStreamin interfaceResultSet- Throws:
SQLException- Since:
- 3.0
-
updateNCharacterStream
- Specified by:
updateNCharacterStreamin interfaceResultSet- Throws:
SQLException- Since:
- 3.0
-
updateNCharacterStream
- Specified by:
updateNCharacterStreamin interfaceResultSet- Throws:
SQLException- Since:
- 3.0
-
updateNCharacterStream
public void updateNCharacterStream(String columnName, Reader reader, long length) throws SQLException - Specified by:
updateNCharacterStreamin interfaceResultSet- Throws:
SQLException- Since:
- 3.0
-
getNClob
- Specified by:
getNClobin interfaceResultSet- Throws:
SQLException- Since:
- 3.0
-
getNClob
- Specified by:
getNClobin interfaceResultSet- Throws:
SQLException- Since:
- 3.0
-
updateNClob
- Specified by:
updateNClobin interfaceResultSet- Throws:
SQLException- Since:
- 3.0
-
updateNClob
- Specified by:
updateNClobin interfaceResultSet- Throws:
SQLException- Since:
- 3.0
-
updateNClob
- Specified by:
updateNClobin interfaceResultSet- Throws:
SQLException- Since:
- 3.0
-
updateNClob
- Specified by:
updateNClobin interfaceResultSet- Throws:
SQLException- Since:
- 3.0
-
updateNClob
- Specified by:
updateNClobin interfaceResultSet- Throws:
SQLException- Since:
- 3.0
-
updateNClob
- Specified by:
updateNClobin interfaceResultSet- Throws:
SQLException- Since:
- 3.0
-
getNString
- Specified by:
getNStringin interfaceResultSet- Throws:
SQLException- Since:
- 3.0
-
getNString
- Specified by:
getNStringin interfaceResultSet- Throws:
SQLException- Since:
- 3.0
-
updateNString
- Specified by:
updateNStringin interfaceResultSet- Throws:
SQLException- Since:
- 3.0
-
updateNString
- Specified by:
updateNStringin interfaceResultSet- Throws:
SQLException- Since:
- 3.0
-
getRowId
- Specified by:
getRowIdin interfaceResultSet- Throws:
SQLException- Since:
- 3.0
-
getRowId
- Specified by:
getRowIdin interfaceResultSet- Throws:
SQLException- Since:
- 3.0
-
updateRowId
- Specified by:
updateRowIdin interfaceResultSet- Throws:
SQLException- Since:
- 3.0
-
updateRowId
- Specified by:
updateRowIdin interfaceResultSet- Throws:
SQLException- Since:
- 3.0
-
getSQLXML
- Specified by:
getSQLXMLin interfaceResultSet- Throws:
SQLException- Since:
- 3.0
-
getSQLXML
- Specified by:
getSQLXMLin interfaceResultSet- Throws:
SQLException- Since:
- 3.0
-
updateSQLXML
- Specified by:
updateSQLXMLin interfaceResultSet- Throws:
SQLException- Since:
- 3.0
-
updateSQLXML
- Specified by:
updateSQLXMLin interfaceResultSet- Throws:
SQLException- Since:
- 3.0
-
isClosed
- Specified by:
isClosedin interfaceResultSet- Throws:
SQLException- Since:
- 3.0
-
getHoldability
- Specified by:
getHoldabilityin interfaceResultSet- Throws:
SQLException- Since:
- 3.0
-
isWrapperFor
- Specified by:
isWrapperForin interfaceWrapper- Throws:
SQLException- Since:
- 3.0
-
unwrap
- Specified by:
unwrapin interfaceWrapper- Throws:
SQLException- Since:
- 3.0
-
getObject
- Specified by:
getObjectin interfaceResultSet- Throws:
SQLException- Since:
- 4.5
-
getObject
- Specified by:
getObjectin interfaceResultSet- Throws:
SQLException- Since:
- 4.5
-