- All Superinterfaces:
AutoCloseable,ResultSet,Wrapper
- Author:
- Leonard Woo
-
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 -
Method Summary
Modifier and TypeMethodDescriptiondefault voiddefault voiddefault ArraygetArray(int columnIndex) default Arraydefault InputStreamgetAsciiStream(String columnLabel) default BigDecimalgetBigDecimal(int columnIndex, int scale) Deprecated.default BigDecimalgetBigDecimal(String columnLabel) default BigDecimalgetBigDecimal(String columnLabel, int scale) Deprecated.default InputStreamgetBinaryStream(String columnLabel) default Blobdefault booleangetBoolean(String columnLabel) default bytedefault byte[]default ReadergetCharacterStream(String columnLabel) default Clobdefault Stringdefault Datedefault Datedefault doubledefault floatdefault intdefault longdefault ReadergetNCharacterStream(String columnLabel) default NClobdefault StringgetNString(String columnLabel) default Objectdefault <T> Tdefault Objectdefault RefgetRef(int columnIndex) default Refdefault RowIdgetRowId(int columnIndex) default RowIddefault shortdefault SQLXMLgetSQLXML(int columnIndex) default SQLXMLdefault Stringdefault Timedefault Timedefault TimestampgetTimestamp(String columnLabel) default TimestampgetTimestamp(String columnLabel, Calendar cal) default InputStreamgetUnicodeStream(int columnIndex) Deprecated.default InputStreamgetUnicodeStream(String columnLabel) Deprecated.default URLdefault voiddefault booleanisWrapperFor(Class<?> iface) default voiddefault voiddefault voiddefault booleandefault booleandefault booleandefault <T> Tdefault voidupdateArray(int columnIndex, Array x) default voidupdateArray(String columnLabel, Array x) default voidupdateAsciiStream(int columnIndex, InputStream x) default voidupdateAsciiStream(int columnIndex, InputStream x, int length) default voidupdateAsciiStream(int columnIndex, InputStream x, long length) default voidupdateAsciiStream(String columnLabel, InputStream x) default voidupdateAsciiStream(String columnLabel, InputStream x, int length) default voidupdateAsciiStream(String columnLabel, InputStream x, long length) default voidupdateBigDecimal(int columnIndex, BigDecimal x) default voidupdateBigDecimal(String columnLabel, BigDecimal x) default voidupdateBinaryStream(int columnIndex, InputStream x) default voidupdateBinaryStream(int columnIndex, InputStream x, int length) default voidupdateBinaryStream(int columnIndex, InputStream x, long length) default voidupdateBinaryStream(String columnLabel, InputStream x) default voidupdateBinaryStream(String columnLabel, InputStream x, int length) default voidupdateBinaryStream(String columnLabel, InputStream x, long length) default voidupdateBlob(int columnIndex, InputStream inputStream) default voidupdateBlob(int columnIndex, InputStream inputStream, long length) default voidupdateBlob(int columnIndex, Blob x) default voidupdateBlob(String columnLabel, InputStream inputStream) default voidupdateBlob(String columnLabel, InputStream inputStream, long length) default voidupdateBlob(String columnLabel, Blob x) default voidupdateBoolean(int columnIndex, boolean x) default voidupdateBoolean(String columnLabel, boolean x) default voidupdateByte(int columnIndex, byte x) default voidupdateByte(String columnLabel, byte x) default voidupdateBytes(int columnIndex, byte[] x) default voidupdateBytes(String columnLabel, byte[] x) default voidupdateCharacterStream(int columnIndex, Reader x) default voidupdateCharacterStream(int columnIndex, Reader x, int length) default voidupdateCharacterStream(int columnIndex, Reader x, long length) default voidupdateCharacterStream(String columnLabel, Reader reader) default voidupdateCharacterStream(String columnLabel, Reader reader, int length) default voidupdateCharacterStream(String columnLabel, Reader reader, long length) default voidupdateClob(int columnIndex, Reader reader) default voidupdateClob(int columnIndex, Reader reader, long length) default voidupdateClob(int columnIndex, Clob x) default voidupdateClob(String columnLabel, Reader reader) default voidupdateClob(String columnLabel, Reader reader, long length) default voidupdateClob(String columnLabel, Clob x) default voidupdateDate(int columnIndex, Date x) default voidupdateDate(String columnLabel, Date x) default voidupdateDouble(int columnIndex, double x) default voidupdateDouble(String columnLabel, double x) default voidupdateFloat(int columnIndex, float x) default voidupdateFloat(String columnLabel, float x) default voidupdateInt(int columnIndex, int x) default voiddefault voidupdateLong(int columnIndex, long x) default voidupdateLong(String columnLabel, long x) default voidupdateNCharacterStream(int columnIndex, Reader x) default voidupdateNCharacterStream(int columnIndex, Reader x, long length) default voidupdateNCharacterStream(String columnLabel, Reader reader) default voidupdateNCharacterStream(String columnLabel, Reader reader, long length) default voidupdateNClob(int columnIndex, Reader reader) default voidupdateNClob(int columnIndex, Reader reader, long length) default voidupdateNClob(int columnIndex, NClob nClob) default voidupdateNClob(String columnLabel, Reader reader) default voidupdateNClob(String columnLabel, Reader reader, long length) default voidupdateNClob(String columnLabel, NClob nClob) default voidupdateNString(int columnIndex, String nString) default voidupdateNString(String columnLabel, String nString) default voidupdateNull(int columnIndex) default voidupdateNull(String columnLabel) default voidupdateObject(int columnIndex, Object x) default voidupdateObject(int columnIndex, Object x, int scaleOrLength) default voidupdateObject(int columnIndex, Object x, SQLType targetSqlType) default voidupdateObject(int columnIndex, Object x, SQLType targetSqlType, int scaleOrLength) default voidupdateObject(String columnLabel, Object x) default voidupdateObject(String columnLabel, Object x, int scaleOrLength) default voidupdateObject(String columnLabel, Object x, SQLType targetSqlType) default voidupdateObject(String columnLabel, Object x, SQLType targetSqlType, int scaleOrLength) default voiddefault voiddefault voiddefault voidupdateRowId(int columnIndex, RowId x) default voidupdateRowId(String columnLabel, RowId x) default voidupdateShort(int columnIndex, short x) default voidupdateShort(String columnLabel, short x) default voidupdateSQLXML(int columnIndex, SQLXML xmlObject) default voidupdateSQLXML(String columnLabel, SQLXML xmlObject) default voidupdateString(int columnIndex, String x) default voidupdateString(String columnLabel, String x) default voidupdateTime(int columnIndex, Time x) default voidupdateTime(String columnLabel, Time x) default voidupdateTimestamp(int columnIndex, Timestamp x) default voidupdateTimestamp(String columnLabel, Timestamp x) Methods inherited from interface java.sql.ResultSet
absolute, afterLast, beforeFirst, clearWarnings, close, findColumn, first, getAsciiStream, getBigDecimal, getBinaryStream, getBlob, getBoolean, getByte, getBytes, getCharacterStream, getClob, getConcurrency, getDate, getDate, getDouble, getFetchDirection, getFetchSize, getFloat, getHoldability, getInt, getLong, getMetaData, getNCharacterStream, getNClob, getNString, getObject, getObject, getObject, getRow, getShort, getStatement, getString, getTime, getTime, getTimestamp, getTimestamp, getType, getURL, getWarnings, isAfterLast, isBeforeFirst, isClosed, isFirst, isLast, last, next, previous, relative, setFetchDirection, setFetchSize, wasNull
-
Field Details
-
NOT_UPDATABLE_ERROR
- See Also:
-
METHOD_NOTSUPPORTED_WITH_CONCUR_READ_ONLY
- See Also:
-
-
Method Details
-
getBigDecimal
Deprecated.- Specified by:
getBigDecimalin interfaceResultSet- Throws:
SQLException
-
getUnicodeStream
Deprecated.- Specified by:
getUnicodeStreamin interfaceResultSet- Throws:
SQLException
-
getBigDecimal
Deprecated.- Specified by:
getBigDecimalin interfaceResultSet- Throws:
SQLException
-
getUnicodeStream
Deprecated.- Specified by:
getUnicodeStreamin interfaceResultSet- Throws:
SQLException
-
getBoolean
- Specified by:
getBooleanin interfaceResultSet- Throws:
SQLException
-
getByte
- Specified by:
getBytein interfaceResultSet- Throws:
SQLException
-
getBytes
- Specified by:
getBytesin interfaceResultSet- Throws:
SQLException
-
getShort
- Specified by:
getShortin interfaceResultSet- Throws:
SQLException
-
getInt
- Specified by:
getIntin interfaceResultSet- Throws:
SQLException
-
getLong
- Specified by:
getLongin interfaceResultSet- Throws:
SQLException
-
getFloat
- Specified by:
getFloatin interfaceResultSet- Throws:
SQLException
-
getDouble
- Specified by:
getDoublein interfaceResultSet- Throws:
SQLException
-
getBigDecimal
- Specified by:
getBigDecimalin interfaceResultSet- Throws:
SQLException
-
getObject
- Specified by:
getObjectin interfaceResultSet- Throws:
SQLException
-
getObject
- Specified by:
getObjectin interfaceResultSet- Throws:
SQLException
-
getObject
- Specified by:
getObjectin interfaceResultSet- Throws:
SQLException
-
getString
- Specified by:
getStringin interfaceResultSet- Throws:
SQLException
-
getNString
- Specified by:
getNStringin interfaceResultSet- Throws:
SQLException
-
getURL
- Specified by:
getURLin interfaceResultSet- Throws:
SQLException
-
getDate
- Specified by:
getDatein interfaceResultSet- Throws:
SQLException
-
getDate
- Specified by:
getDatein 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
-
getBlob
- Specified by:
getBlobin interfaceResultSet- Throws:
SQLException
-
getClob
- Specified by:
getClobin interfaceResultSet- Throws:
SQLException
-
getNClob
- Specified by:
getNClobin interfaceResultSet- Throws:
SQLException
-
getAsciiStream
- Specified by:
getAsciiStreamin interfaceResultSet- Throws:
SQLException
-
getBinaryStream
- Specified by:
getBinaryStreamin interfaceResultSet- Throws:
SQLException
-
getCharacterStream
- Specified by:
getCharacterStreamin interfaceResultSet- Throws:
SQLException
-
getNCharacterStream
- Specified by:
getNCharacterStreamin interfaceResultSet- Throws:
SQLException
-
getArray
- Specified by:
getArrayin interfaceResultSet- Throws:
SQLException
-
getArray
- Specified by:
getArrayin interfaceResultSet- Throws:
SQLException
-
updateArray
- Specified by:
updateArrayin interfaceResultSet- Throws:
SQLException
-
updateArray
- Specified by:
updateArrayin interfaceResultSet- Throws:
SQLException
-
getRowId
- Specified by:
getRowIdin interfaceResultSet- Throws:
SQLException
-
getRowId
- Specified by:
getRowIdin interfaceResultSet- Throws:
SQLException
-
updateRowId
- Specified by:
updateRowIdin interfaceResultSet- Throws:
SQLException
-
updateRowId
- Specified by:
updateRowIdin interfaceResultSet- Throws:
SQLException
-
getSQLXML
- Specified by:
getSQLXMLin interfaceResultSet- Throws:
SQLException
-
getSQLXML
- Specified by:
getSQLXMLin interfaceResultSet- Throws:
SQLException
-
updateSQLXML
- Specified by:
updateSQLXMLin interfaceResultSet- Throws:
SQLException
-
updateSQLXML
- Specified by:
updateSQLXMLin interfaceResultSet- Throws:
SQLException
-
getCursorName
- Specified by:
getCursorNamein interfaceResultSet- Throws:
SQLException
-
getRef
- Specified by:
getRefin interfaceResultSet- Throws:
SQLException
-
getRef
- Specified by:
getRefin interfaceResultSet- Throws:
SQLException
-
updateRef
- Specified by:
updateRefin interfaceResultSet- Throws:
SQLException
-
updateRef
- Specified by:
updateRefin interfaceResultSet- Throws:
SQLException
-
updateObject
default void updateObject(int columnIndex, Object x, SQLType targetSqlType, int scaleOrLength) throws SQLException - Specified by:
updateObjectin interfaceResultSet- Throws:
SQLException
-
updateObject
default void updateObject(String columnLabel, 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
-
updateNull
- Specified by:
updateNullin interfaceResultSet- Throws:
SQLException
-
updateBoolean
- Specified by:
updateBooleanin interfaceResultSet- Throws:
SQLException
-
updateByte
- Specified by:
updateBytein interfaceResultSet- Throws:
SQLException
-
updateShort
- Specified by:
updateShortin interfaceResultSet- Throws:
SQLException
-
updateInt
- Specified by:
updateIntin interfaceResultSet- Throws:
SQLException
-
updateLong
- Specified by:
updateLongin interfaceResultSet- Throws:
SQLException
-
updateFloat
- Specified by:
updateFloatin interfaceResultSet- Throws:
SQLException
-
updateDouble
- Specified by:
updateDoublein interfaceResultSet- Throws:
SQLException
-
updateBigDecimal
- Specified by:
updateBigDecimalin interfaceResultSet- Throws:
SQLException
-
updateString
- Specified by:
updateStringin interfaceResultSet- Throws:
SQLException
-
updateBytes
- Specified by:
updateBytesin interfaceResultSet- Throws:
SQLException
-
updateDate
- Specified by:
updateDatein interfaceResultSet- Throws:
SQLException
-
updateTime
- Specified by:
updateTimein interfaceResultSet- Throws:
SQLException
-
updateTimestamp
- Specified by:
updateTimestampin interfaceResultSet- Throws:
SQLException
-
updateAsciiStream
- Specified by:
updateAsciiStreamin interfaceResultSet- Throws:
SQLException
-
updateBinaryStream
- Specified by:
updateBinaryStreamin interfaceResultSet- Throws:
SQLException
-
updateCharacterStream
- Specified by:
updateCharacterStreamin interfaceResultSet- Throws:
SQLException
-
updateObject
- Specified by:
updateObjectin interfaceResultSet- Throws:
SQLException
-
updateObject
- Specified by:
updateObjectin interfaceResultSet- Throws:
SQLException
-
updateNull
- Specified by:
updateNullin interfaceResultSet- Throws:
SQLException
-
updateBoolean
- Specified by:
updateBooleanin interfaceResultSet- Throws:
SQLException
-
updateByte
- Specified by:
updateBytein interfaceResultSet- Throws:
SQLException
-
updateShort
- Specified by:
updateShortin interfaceResultSet- Throws:
SQLException
-
updateInt
- Specified by:
updateIntin interfaceResultSet- Throws:
SQLException
-
updateLong
- Specified by:
updateLongin interfaceResultSet- Throws:
SQLException
-
updateFloat
- Specified by:
updateFloatin interfaceResultSet- Throws:
SQLException
-
updateDouble
- Specified by:
updateDoublein interfaceResultSet- Throws:
SQLException
-
updateBigDecimal
- Specified by:
updateBigDecimalin interfaceResultSet- Throws:
SQLException
-
updateString
- Specified by:
updateStringin interfaceResultSet- Throws:
SQLException
-
updateNString
- Specified by:
updateNStringin interfaceResultSet- Throws:
SQLException
-
updateNString
- Specified by:
updateNStringin interfaceResultSet- Throws:
SQLException
-
updateBytes
- Specified by:
updateBytesin interfaceResultSet- Throws:
SQLException
-
updateDate
- Specified by:
updateDatein interfaceResultSet- Throws:
SQLException
-
updateTime
- Specified by:
updateTimein interfaceResultSet- Throws:
SQLException
-
updateTimestamp
- Specified by:
updateTimestampin interfaceResultSet- Throws:
SQLException
-
updateAsciiStream
- Specified by:
updateAsciiStreamin interfaceResultSet- Throws:
SQLException
-
updateBinaryStream
- Specified by:
updateBinaryStreamin interfaceResultSet- Throws:
SQLException
-
updateCharacterStream
default void updateCharacterStream(String columnLabel, Reader reader, int length) throws SQLException - Specified by:
updateCharacterStreamin interfaceResultSet- Throws:
SQLException
-
updateObject
- Specified by:
updateObjectin interfaceResultSet- Throws:
SQLException
-
updateObject
- Specified by:
updateObjectin interfaceResultSet- Throws:
SQLException
-
updateBlob
- Specified by:
updateBlobin interfaceResultSet- Throws:
SQLException
-
updateBlob
- Specified by:
updateBlobin interfaceResultSet- Throws:
SQLException
-
updateClob
- Specified by:
updateClobin interfaceResultSet- Throws:
SQLException
-
updateClob
- Specified by:
updateClobin interfaceResultSet- Throws:
SQLException
-
updateNClob
- Specified by:
updateNClobin interfaceResultSet- Throws:
SQLException
-
updateNClob
- Specified by:
updateNClobin interfaceResultSet- Throws:
SQLException
-
updateNCharacterStream
- Specified by:
updateNCharacterStreamin interfaceResultSet- Throws:
SQLException
-
updateNCharacterStream
default void updateNCharacterStream(String columnLabel, Reader reader, long length) throws SQLException - Specified by:
updateNCharacterStreamin interfaceResultSet- Throws:
SQLException
-
updateAsciiStream
- Specified by:
updateAsciiStreamin interfaceResultSet- Throws:
SQLException
-
updateBinaryStream
- Specified by:
updateBinaryStreamin interfaceResultSet- Throws:
SQLException
-
updateCharacterStream
- Specified by:
updateCharacterStreamin interfaceResultSet- Throws:
SQLException
-
updateAsciiStream
- Specified by:
updateAsciiStreamin interfaceResultSet- Throws:
SQLException
-
updateBinaryStream
- Specified by:
updateBinaryStreamin interfaceResultSet- Throws:
SQLException
-
updateCharacterStream
default void updateCharacterStream(String columnLabel, Reader reader, long length) throws SQLException - Specified by:
updateCharacterStreamin interfaceResultSet- Throws:
SQLException
-
updateBlob
- Specified by:
updateBlobin interfaceResultSet- Throws:
SQLException
-
updateBlob
default void updateBlob(String columnLabel, InputStream inputStream, long length) throws SQLException - Specified by:
updateBlobin interfaceResultSet- Throws:
SQLException
-
updateClob
- Specified by:
updateClobin interfaceResultSet- Throws:
SQLException
-
updateClob
- Specified by:
updateClobin interfaceResultSet- Throws:
SQLException
-
updateNClob
- Specified by:
updateNClobin interfaceResultSet- Throws:
SQLException
-
updateNClob
- Specified by:
updateNClobin interfaceResultSet- Throws:
SQLException
-
updateNCharacterStream
- Specified by:
updateNCharacterStreamin interfaceResultSet- Throws:
SQLException
-
updateNCharacterStream
- Specified by:
updateNCharacterStreamin interfaceResultSet- Throws:
SQLException
-
updateAsciiStream
- Specified by:
updateAsciiStreamin interfaceResultSet- Throws:
SQLException
-
updateBinaryStream
- Specified by:
updateBinaryStreamin interfaceResultSet- Throws:
SQLException
-
updateCharacterStream
- Specified by:
updateCharacterStreamin interfaceResultSet- Throws:
SQLException
-
updateAsciiStream
- Specified by:
updateAsciiStreamin interfaceResultSet- Throws:
SQLException
-
updateBinaryStream
- Specified by:
updateBinaryStreamin interfaceResultSet- Throws:
SQLException
-
updateCharacterStream
- Specified by:
updateCharacterStreamin interfaceResultSet- Throws:
SQLException
-
updateBlob
- Specified by:
updateBlobin interfaceResultSet- Throws:
SQLException
-
updateBlob
- Specified by:
updateBlobin interfaceResultSet- Throws:
SQLException
-
updateClob
- Specified by:
updateClobin interfaceResultSet- Throws:
SQLException
-
updateClob
- Specified by:
updateClobin interfaceResultSet- Throws:
SQLException
-
updateNClob
- Specified by:
updateNClobin interfaceResultSet- Throws:
SQLException
-
updateNClob
- Specified by:
updateNClobin interfaceResultSet- Throws:
SQLException
-
cancelRowUpdates
- Specified by:
cancelRowUpdatesin interfaceResultSet- Throws:
SQLException
-
insertRow
- Specified by:
insertRowin interfaceResultSet- Throws:
SQLException
-
updateRow
- Specified by:
updateRowin interfaceResultSet- Throws:
SQLException
-
deleteRow
- Specified by:
deleteRowin interfaceResultSet- Throws:
SQLException
-
refreshRow
- Specified by:
refreshRowin interfaceResultSet- Throws:
SQLException
-
rowInserted
- Specified by:
rowInsertedin interfaceResultSet- Throws:
SQLException
-
rowUpdated
- Specified by:
rowUpdatedin interfaceResultSet- Throws:
SQLException
-
rowDeleted
- Specified by:
rowDeletedin interfaceResultSet- Throws:
SQLException
-
moveToCurrentRow
- Specified by:
moveToCurrentRowin interfaceResultSet- Throws:
SQLException
-
moveToInsertRow
- Specified by:
moveToInsertRowin interfaceResultSet- Throws:
SQLException
-
unwrap
- Specified by:
unwrapin interfaceWrapper- Throws:
SQLException
-
isWrapperFor
- Specified by:
isWrapperForin interfaceWrapper- Throws:
SQLException
-