Package com.aerospike.jdbc.sql
Interface UpdateResultSet
- All Superinterfaces:
AutoCloseable,ResultSet,Wrapper
- All Known Implementing Classes:
AerospikeRecordResultSet,BaseResultSet,ListRecordSet
-
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 TypeMethodDescriptiondefault voiddefault voiddefault intdefault intdefault intdefault intgetType()default voiddefault voiddefault voiddefault booleanprevious()default voiddefault booleandefault booleandefault booleandefault voidsetFetchDirection(int direction) default 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, getArray, getArray, getAsciiStream, getAsciiStream, getBigDecimal, getBigDecimal, getBigDecimal, getBigDecimal, getBinaryStream, getBinaryStream, getBlob, getBlob, getBoolean, getBoolean, getByte, getByte, getBytes, getBytes, getCharacterStream, getCharacterStream, getClob, getClob, getCursorName, getDate, getDate, getDate, getDate, getDouble, getDouble, 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, getUnicodeStream, getUnicodeStream, getURL, getURL, getWarnings, isAfterLast, isBeforeFirst, isClosed, isFirst, isLast, last, next, relative, setFetchSize, wasNullMethods inherited from interface java.sql.Wrapper
isWrapperFor, unwrap
-
Method Details
-
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
-
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
-
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
-
cancelRowUpdates
- Specified by:
cancelRowUpdatesin interfaceResultSet- Throws:
SQLException
-
moveToInsertRow
- Specified by:
moveToInsertRowin interfaceResultSet- Throws:
SQLException
-
moveToCurrentRow
- Specified by:
moveToCurrentRowin interfaceResultSet- Throws:
SQLException
-
rowInserted
- Specified by:
rowInsertedin interfaceResultSet- Throws:
SQLException
-
rowUpdated
- Specified by:
rowUpdatedin interfaceResultSet- Throws:
SQLException
-
rowDeleted
- Specified by:
rowDeletedin interfaceResultSet- Throws:
SQLException
-
updateRef
- Specified by:
updateRefin interfaceResultSet- Throws:
SQLException
-
updateRef
- Specified by:
updateRefin 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
-
updateArray
- Specified by:
updateArrayin interfaceResultSet- Throws:
SQLException
-
updateArray
- Specified by:
updateArrayin interfaceResultSet- Throws:
SQLException
-
updateRowId
- Specified by:
updateRowIdin interfaceResultSet- Throws:
SQLException
-
updateRowId
- Specified by:
updateRowIdin interfaceResultSet- Throws:
SQLException
-
updateNString
- Specified by:
updateNStringin interfaceResultSet- Throws:
SQLException
-
updateNString
- Specified by:
updateNStringin interfaceResultSet- Throws:
SQLException
-
updateNClob
- Specified by:
updateNClobin interfaceResultSet- Throws:
SQLException
-
updateNClob
- Specified by:
updateNClobin interfaceResultSet- Throws:
SQLException
-
updateSQLXML
- Specified by:
updateSQLXMLin interfaceResultSet- Throws:
SQLException
-
updateSQLXML
- Specified by:
updateSQLXMLin 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
-
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
-
previous
- Specified by:
previousin interfaceResultSet- Throws:
SQLException
-
setFetchDirection
- Specified by:
setFetchDirectionin interfaceResultSet- Throws:
SQLException
-
getFetchDirection
default int getFetchDirection()- Specified by:
getFetchDirectionin interfaceResultSet
-
getFetchSize
default int getFetchSize()- Specified by:
getFetchSizein interfaceResultSet
-
getType
default int getType() -
getConcurrency
default int getConcurrency()- Specified by:
getConcurrencyin interfaceResultSet
-