RowSet (Java SE 26 & JDK 26)
- All Superinterfaces:
AutoCloseable, ResultSet, Wrapper
- All Known Subinterfaces:
CachedRowSet, FilteredRowSet, JdbcRowSet, JoinRowSet, SyncResolver, WebRowSet
-
Field Summary
Fields declared in interface 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_SENSITIVEstatic final intThe constant indicating that open
ResultSetobjects with this holdability will be closed when the current transaction is committed.static final intThe constant indicating the concurrency mode for a
ResultSetobject that may NOT be updated.static final intThe constant indicating the concurrency mode for a
ResultSetobject that may be updated.static final intThe constant indicating that the rows in a result set will be processed in a forward direction; first-to-last.
static final intThe constant indicating that the rows in a result set will be processed in a reverse direction; last-to-first.
static final intThe constant indicating that the order in which rows in a result set will be processed is unknown.
static final intThe constant indicating that open
ResultSetobjects with this holdability will remain open when the current transaction is committed.static final intThe constant indicating the type for a
ResultSetobject whose cursor may move only forward.static final intThe constant indicating the type for a
ResultSetobject that is scrollable but generally not sensitive to changes to the data that underlies theResultSet.static final intThe constant indicating the type for a
ResultSetobject that is scrollable and generally sensitive to changes to the data that underlies theResultSet. -
Method Summary
voidRegisters the given listener so that it will be notified of events that occur on this
RowSetobject.voidClears the parameters set for this
RowSetobject's command.voidexecute()Fills this
RowSetobject with data.Retrieves this
RowSetobject's command property.Retrieves the logical name that identifies the data source for this
RowSetobject.booleanRetrieves whether escape processing is enabled for this
RowSetobject.intRetrieves the maximum number of bytes that may be returned for certain column values.
intRetrieves the maximum number of rows that this
RowSetobject can contain.Retrieves the password used to create a database connection.
intRetrieves the maximum number of seconds the driver will wait for a statement to execute.
intRetrieves the transaction isolation level set for this
RowSetobject.Retrieves the
Mapobject associated with thisRowSetobject, which specifies the custom mapping of SQL user-defined types, if any.getUrl()Retrieves the url property this
RowSetobject will use to create a connection if it uses theDriverManagerinstead of aDataSourceobject to establish the connection.Retrieves the username used to create a database connection for this
RowSetobject.booleanRetrieves whether this
RowSetobject is read-only.voidRemoves the specified listener from the list of components that will be notified when an event occurs on this
RowSetobject.voidSets the designated parameter in this
RowSetobject's command with the givenArrayvalue.voidSets the designated parameter in this
RowSetobject's command to the given input stream.voidsetAsciiStream(int parameterIndex, InputStream x, int length) Sets the designated parameter in this
RowSetobject's command to the givenjava.io.InputStreamvalue.voidSets the designated parameter to the given input stream.
voidSets the designated parameter to the given input stream, which will have the specified number of bytes.
voidSets the designated parameter in this
RowSetobject's command to the givenjava.math.BigDecimalvalue.voidSets the designated parameter to the given
java.math.BigDecimalvalue.voidSets the designated parameter in this
RowSetobject's command to the given input stream.voidSets the designated parameter in this
RowSetobject's command to the givenjava.io.InputStreamvalue.voidSets the designated parameter to the given input stream.
voidSets the designated parameter to the given input stream, which will have the specified number of bytes.
voidSets the designated parameter to a
InputStreamobject.voidsetBlob(int parameterIndex, InputStream inputStream, long length) Sets the designated parameter to a
InputStreamobject.voidSets the designated parameter in this
RowSetobject's command with the givenBlobvalue.voidSets the designated parameter to a
InputStreamobject.voidSets the designated parameter to a
InputStreamobject.voidSets the designated parameter to the given
java.sql.Blobobject.voidsetBoolean(int parameterIndex, boolean x) Sets the designated parameter in this
RowSetobject's command to the given Javabooleanvalue.voidsetBoolean(String parameterName, boolean x) Sets the designated parameter to the given Java
booleanvalue.voidsetByte(int parameterIndex, byte x) Sets the designated parameter in this
RowSetobject's command to the given Javabytevalue.voidsetByte(String parameterName, byte x) Sets the designated parameter to the given Java
bytevalue.voidsetBytes(int parameterIndex, byte[] x) Sets the designated parameter in this
RowSetobject's command to the given Java array ofbytevalues.voidsetBytes(String parameterName, byte[] x) Sets the designated parameter to the given Java array of bytes.
voidsetCharacterStream(int parameterIndex, Reader reader) Sets the designated parameter in this
RowSetobject's command to the givenReaderobject.voidsetCharacterStream(int parameterIndex, Reader reader, int length) Sets the designated parameter in this
RowSetobject's command to the givenjava.io.Readervalue.voidSets the designated parameter to the given
Readerobject.voidSets the designated parameter to the given
Readerobject, which is the given number of characters long.voidsetClob(int parameterIndex, Reader reader) Sets the designated parameter to a
Readerobject.voidsetClob(int parameterIndex, Reader reader, long length) Sets the designated parameter to a
Readerobject.voidSets the designated parameter in this
RowSetobject's command with the givenClobvalue.voidSets the designated parameter to a
Readerobject.voidsetClob(String parameterName, Reader reader, long length) Sets the designated parameter to a
Readerobject.voidSets the designated parameter to the given
java.sql.Clobobject.voidSets this
RowSetobject's command property to the given SQL query.voidsetConcurrency(int concurrency) Sets the concurrency of this
RowSetobject to the given concurrency level.voidSets the data source name property for this
RowSetobject to the givenString.voidsetDate(int parameterIndex, Date x) Sets the designated parameter in this
RowSetobject's command to the givenjava.sql.Datevalue.voidSets the designated parameter in this
RowSetobject's command with the givenjava.sql.Datevalue.voidSets the designated parameter to the given
java.sql.Datevalue using the default time zone of the virtual machine that is running the application.voidSets the designated parameter to the given
java.sql.Datevalue, using the givenCalendarobject.voidsetDouble(int parameterIndex, double x) Sets the designated parameter in this
RowSetobject's command to the given Javadoublevalue.voidsetDouble(String parameterName, double x) Sets the designated parameter to the given Java
doublevalue.voidsetEscapeProcessing(boolean enable) Sets escape processing for this
RowSetobject on or off.voidsetFloat(int parameterIndex, float x) Sets the designated parameter in this
RowSetobject's command to the given Javafloatvalue.voidsetFloat(String parameterName, float x) Sets the designated parameter to the given Java
floatvalue.voidsetInt(int parameterIndex, int x) Sets the designated parameter in this
RowSetobject's command to the given Javaintvalue.voidsetInt(String parameterName, int x) Sets the designated parameter to the given Java
intvalue.voidsetLong(int parameterIndex, long x) Sets the designated parameter in this
RowSetobject's command to the given Javalongvalue.voidsetLong(String parameterName, long x) Sets the designated parameter to the given Java
longvalue.voidsetMaxFieldSize(int max) Sets the maximum number of bytes that can be returned for a column value to the given number of bytes.
voidsetMaxRows(int max) Sets the maximum number of rows that this
RowSetobject can contain to the specified number.voidsetNCharacterStream(int parameterIndex, Reader value) Sets the designated parameter in this
RowSetobject's command to aReaderobject.voidsetNCharacterStream(int parameterIndex, Reader value, long length) Sets the designated parameter to a
Readerobject.voidSets the designated parameter to a
Readerobject.voidSets the designated parameter to a
Readerobject.voidsetNClob(int parameterIndex, Reader reader) Sets the designated parameter to a
Readerobject.voidsetNClob(int parameterIndex, Reader reader, long length) Sets the designated parameter to a
Readerobject.voidsetNClob(int parameterIndex, NClob value) Sets the designated parameter to a
java.sql.NClobobject.voidSets the designated parameter to a
Readerobject.voidsetNClob(String parameterName, Reader reader, long length) Sets the designated parameter to a
Readerobject.voidSets the designated parameter to a
java.sql.NClobobject.voidsetNString(int parameterIndex, String value) Sets the designated parameter to the given
Stringobject.voidSets the designated parameter to the given
Stringobject.voidsetNull(int parameterIndex, int sqlType) Sets the designated parameter in this
RowSetobject's SQL command to SQLNULL.voidsetNull(int paramIndex, int sqlType, String typeName) Sets the designated parameter in this
RowSetobject's SQL command to SQLNULL.voidsetNull(String parameterName, int sqlType) Sets the designated parameter to SQL
NULL.voidsetNull(String parameterName, int sqlType, String typeName) Sets the designated parameter to SQL
NULL.voidsetObject(int parameterIndex, Object x) Sets the designated parameter in this
RowSetobject's command with a JavaObject.voidsetObject(int parameterIndex, Object x, int targetSqlType) Sets the designated parameter in this
RowSetobject's command with a JavaObject.voidsetObject(int parameterIndex, Object x, int targetSqlType, int scaleOrLength) Sets the designated parameter in this
RowSetobject's command with the given JavaObject.voidSets the value of the designated parameter with the given object.
voidsetObject(String parameterName, Object x, int targetSqlType) Sets the value of the designated parameter with the given object.
voidsetObject(String parameterName, Object x, int targetSqlType, int scale) Sets the value of the designated parameter with the given object.
voidSets the database password for this
RowSetobject to the givenString.voidsetQueryTimeout(int seconds) Sets the maximum time the driver will wait for a statement to execute to the given number of seconds.
voidsetReadOnly(boolean value) Sets whether this
RowSetobject is read-only to the givenboolean.voidSets the designated parameter in this
RowSetobject's command with the givenRefvalue.voidsetRowId(int parameterIndex, RowId x) Sets the designated parameter to the given
java.sql.RowIdobject.voidSets the designated parameter to the given
java.sql.RowIdobject.voidsetShort(int parameterIndex, short x) Sets the designated parameter in this
RowSetobject's command to the given Javashortvalue.voidsetShort(String parameterName, short x) Sets the designated parameter to the given Java
shortvalue.voidsetSQLXML(int parameterIndex, SQLXML xmlObject) Sets the designated parameter to the given
java.sql.SQLXMLobject.voidSets the designated parameter to the given
java.sql.SQLXMLobject.voidsetString(int parameterIndex, String x) Sets the designated parameter in this
RowSetobject's command to the given JavaStringvalue.voidSets the designated parameter to the given Java
Stringvalue.voidsetTime(int parameterIndex, Time x) Sets the designated parameter in this
RowSetobject's command to the givenjava.sql.Timevalue.voidSets the designated parameter in this
RowSetobject's command with the givenjava.sql.Timevalue.voidSets the designated parameter to the given
java.sql.Timevalue.voidSets the designated parameter to the given
java.sql.Timevalue, using the givenCalendarobject.voidSets the designated parameter in this
RowSetobject's command to the givenjava.sql.Timestampvalue.voidSets the designated parameter in this
RowSetobject's command with the givenjava.sql.Timestampvalue.voidSets the designated parameter to the given
java.sql.Timestampvalue.voidSets the designated parameter to the given
java.sql.Timestampvalue, using the givenCalendarobject.voidsetTransactionIsolation(int level) Sets the transaction isolation level for this
RowSetobject.voidsetType(int type) Sets the type of this
RowSetobject to the given type.voidInstalls the given
java.util.Mapobject as the default type map for thisRowSetobject.voidSets the URL this
RowSetobject will use when it uses theDriverManagerto create a connection.voidsetURL(int parameterIndex, URL x) Sets the designated parameter to the given
java.net.URLvalue.voidSets the username property for this
RowSetobject to the givenString.Methods declared in interface ResultSet
absolute, afterLast, beforeFirst, cancelRowUpdates, clearWarnings, close, deleteRow, 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, insertRow, isAfterLast, isBeforeFirst, isClosed, isFirst, isLast, last, moveToCurrentRow, moveToInsertRow, next, previous, refreshRow, relative, rowDeleted, rowInserted, rowUpdated, setFetchDirection, setFetchSize, updateArray, updateArray, updateAsciiStream, updateAsciiStream, updateAsciiStream, updateAsciiStream, updateAsciiStream, updateAsciiStream, updateBigDecimal, updateBigDecimal, updateBinaryStream, updateBinaryStream, updateBinaryStream, updateBinaryStream, updateBinaryStream, updateBinaryStream, updateBlob, updateBlob, updateBlob, updateBlob, updateBlob, updateBlob, updateBoolean, updateBoolean, updateByte, updateByte, updateBytes, updateBytes, updateCharacterStream, updateCharacterStream, updateCharacterStream, updateCharacterStream, updateCharacterStream, updateCharacterStream, updateClob, updateClob, updateClob, updateClob, updateClob, updateClob, updateDate, updateDate, updateDouble, updateDouble, updateFloat, updateFloat, updateInt, updateInt, updateLong, updateLong, updateNCharacterStream, updateNCharacterStream, updateNCharacterStream, updateNCharacterStream, updateNClob, updateNClob, updateNClob, updateNClob, updateNClob, updateNClob, updateNString, updateNString, updateNull, updateNull, updateObject, updateObject, updateObject, updateObject, updateObject, updateObject, updateObject, updateObject, updateRef, updateRef, updateRow, updateRowId, updateRowId, updateShort, updateShort, updateSQLXML, updateSQLXML, updateString, updateString, updateTime, updateTime, updateTimestamp, updateTimestamp, wasNullbooleanMoves the cursor to the given row number in this
ResultSetobject.voidMoves the cursor to the end of this
ResultSetobject, just after the last row.voidMoves the cursor to the front of this
ResultSetobject, just before the first row.voidCancels the updates made to the current row in this
ResultSetobject.voidClears all warnings reported on this
ResultSetobject.voidReleases this
ResultSetobject's database and JDBC resources immediately instead of waiting for this to happen when it is automatically closed.voidDeletes the current row from this
ResultSetobject and from the underlying database.intMaps the given
ResultSetcolumn label to itsResultSetcolumn index.booleanMoves the cursor to the first row in this
ResultSetobject.Retrieves the value of the designated column in the current row of this
ResultSetobject as anArrayobject in the Java programming language.Retrieves the value of the designated column in the current row of this
ResultSetobject as anArrayobject in the Java programming language.Retrieves the value of the designated column in the current row of this
ResultSetobject as a stream of ASCII characters.Retrieves the value of the designated column in the current row of this
ResultSetobject as a stream of ASCII characters.Retrieves the value of the designated column in the current row of this
ResultSetobject as ajava.math.BigDecimalwith full precision.Retrieves the value of the designated column in the current row of this
ResultSetobject as ajava.math.BigDecimalwith full precision.Retrieves the value of the designated column in the current row of this
ResultSetobject as a stream of uninterpreted bytes.Retrieves the value of the designated column in the current row of this
ResultSetobject as a stream of uninterpretedbytes.Retrieves the value of the designated column in the current row of this
ResultSetobject as aBlobobject in the Java programming language.Retrieves the value of the designated column in the current row of this
ResultSetobject as aBlobobject in the Java programming language.booleanRetrieves the value of the designated column in the current row of this
ResultSetobject as abooleanin the Java programming language.booleanRetrieves the value of the designated column in the current row of this
ResultSetobject as abooleanin the Java programming language.byteRetrieves the value of the designated column in the current row of this
ResultSetobject as abytein the Java programming language.byteRetrieves the value of the designated column in the current row of this
ResultSetobject as abytein the Java programming language.byte[]Retrieves the value of the designated column in the current row of this
ResultSetobject as abytearray in the Java programming language.byte[]Retrieves the value of the designated column in the current row of this
ResultSetobject as abytearray in the Java programming language.Retrieves the value of the designated column in the current row of this
ResultSetobject as ajava.io.Readerobject.Retrieves the value of the designated column in the current row of this
ResultSetobject as ajava.io.Readerobject.Retrieves the value of the designated column in the current row of this
ResultSetobject as aClobobject in the Java programming language.Retrieves the value of the designated column in the current row of this
ResultSetobject as aClobobject in the Java programming language.intRetrieves the concurrency mode of this
ResultSetobject.Retrieves the name of the SQL cursor used by this
ResultSetobject.Retrieves the value of the designated column in the current row of this
ResultSetobject as ajava.sql.Dateobject in the Java programming language.Retrieves the value of the designated column in the current row of this
ResultSetobject as ajava.sql.Dateobject in the Java programming language.Retrieves the value of the designated column in the current row of this
ResultSetobject as ajava.sql.Dateobject in the Java programming language.Retrieves the value of the designated column in the current row of this
ResultSetobject as ajava.sql.Dateobject in the Java programming language.doubleRetrieves the value of the designated column in the current row of this
ResultSetobject as adoublein the Java programming language.doubleRetrieves the value of the designated column in the current row of this
ResultSetobject as adoublein the Java programming language.intRetrieves the fetch direction for this
ResultSetobject.intRetrieves the fetch size for this
ResultSetobject.floatRetrieves the value of the designated column in the current row of this
ResultSetobject as afloatin the Java programming language.floatRetrieves the value of the designated column in the current row of this
ResultSetobject as afloatin the Java programming language.intRetrieves the holdability of this
ResultSetobjectintRetrieves the value of the designated column in the current row of this
ResultSetobject as anintin the Java programming language.intRetrieves the value of the designated column in the current row of this
ResultSetobject as anintin the Java programming language.longRetrieves the value of the designated column in the current row of this
ResultSetobject as alongin the Java programming language.longRetrieves the value of the designated column in the current row of this
ResultSetobject as alongin the Java programming language.Retrieves the number, types and properties of this
ResultSetobject's columns.Retrieves the value of the designated column in the current row of this
ResultSetobject as ajava.io.Readerobject.Retrieves the value of the designated column in the current row of this
ResultSetobject as ajava.io.Readerobject.Retrieves the value of the designated column in the current row of this
ResultSetobject as aNClobobject in the Java programming language.Retrieves the value of the designated column in the current row of this
ResultSetobject as aNClobobject in the Java programming language.Retrieves the value of the designated column in the current row of this
ResultSetobject as aStringin the Java programming language.Retrieves the value of the designated column in the current row of this
ResultSetobject as aStringin the Java programming language.Gets the value of the designated column in the current row of this
ResultSetobject as anObjectin the Java programming language.<T> TRetrieves the value of the designated column in the current row of this
ResultSetobject and will convert from the SQL type of the column to the requested Java data type, if the conversion is supported.Retrieves the value of the designated column in the current row of this
ResultSetobject as anObjectin the Java programming language.Gets the value of the designated column in the current row of this
ResultSetobject as anObjectin the Java programming language.<T> TRetrieves the value of the designated column in the current row of this
ResultSetobject and will convert from the SQL type of the column to the requested Java data type, if the conversion is supported.Retrieves the value of the designated column in the current row of this
ResultSetobject as anObjectin the Java programming language.Retrieves the value of the designated column in the current row of this
ResultSetobject as aRefobject in the Java programming language.Retrieves the value of the designated column in the current row of this
ResultSetobject as aRefobject in the Java programming language.intRetrieves the current row number.
Retrieves the value of the designated column in the current row of this
ResultSetobject as ajava.sql.RowIdobject in the Java programming language.Retrieves the value of the designated column in the current row of this
ResultSetobject as ajava.sql.RowIdobject in the Java programming language.shortRetrieves the value of the designated column in the current row of this
ResultSetobject as ashortin the Java programming language.shortRetrieves the value of the designated column in the current row of this
ResultSetobject as ashortin the Java programming language.Retrieves the value of the designated column in the current row of this
ResultSetas ajava.sql.SQLXMLobject in the Java programming language.Retrieves the value of the designated column in the current row of this
ResultSetas ajava.sql.SQLXMLobject in the Java programming language.Retrieves the
Statementobject that produced thisResultSetobject.Retrieves the value of the designated column in the current row of this
ResultSetobject as aStringin the Java programming language.Retrieves the value of the designated column in the current row of this
ResultSetobject as aStringin the Java programming language.Retrieves the value of the designated column in the current row of this
ResultSetobject as ajava.sql.Timeobject in the Java programming language.Retrieves the value of the designated column in the current row of this
ResultSetobject as ajava.sql.Timeobject in the Java programming language.Retrieves the value of the designated column in the current row of this
ResultSetobject as ajava.sql.Timeobject in the Java programming language.Retrieves the value of the designated column in the current row of this
ResultSetobject as ajava.sql.Timeobject in the Java programming language.Retrieves the value of the designated column in the current row of this
ResultSetobject as ajava.sql.Timestampobject in the Java programming language.Retrieves the value of the designated column in the current row of this
ResultSetobject as ajava.sql.Timestampobject in the Java programming language.Retrieves the value of the designated column in the current row of this
ResultSetobject as ajava.sql.Timestampobject in the Java programming language.Retrieves the value of the designated column in the current row of this
ResultSetobject as ajava.sql.Timestampobject in the Java programming language.intRetrieves the type of this
ResultSetobject.Retrieves the value of the designated column in the current row of this
ResultSetobject as ajava.net.URLobject in the Java programming language.Retrieves the value of the designated column in the current row of this
ResultSetobject as ajava.net.URLobject in the Java programming language.Retrieves the first warning reported by calls on this
ResultSetobject.voidInserts the contents of the insert row into this
ResultSetobject and into the database.booleanRetrieves whether the cursor is after the last row in this
ResultSetobject.booleanRetrieves whether the cursor is before the first row in this
ResultSetobject.booleanRetrieves whether this
ResultSetobject has been closed.booleanRetrieves whether the cursor is on the first row of this
ResultSetobject.booleanRetrieves whether the cursor is on the last row of this
ResultSetobject.booleanMoves the cursor to the last row in this
ResultSetobject.voidMoves the cursor to the remembered cursor position, usually the current row.
voidMoves the cursor to the insert row.
booleanMoves the cursor forward one row from its current position.
booleanMoves the cursor to the previous row in this
ResultSetobject.voidRefreshes the current row with its most recent value in the database.
booleanMoves the cursor a relative number of rows, either positive or negative.
booleanRetrieves whether a row has been deleted.
booleanRetrieves whether the current row has had an insertion.
booleanRetrieves whether the current row has been updated.
voidGives a hint as to the direction in which the rows in this
ResultSetobject will be processed.voidGives the JDBC driver a hint as to the number of rows that should be fetched from the database when more rows are needed for this
ResultSetobject.voidUpdates the designated column with a
java.sql.Arrayvalue.voidUpdates the designated column with a
java.sql.Arrayvalue.voidUpdates the designated column with an ascii stream value.
voidUpdates the designated column with an ascii stream value, which will have the specified number of bytes.
voidUpdates the designated column with an ascii stream value, which will have the specified number of bytes.
voidUpdates the designated column with an ascii stream value.
voidUpdates the designated column with an ascii stream value, which will have the specified number of bytes.
voidUpdates the designated column with an ascii stream value, which will have the specified number of bytes.
voidUpdates the designated column with a
java.math.BigDecimalvalue.voidUpdates the designated column with a
java.sql.BigDecimalvalue.voidUpdates the designated column with a binary stream value.
voidUpdates the designated column with a binary stream value, which will have the specified number of bytes.
voidUpdates the designated column with a binary stream value, which will have the specified number of bytes.
voidUpdates the designated column with a binary stream value.
voidUpdates the designated column with a binary stream value, which will have the specified number of bytes.
voidUpdates the designated column with a binary stream value, which will have the specified number of bytes.
voidUpdates the designated column using the given input stream.
voidUpdates the designated column using the given input stream, which will have the specified number of bytes.
voidUpdates the designated column with a
java.sql.Blobvalue.voidUpdates the designated column using the given input stream.
voidUpdates the designated column using the given input stream, which will have the specified number of bytes.
voidUpdates the designated column with a
java.sql.Blobvalue.voidUpdates the designated column with a
booleanvalue.voidUpdates the designated column with a
booleanvalue.voidUpdates the designated column with a
bytevalue.voidUpdates the designated column with a
bytevalue.voidUpdates the designated column with a
bytearray value.voidUpdates the designated column with a byte array value.
voidUpdates the designated column with a character stream value.
voidUpdates the designated column with a character stream value, which will have the specified number of bytes.
voidUpdates the designated column with a character stream value, which will have the specified number of bytes.
voidUpdates the designated column with a character stream value.
voidUpdates the designated column with a character stream value, which will have the specified number of bytes.
voidUpdates the designated column with a character stream value, which will have the specified number of bytes.
voidUpdates the designated column using the given
Readerobject.voidUpdates the designated column using the given
Readerobject, which is the given number of characters long.voidUpdates the designated column with a
java.sql.Clobvalue.voidUpdates the designated column using the given
Readerobject.voidUpdates the designated column using the given
Readerobject, which is the given number of characters long.voidUpdates the designated column with a
java.sql.Clobvalue.voidUpdates the designated column with a
java.sql.Datevalue.voidUpdates the designated column with a
java.sql.Datevalue.voidUpdates the designated column with a
doublevalue.voidUpdates the designated column with a
doublevalue.voidUpdates the designated column with a
floatvalue.voidUpdates the designated column with a
floatvalue.voidUpdates the designated column with an
intvalue.voidUpdates the designated column with an
intvalue.voidUpdates the designated column with a
longvalue.voidUpdates the designated column with a
longvalue.voidUpdates the designated column with a character stream value.
voidUpdates the designated column with a character stream value, which will have the specified number of bytes.
voidUpdates the designated column with a character stream value.
voidUpdates the designated column with a character stream value, which will have the specified number of bytes.
voidUpdates the designated column using the given
ReaderThe data will be read from the stream as needed until end-of-stream is reached.voidUpdates the designated column using the given
Readerobject, which is the given number of characters long.voidUpdates the designated column with a
java.sql.NClobvalue.voidUpdates the designated column using the given
Readerobject.voidUpdates the designated column using the given
Readerobject, which is the given number of characters long.voidUpdates the designated column with a
java.sql.NClobvalue.voidUpdates the designated column with a
Stringvalue.voidUpdates the designated column with a
Stringvalue.voidUpdates the designated column with a
nullvalue.voidUpdates the designated column with a
nullvalue.voidUpdates the designated column with an
Objectvalue.voidUpdates the designated column with an
Objectvalue.default voidUpdates the designated column with an
Objectvalue.default voidUpdates the designated column with an
Objectvalue.voidUpdates the designated column with an
Objectvalue.voidUpdates the designated column with an
Objectvalue.default voidUpdates the designated column with an
Objectvalue.default voidUpdates the designated column with an
Objectvalue.voidUpdates the designated column with a
java.sql.Refvalue.voidUpdates the designated column with a
java.sql.Refvalue.voidUpdates the underlying database with the new contents of the current row of this
ResultSetobject.voidUpdates the designated column with a
RowIdvalue.voidUpdates the designated column with a
RowIdvalue.voidUpdates the designated column with a
shortvalue.voidUpdates the designated column with a
shortvalue.voidUpdates the designated column with a
java.sql.SQLXMLvalue.voidUpdates the designated column with a
java.sql.SQLXMLvalue.voidUpdates the designated column with a
Stringvalue.voidUpdates the designated column with a
Stringvalue.voidUpdates the designated column with a
java.sql.Timevalue.voidUpdates the designated column with a
java.sql.Timevalue.voidUpdates the designated column with a
java.sql.Timestampvalue.voidUpdates the designated column with a
java.sql.Timestampvalue.booleanReports whether the last column read had a value of SQL
NULL.Methods declared in interface Wrapper
booleanReturns true if this either implements the interface argument or is directly or indirectly a wrapper for an object that does.
<T> TReturns an object that implements the given interface to allow access to non-standard methods, or standard methods not exposed by the proxy.
-
Method Details
-
getUrl
-
setUrl
-
getDataSourceName
-
setDataSourceName
-
getUsername
-
setUsername
-
getPassword
-
setPassword
-
getTransactionIsolation
-
setTransactionIsolation
-
getTypeMap
-
setTypeMap
-
getCommand
-
setCommand
-
isReadOnly
-
setReadOnly
-
getMaxFieldSize
-
setMaxFieldSize
-
getMaxRows
-
setMaxRows
-
getEscapeProcessing
-
setEscapeProcessing
-
getQueryTimeout
-
setQueryTimeout
-
setType
-
setConcurrency
-
setNull
-
setNull
-
setNull
-
setNull
-
setBoolean
-
setBoolean
-
setByte
-
setByte
-
setShort
-
setShort
-
setInt
-
setInt
-
setLong
-
setLong
-
setFloat
-
setFloat
-
setDouble
-
setDouble
-
setBigDecimal
-
setBigDecimal
-
setString
-
setString
-
setBytes
-
setBytes
-
setDate
-
setTime
-
setTimestamp
-
setTimestamp
-
setAsciiStream
-
setAsciiStream
-
setBinaryStream
-
setBinaryStream
-
setCharacterStream
-
setCharacterStream
-
setAsciiStream
-
setAsciiStream
-
setBinaryStream
-
setBinaryStream
-
setCharacterStream
-
setCharacterStream
-
setNCharacterStream
-
setObject
-
setObject
-
setObject
-
setObject
-
setObject
-
setObject
-
setRef
-
setBlob
-
setBlob
-
setBlob
-
setBlob
-
setBlob
-
setBlob
-
setClob
-
setClob
-
setClob
-
setClob
-
setClob
-
setClob
-
setArray
-
setDate
-
setDate
-
setDate
-
setTime
-
setTime
-
setTime
-
setTimestamp
-
setTimestamp
-
clearParameters
-
execute
-
addRowSetListener
-
removeRowSetListener
-
setSQLXML
-
setSQLXML
-
setRowId
-
setRowId
-
setNString
-
setNString
-
setNCharacterStream
-
setNCharacterStream
-
setNCharacterStream
-
setNClob
-
setNClob
-
setNClob
-
setNClob
-
setNClob
-
setNClob
-
setURL
-