- All Superinterfaces:
AutoCloseable,ResultSet,Wrapper
- All Known Subinterfaces:
ReadOnlySingleResult
A
ResultSet from a query that is expected to be read-only.
Update methods are marked deprecated to discourage their use, since this is a result set from a query that
could be read-only and is only intended for read access. Calling these methods will still pass-through to the
wrapped ResultSet, though.
- 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 -
Method Summary
Modifier and TypeMethodDescriptionvoidDeprecated.This result is only intended for read access.voidDeprecated.This result is only intended for read access.voidDeprecated.This result is only intended for read access.voidDeprecated.This result is only intended for read access.voidDeprecated.This result is only intended for read access.booleanDeprecated.This result is only intended for read access.booleanDeprecated.This result is only intended for read access.booleanDeprecated.This result is only intended for read access.voidupdateArray(int columnIndex, Array x) Deprecated.This result is only intended for read access.voidupdateArray(String columnLabel, Array x) Deprecated.This result is only intended for read access.voidupdateAsciiStream(int columnIndex, InputStream x) Deprecated.This result is only intended for read access.voidupdateAsciiStream(int columnIndex, InputStream x, int length) Deprecated.This result is only intended for read access.voidupdateAsciiStream(int columnIndex, InputStream x, long length) Deprecated.This result is only intended for read access.voidupdateAsciiStream(String columnLabel, InputStream x) Deprecated.This result is only intended for read access.voidupdateAsciiStream(String columnLabel, InputStream x, int length) Deprecated.This result is only intended for read access.voidupdateAsciiStream(String columnLabel, InputStream x, long length) Deprecated.This result is only intended for read access.voidupdateBigDecimal(int columnIndex, BigDecimal x) Deprecated.This result is only intended for read access.voidupdateBigDecimal(String columnLabel, BigDecimal x) Deprecated.This result is only intended for read access.voidupdateBinaryStream(int columnIndex, InputStream x) Deprecated.This result is only intended for read access.voidupdateBinaryStream(int columnIndex, InputStream x, int length) Deprecated.This result is only intended for read access.voidupdateBinaryStream(int columnIndex, InputStream x, long length) Deprecated.This result is only intended for read access.voidupdateBinaryStream(String columnLabel, InputStream x) Deprecated.This result is only intended for read access.voidupdateBinaryStream(String columnLabel, InputStream x, int length) Deprecated.This result is only intended for read access.voidupdateBinaryStream(String columnLabel, InputStream x, long length) Deprecated.This result is only intended for read access.voidupdateBlob(int columnIndex, InputStream inputStream) Deprecated.This result is only intended for read access.voidupdateBlob(int columnIndex, InputStream inputStream, long length) Deprecated.This result is only intended for read access.voidupdateBlob(int columnIndex, Blob x) Deprecated.This result is only intended for read access.voidupdateBlob(String columnLabel, InputStream inputStream) Deprecated.This result is only intended for read access.voidupdateBlob(String columnLabel, InputStream inputStream, long length) Deprecated.This result is only intended for read access.voidupdateBlob(String columnLabel, Blob x) Deprecated.This result is only intended for read access.voidupdateBoolean(int columnIndex, boolean x) Deprecated.This result is only intended for read access.voidupdateBoolean(String columnLabel, boolean x) Deprecated.This result is only intended for read access.voidupdateByte(int columnIndex, byte x) Deprecated.This result is only intended for read access.voidupdateByte(String columnLabel, byte x) Deprecated.This result is only intended for read access.voidupdateBytes(int columnIndex, byte[] x) Deprecated.This result is only intended for read access.voidupdateBytes(String columnLabel, byte[] x) Deprecated.This result is only intended for read access.voidupdateCharacterStream(int columnIndex, Reader x) Deprecated.This result is only intended for read access.voidupdateCharacterStream(int columnIndex, Reader x, int length) Deprecated.This result is only intended for read access.voidupdateCharacterStream(int columnIndex, Reader x, long length) Deprecated.This result is only intended for read access.voidupdateCharacterStream(String columnLabel, Reader reader) Deprecated.This result is only intended for read access.voidupdateCharacterStream(String columnLabel, Reader reader, int length) Deprecated.This result is only intended for read access.voidupdateCharacterStream(String columnLabel, Reader reader, long length) Deprecated.This result is only intended for read access.voidupdateClob(int columnIndex, Reader reader) Deprecated.This result is only intended for read access.voidupdateClob(int columnIndex, Reader reader, long length) Deprecated.This result is only intended for read access.voidupdateClob(int columnIndex, Clob x) Deprecated.This result is only intended for read access.voidupdateClob(String columnLabel, Reader reader) Deprecated.This result is only intended for read access.voidupdateClob(String columnLabel, Reader reader, long length) Deprecated.This result is only intended for read access.voidupdateClob(String columnLabel, Clob x) Deprecated.This result is only intended for read access.voidupdateDate(int columnIndex, Date x) Deprecated.This result is only intended for read access.voidupdateDate(String columnLabel, Date x) Deprecated.This result is only intended for read access.voidupdateDouble(int columnIndex, double x) Deprecated.This result is only intended for read access.voidupdateDouble(String columnLabel, double x) Deprecated.This result is only intended for read access.voidupdateFloat(int columnIndex, float x) Deprecated.This result is only intended for read access.voidupdateFloat(String columnLabel, float x) Deprecated.This result is only intended for read access.voidupdateInt(int columnIndex, int x) Deprecated.This result is only intended for read access.voidDeprecated.This result is only intended for read access.voidupdateLong(int columnIndex, long x) Deprecated.This result is only intended for read access.voidupdateLong(String columnLabel, long x) Deprecated.This result is only intended for read access.voidupdateNCharacterStream(int columnIndex, Reader x) Deprecated.This result is only intended for read access.voidupdateNCharacterStream(int columnIndex, Reader x, long length) Deprecated.This result is only intended for read access.voidupdateNCharacterStream(String columnLabel, Reader reader) Deprecated.This result is only intended for read access.voidupdateNCharacterStream(String columnLabel, Reader reader, long length) Deprecated.This result is only intended for read access.voidupdateNClob(int columnIndex, Reader reader) Deprecated.This result is only intended for read access.voidupdateNClob(int columnIndex, Reader reader, long length) Deprecated.This result is only intended for read access.voidupdateNClob(int columnIndex, NClob nClob) Deprecated.This result is only intended for read access.voidupdateNClob(String columnLabel, Reader reader) Deprecated.This result is only intended for read access.voidupdateNClob(String columnLabel, Reader reader, long length) Deprecated.This result is only intended for read access.voidupdateNClob(String columnLabel, NClob nClob) Deprecated.This result is only intended for read access.voidupdateNString(int columnIndex, String nString) Deprecated.This result is only intended for read access.voidupdateNString(String columnLabel, String nString) Deprecated.This result is only intended for read access.voidupdateNull(int columnIndex) Deprecated.This result is only intended for read access.voidupdateNull(String columnLabel) Deprecated.This result is only intended for read access.voidupdateObject(int columnIndex, Object x) Deprecated.This result is only intended for read access.voidupdateObject(int columnIndex, Object x, int scaleOrLength) Deprecated.This result is only intended for read access.voidupdateObject(int columnIndex, Object x, SQLType targetSqlType) Deprecated.This result is only intended for read access.voidupdateObject(int columnIndex, Object x, SQLType targetSqlType, int scaleOrLength) Deprecated.This result is only intended for read access.voidupdateObject(String columnLabel, Object x) Deprecated.This result is only intended for read access.voidupdateObject(String columnLabel, Object x, int scaleOrLength) Deprecated.This result is only intended for read access.voidupdateObject(String columnLabel, Object x, SQLType targetSqlType) Deprecated.This result is only intended for read access.voidupdateObject(String columnLabel, Object x, SQLType targetSqlType, int scaleOrLength) Deprecated.This result is only intended for read access.voidDeprecated.This result is only intended for read access.voidDeprecated.This result is only intended for read access.voidDeprecated.This result is only intended for read access.voidupdateRowId(int columnIndex, RowId x) Deprecated.This result is only intended for read access.voidupdateRowId(String columnLabel, RowId x) Deprecated.This result is only intended for read access.voidupdateShort(int columnIndex, short x) Deprecated.This result is only intended for read access.voidupdateShort(String columnLabel, short x) Deprecated.This result is only intended for read access.voidupdateSQLXML(int columnIndex, SQLXML xmlObject) Deprecated.This result is only intended for read access.voidupdateSQLXML(String columnLabel, SQLXML xmlObject) Deprecated.This result is only intended for read access.voidupdateString(int columnIndex, String x) Deprecated.This result is only intended for read access.voidupdateString(String columnLabel, String x) Deprecated.This result is only intended for read access.voidupdateTime(int columnIndex, Time x) Deprecated.This result is only intended for read access.voidupdateTime(String columnLabel, Time x) Deprecated.This result is only intended for read access.voidupdateTimestamp(int columnIndex, Timestamp x) Deprecated.This result is only intended for read access.voidupdateTimestamp(String columnLabel, Timestamp x) Deprecated.This result is only intended for read access.Methods inherited from interface java.sql.ResultSet
absolute, afterLast, beforeFirst, clearWarnings, close, findColumn, first, getArray, getArray, getAsciiStream, getAsciiStream, getBigDecimal, getBigDecimal, getBigDecimal, getBigDecimal, getBinaryStream, getBinaryStream, getBlob, getBlob, getBoolean, getBoolean, getByte, getByte, getBytes, getBytes, getCharacterStream, getCharacterStream, getClob, getClob, getConcurrency, getCursorName, getDate, getDate, getDate, getDate, getDouble, getDouble, getFetchDirection, getFetchSize, getFloat, getFloat, getHoldability, getInt, getInt, getLong, getLong, getMetaData, getNCharacterStream, getNCharacterStream, getNClob, getNClob, getNString, getNString, getObject, getObject, getObject, getObject, getObject, getObject, getRef, getRef, getRow, getRowId, getRowId, getShort, getShort, getSQLXML, getSQLXML, getStatement, getString, getString, getTime, getTime, getTime, getTime, getTimestamp, getTimestamp, getTimestamp, getTimestamp, getType, getUnicodeStream, getUnicodeStream, getURL, getURL, getWarnings, isAfterLast, isBeforeFirst, isClosed, isFirst, isLast, last, next, previous, refreshRow, relative, setFetchDirection, setFetchSize, wasNullMethods inherited from interface java.sql.Wrapper
isWrapperFor, unwrap
-
Method Details
-
rowUpdated
Deprecated.This result is only intended for read access.- Specified by:
rowUpdatedin interfaceResultSet- Throws:
SQLException
-
rowInserted
Deprecated.This result is only intended for read access.- Specified by:
rowInsertedin interfaceResultSet- Throws:
SQLException
-
rowDeleted
Deprecated.This result is only intended for read access.- Specified by:
rowDeletedin interfaceResultSet- Throws:
SQLException
-
updateNull
Deprecated.This result is only intended for read access.- Specified by:
updateNullin interfaceResultSet- Throws:
SQLException
-
updateBoolean
Deprecated.This result is only intended for read access.- Specified by:
updateBooleanin interfaceResultSet- Throws:
SQLException
-
updateByte
Deprecated.This result is only intended for read access.- Specified by:
updateBytein interfaceResultSet- Throws:
SQLException
-
updateShort
Deprecated.This result is only intended for read access.- Specified by:
updateShortin interfaceResultSet- Throws:
SQLException
-
updateInt
Deprecated.This result is only intended for read access.- Specified by:
updateIntin interfaceResultSet- Throws:
SQLException
-
updateLong
Deprecated.This result is only intended for read access.- Specified by:
updateLongin interfaceResultSet- Throws:
SQLException
-
updateFloat
Deprecated.This result is only intended for read access.- Specified by:
updateFloatin interfaceResultSet- Throws:
SQLException
-
updateDouble
Deprecated.This result is only intended for read access.- Specified by:
updateDoublein interfaceResultSet- Throws:
SQLException
-
updateBigDecimal
@Deprecated(forRemoval=false) void updateBigDecimal(int columnIndex, BigDecimal x) throws SQLException Deprecated.This result is only intended for read access.- Specified by:
updateBigDecimalin interfaceResultSet- Throws:
SQLException
-
updateString
Deprecated.This result is only intended for read access.- Specified by:
updateStringin interfaceResultSet- Throws:
SQLException
-
updateBytes
Deprecated.This result is only intended for read access.- Specified by:
updateBytesin interfaceResultSet- Throws:
SQLException
-
updateDate
Deprecated.This result is only intended for read access.- Specified by:
updateDatein interfaceResultSet- Throws:
SQLException
-
updateTime
Deprecated.This result is only intended for read access.- Specified by:
updateTimein interfaceResultSet- Throws:
SQLException
-
updateTimestamp
@Deprecated(forRemoval=false) void updateTimestamp(int columnIndex, Timestamp x) throws SQLException Deprecated.This result is only intended for read access.- Specified by:
updateTimestampin interfaceResultSet- Throws:
SQLException
-
updateAsciiStream
@Deprecated(forRemoval=false) void updateAsciiStream(int columnIndex, InputStream x, int length) throws SQLException Deprecated.This result is only intended for read access.- Specified by:
updateAsciiStreamin interfaceResultSet- Throws:
SQLException
-
updateBinaryStream
@Deprecated(forRemoval=false) void updateBinaryStream(int columnIndex, InputStream x, int length) throws SQLException Deprecated.This result is only intended for read access.- Specified by:
updateBinaryStreamin interfaceResultSet- Throws:
SQLException
-
updateCharacterStream
@Deprecated(forRemoval=false) void updateCharacterStream(int columnIndex, Reader x, int length) throws SQLException Deprecated.This result is only intended for read access.- Specified by:
updateCharacterStreamin interfaceResultSet- Throws:
SQLException
-
updateObject
@Deprecated(forRemoval=false) void updateObject(int columnIndex, Object x, int scaleOrLength) throws SQLException Deprecated.This result is only intended for read access.- Specified by:
updateObjectin interfaceResultSet- Throws:
SQLException
-
updateObject
Deprecated.This result is only intended for read access.- Specified by:
updateObjectin interfaceResultSet- Throws:
SQLException
-
updateNull
Deprecated.This result is only intended for read access.- Specified by:
updateNullin interfaceResultSet- Throws:
SQLException
-
updateBoolean
Deprecated.This result is only intended for read access.- Specified by:
updateBooleanin interfaceResultSet- Throws:
SQLException
-
updateByte
Deprecated.This result is only intended for read access.- Specified by:
updateBytein interfaceResultSet- Throws:
SQLException
-
updateShort
Deprecated.This result is only intended for read access.- Specified by:
updateShortin interfaceResultSet- Throws:
SQLException
-
updateInt
Deprecated.This result is only intended for read access.- Specified by:
updateIntin interfaceResultSet- Throws:
SQLException
-
updateLong
Deprecated.This result is only intended for read access.- Specified by:
updateLongin interfaceResultSet- Throws:
SQLException
-
updateFloat
Deprecated.This result is only intended for read access.- Specified by:
updateFloatin interfaceResultSet- Throws:
SQLException
-
updateDouble
Deprecated.This result is only intended for read access.- Specified by:
updateDoublein interfaceResultSet- Throws:
SQLException
-
updateBigDecimal
@Deprecated(forRemoval=false) void updateBigDecimal(String columnLabel, BigDecimal x) throws SQLException Deprecated.This result is only intended for read access.- Specified by:
updateBigDecimalin interfaceResultSet- Throws:
SQLException
-
updateString
Deprecated.This result is only intended for read access.- Specified by:
updateStringin interfaceResultSet- Throws:
SQLException
-
updateBytes
Deprecated.This result is only intended for read access.- Specified by:
updateBytesin interfaceResultSet- Throws:
SQLException
-
updateDate
Deprecated.This result is only intended for read access.- Specified by:
updateDatein interfaceResultSet- Throws:
SQLException
-
updateTime
Deprecated.This result is only intended for read access.- Specified by:
updateTimein interfaceResultSet- Throws:
SQLException
-
updateTimestamp
@Deprecated(forRemoval=false) void updateTimestamp(String columnLabel, Timestamp x) throws SQLException Deprecated.This result is only intended for read access.- Specified by:
updateTimestampin interfaceResultSet- Throws:
SQLException
-
updateAsciiStream
@Deprecated(forRemoval=false) void updateAsciiStream(String columnLabel, InputStream x, int length) throws SQLException Deprecated.This result is only intended for read access.- Specified by:
updateAsciiStreamin interfaceResultSet- Throws:
SQLException
-
updateBinaryStream
@Deprecated(forRemoval=false) void updateBinaryStream(String columnLabel, InputStream x, int length) throws SQLException Deprecated.This result is only intended for read access.- Specified by:
updateBinaryStreamin interfaceResultSet- Throws:
SQLException
-
updateCharacterStream
@Deprecated(forRemoval=false) void updateCharacterStream(String columnLabel, Reader reader, int length) throws SQLException Deprecated.This result is only intended for read access.- Specified by:
updateCharacterStreamin interfaceResultSet- Throws:
SQLException
-
updateObject
@Deprecated(forRemoval=false) void updateObject(String columnLabel, Object x, int scaleOrLength) throws SQLException Deprecated.This result is only intended for read access.- Specified by:
updateObjectin interfaceResultSet- Throws:
SQLException
-
updateObject
Deprecated.This result is only intended for read access.- Specified by:
updateObjectin interfaceResultSet- Throws:
SQLException
-
insertRow
Deprecated.This result is only intended for read access.- Specified by:
insertRowin interfaceResultSet- Throws:
SQLException
-
updateRow
Deprecated.This result is only intended for read access.- Specified by:
updateRowin interfaceResultSet- Throws:
SQLException
-
deleteRow
Deprecated.This result is only intended for read access.- Specified by:
deleteRowin interfaceResultSet- Throws:
SQLException
-
cancelRowUpdates
Deprecated.This result is only intended for read access.- Specified by:
cancelRowUpdatesin interfaceResultSet- Throws:
SQLException
-
moveToInsertRow
Deprecated.This result is only intended for read access.- Specified by:
moveToInsertRowin interfaceResultSet- Throws:
SQLException
-
moveToCurrentRow
Deprecated.This result is only intended for read access.- Specified by:
moveToCurrentRowin interfaceResultSet- Throws:
SQLException
-
updateRef
Deprecated.This result is only intended for read access.- Specified by:
updateRefin interfaceResultSet- Throws:
SQLException
-
updateRef
Deprecated.This result is only intended for read access.- Specified by:
updateRefin interfaceResultSet- Throws:
SQLException
-
updateBlob
Deprecated.This result is only intended for read access.- Specified by:
updateBlobin interfaceResultSet- Throws:
SQLException
-
updateBlob
Deprecated.This result is only intended for read access.- Specified by:
updateBlobin interfaceResultSet- Throws:
SQLException
-
updateClob
Deprecated.This result is only intended for read access.- Specified by:
updateClobin interfaceResultSet- Throws:
SQLException
-
updateClob
Deprecated.This result is only intended for read access.- Specified by:
updateClobin interfaceResultSet- Throws:
SQLException
-
updateArray
Deprecated.This result is only intended for read access.- Specified by:
updateArrayin interfaceResultSet- Throws:
SQLException
-
updateArray
Deprecated.This result is only intended for read access.- Specified by:
updateArrayin interfaceResultSet- Throws:
SQLException
-
updateRowId
Deprecated.This result is only intended for read access.- Specified by:
updateRowIdin interfaceResultSet- Throws:
SQLException
-
updateRowId
Deprecated.This result is only intended for read access.- Specified by:
updateRowIdin interfaceResultSet- Throws:
SQLException
-
updateNString
@Deprecated(forRemoval=false) void updateNString(int columnIndex, String nString) throws SQLException Deprecated.This result is only intended for read access.- Specified by:
updateNStringin interfaceResultSet- Throws:
SQLException
-
updateNString
@Deprecated(forRemoval=false) void updateNString(String columnLabel, String nString) throws SQLException Deprecated.This result is only intended for read access.- Specified by:
updateNStringin interfaceResultSet- Throws:
SQLException
-
updateNClob
Deprecated.This result is only intended for read access.- Specified by:
updateNClobin interfaceResultSet- Throws:
SQLException
-
updateNClob
Deprecated.This result is only intended for read access.- Specified by:
updateNClobin interfaceResultSet- Throws:
SQLException
-
updateSQLXML
@Deprecated(forRemoval=false) void updateSQLXML(int columnIndex, SQLXML xmlObject) throws SQLException Deprecated.This result is only intended for read access.- Specified by:
updateSQLXMLin interfaceResultSet- Throws:
SQLException
-
updateSQLXML
@Deprecated(forRemoval=false) void updateSQLXML(String columnLabel, SQLXML xmlObject) throws SQLException Deprecated.This result is only intended for read access.- Specified by:
updateSQLXMLin interfaceResultSet- Throws:
SQLException
-
updateNCharacterStream
@Deprecated(forRemoval=false) void updateNCharacterStream(int columnIndex, Reader x, long length) throws SQLException Deprecated.This result is only intended for read access.- Specified by:
updateNCharacterStreamin interfaceResultSet- Throws:
SQLException
-
updateNCharacterStream
@Deprecated(forRemoval=false) void updateNCharacterStream(String columnLabel, Reader reader, long length) throws SQLException Deprecated.This result is only intended for read access.- Specified by:
updateNCharacterStreamin interfaceResultSet- Throws:
SQLException
-
updateAsciiStream
@Deprecated(forRemoval=false) void updateAsciiStream(int columnIndex, InputStream x, long length) throws SQLException Deprecated.This result is only intended for read access.- Specified by:
updateAsciiStreamin interfaceResultSet- Throws:
SQLException
-
updateBinaryStream
@Deprecated(forRemoval=false) void updateBinaryStream(int columnIndex, InputStream x, long length) throws SQLException Deprecated.This result is only intended for read access.- Specified by:
updateBinaryStreamin interfaceResultSet- Throws:
SQLException
-
updateCharacterStream
@Deprecated(forRemoval=false) void updateCharacterStream(int columnIndex, Reader x, long length) throws SQLException Deprecated.This result is only intended for read access.- Specified by:
updateCharacterStreamin interfaceResultSet- Throws:
SQLException
-
updateAsciiStream
@Deprecated(forRemoval=false) void updateAsciiStream(String columnLabel, InputStream x, long length) throws SQLException Deprecated.This result is only intended for read access.- Specified by:
updateAsciiStreamin interfaceResultSet- Throws:
SQLException
-
updateBinaryStream
@Deprecated(forRemoval=false) void updateBinaryStream(String columnLabel, InputStream x, long length) throws SQLException Deprecated.This result is only intended for read access.- Specified by:
updateBinaryStreamin interfaceResultSet- Throws:
SQLException
-
updateCharacterStream
@Deprecated(forRemoval=false) void updateCharacterStream(String columnLabel, Reader reader, long length) throws SQLException Deprecated.This result is only intended for read access.- Specified by:
updateCharacterStreamin interfaceResultSet- Throws:
SQLException
-
updateBlob
@Deprecated(forRemoval=false) void updateBlob(int columnIndex, InputStream inputStream, long length) throws SQLException Deprecated.This result is only intended for read access.- Specified by:
updateBlobin interfaceResultSet- Throws:
SQLException
-
updateBlob
@Deprecated(forRemoval=false) void updateBlob(String columnLabel, InputStream inputStream, long length) throws SQLException Deprecated.This result is only intended for read access.- Specified by:
updateBlobin interfaceResultSet- Throws:
SQLException
-
updateClob
@Deprecated(forRemoval=false) void updateClob(int columnIndex, Reader reader, long length) throws SQLException Deprecated.This result is only intended for read access.- Specified by:
updateClobin interfaceResultSet- Throws:
SQLException
-
updateClob
@Deprecated(forRemoval=false) void updateClob(String columnLabel, Reader reader, long length) throws SQLException Deprecated.This result is only intended for read access.- Specified by:
updateClobin interfaceResultSet- Throws:
SQLException
-
updateNClob
@Deprecated(forRemoval=false) void updateNClob(int columnIndex, Reader reader, long length) throws SQLException Deprecated.This result is only intended for read access.- Specified by:
updateNClobin interfaceResultSet- Throws:
SQLException
-
updateNClob
@Deprecated(forRemoval=false) void updateNClob(String columnLabel, Reader reader, long length) throws SQLException Deprecated.This result is only intended for read access.- Specified by:
updateNClobin interfaceResultSet- Throws:
SQLException
-
updateNCharacterStream
@Deprecated(forRemoval=false) void updateNCharacterStream(int columnIndex, Reader x) throws SQLException Deprecated.This result is only intended for read access.- Specified by:
updateNCharacterStreamin interfaceResultSet- Throws:
SQLException
-
updateNCharacterStream
@Deprecated(forRemoval=false) void updateNCharacterStream(String columnLabel, Reader reader) throws SQLException Deprecated.This result is only intended for read access.- Specified by:
updateNCharacterStreamin interfaceResultSet- Throws:
SQLException
-
updateAsciiStream
@Deprecated(forRemoval=false) void updateAsciiStream(int columnIndex, InputStream x) throws SQLException Deprecated.This result is only intended for read access.- Specified by:
updateAsciiStreamin interfaceResultSet- Throws:
SQLException
-
updateBinaryStream
@Deprecated(forRemoval=false) void updateBinaryStream(int columnIndex, InputStream x) throws SQLException Deprecated.This result is only intended for read access.- Specified by:
updateBinaryStreamin interfaceResultSet- Throws:
SQLException
-
updateCharacterStream
@Deprecated(forRemoval=false) void updateCharacterStream(int columnIndex, Reader x) throws SQLException Deprecated.This result is only intended for read access.- Specified by:
updateCharacterStreamin interfaceResultSet- Throws:
SQLException
-
updateAsciiStream
@Deprecated(forRemoval=false) void updateAsciiStream(String columnLabel, InputStream x) throws SQLException Deprecated.This result is only intended for read access.- Specified by:
updateAsciiStreamin interfaceResultSet- Throws:
SQLException
-
updateBinaryStream
@Deprecated(forRemoval=false) void updateBinaryStream(String columnLabel, InputStream x) throws SQLException Deprecated.This result is only intended for read access.- Specified by:
updateBinaryStreamin interfaceResultSet- Throws:
SQLException
-
updateCharacterStream
@Deprecated(forRemoval=false) void updateCharacterStream(String columnLabel, Reader reader) throws SQLException Deprecated.This result is only intended for read access.- Specified by:
updateCharacterStreamin interfaceResultSet- Throws:
SQLException
-
updateBlob
@Deprecated(forRemoval=false) void updateBlob(int columnIndex, InputStream inputStream) throws SQLException Deprecated.This result is only intended for read access.- Specified by:
updateBlobin interfaceResultSet- Throws:
SQLException
-
updateBlob
@Deprecated(forRemoval=false) void updateBlob(String columnLabel, InputStream inputStream) throws SQLException Deprecated.This result is only intended for read access.- Specified by:
updateBlobin interfaceResultSet- Throws:
SQLException
-
updateClob
Deprecated.This result is only intended for read access.- Specified by:
updateClobin interfaceResultSet- Throws:
SQLException
-
updateClob
@Deprecated(forRemoval=false) void updateClob(String columnLabel, Reader reader) throws SQLException Deprecated.This result is only intended for read access.- Specified by:
updateClobin interfaceResultSet- Throws:
SQLException
-
updateNClob
Deprecated.This result is only intended for read access.- Specified by:
updateNClobin interfaceResultSet- Throws:
SQLException
-
updateNClob
@Deprecated(forRemoval=false) void updateNClob(String columnLabel, Reader reader) throws SQLException Deprecated.This result is only intended for read access.- Specified by:
updateNClobin interfaceResultSet- Throws:
SQLException
-
updateObject
@Deprecated(forRemoval=false) void updateObject(int columnIndex, Object x, SQLType targetSqlType, int scaleOrLength) throws SQLException Deprecated.This result is only intended for read access.- Specified by:
updateObjectin interfaceResultSet- Throws:
SQLException
-
updateObject
@Deprecated(forRemoval=false) void updateObject(String columnLabel, Object x, SQLType targetSqlType, int scaleOrLength) throws SQLException Deprecated.This result is only intended for read access.- Specified by:
updateObjectin interfaceResultSet- Throws:
SQLException
-
updateObject
@Deprecated(forRemoval=false) void updateObject(int columnIndex, Object x, SQLType targetSqlType) throws SQLException Deprecated.This result is only intended for read access.- Specified by:
updateObjectin interfaceResultSet- Throws:
SQLException
-
updateObject
@Deprecated(forRemoval=false) void updateObject(String columnLabel, Object x, SQLType targetSqlType) throws SQLException Deprecated.This result is only intended for read access.- Specified by:
updateObjectin interfaceResultSet- Throws:
SQLException
-
