| java.lang.Object org.apache.derby.client.am.ResultSet
All known Subclasses: org.apache.derby.client.net.NetResultSet,
Constructor Summary | |
protected | ResultSet(Agent agent, Statement statement, Cursor cursor, int resultSetType, int resultSetConcurrency, int resultSetHoldability) |
Method Summary | |
public boolean | absolute(int row) | public boolean | absoluteX(int row) | public void | accumulateWarning(SqlWarning e) | public void | afterLast() | public void | beforeFirst() | public void | cancelRowUpdates() | final protected void | checkAndThrowReceivedQueryTerminatingException() | final protected void | checkForClosedResultSet() | final void | checkForValidColumnIndex(int column) | final public void | clearWarnings() Clear all warnings on this ResultSet and make
subsequent calls to getWarnings() return
null until a new warning is reported. | final public void | clearWarningsX() | public void | close() | final public void | closeX() | public void | completeLocalCommit(java.util.Iterator listenerIterator) | public void | completeLocalRollback(java.util.Iterator listenerIterator) | public int | completeSqlca(Sqlca sqlca) | protected void | delete() | public void | deleteRow() | public void | earlyCloseComplete(Sqlca sqlca) | public void | expandRowsetSqlca() | final public int | findColumn(String columnName) | public boolean | first() | void | flowCloseAndAutoCommitIfNotAutoCommitted() | public void | flowFetch() | public void | flowPositioningFetch(int scrollOrientation, int rowToFetch) | public java.sql.Array | getArray(int column) | final public java.sql.Array | getArray(String columnName) | public java.io.InputStream | getAsciiStream(int column) | final public java.io.InputStream | getAsciiStream(String columnName) | public java.math.BigDecimal | getBigDecimal(int column, int scale) | public java.math.BigDecimal | getBigDecimal(int column) | final public java.math.BigDecimal | getBigDecimal(String columnName, int scale) | final public java.math.BigDecimal | getBigDecimal(String columnName) | public java.io.InputStream | getBinaryStream(int column) | final public java.io.InputStream | getBinaryStream(String columnName) | public java.sql.Blob | getBlob(int column) | final public java.sql.Blob | getBlob(String columnName) | public boolean | getBoolean(int column) | final public boolean | getBoolean(String columnName) | public byte | getByte(int column) | final public byte | getByte(String columnName) | public byte[] | getBytes(int column) | final public byte[] | getBytes(String columnName) | public java.io.Reader | getCharacterStream(int column) | final public java.io.Reader | getCharacterStream(String columnName) | public java.sql.Clob | getClob(int column) | final public java.sql.Clob | getClob(String columnName) | public int | getConcurrency() | public ConnectionCallbackInterface | getConnectionCallbackInterface() | public String | getCursorName() | public java.sql.Date | getDate(int column) | public java.sql.Date | getDate(int column, java.util.Calendar calendar) | final public java.sql.Date | getDate(String columnName) | final public java.sql.Date | getDate(String columnName, java.util.Calendar cal) | public double | getDouble(int column) | final public double | getDouble(String columnName) | public int | getFetchDirection() | public int | getFetchSize() | public float | getFloat(int column) | final public float | getFloat(String columnName) | final public int | getHoldability() Retrieves the holdability for this ResultSet
object. | public int | getInt(int column) | final public int | getInt(String columnName) | public long | getLong(int column) | final public long | getLong(String columnName) | public java.sql.ResultSetMetaData | getMetaData() | ColumnMetaData | getMetaDataX() | public Object | getObject(int column) | public Object | getObject(int column, java.util.Map map) | final public Object | getObject(String columnName) | final public Object | getObject(String columnName, java.util.Map map) | Object | getObjectX(int column) | public byte | getRSReturnability() | public java.sql.Ref | getRef(int column) | final public java.sql.Ref | getRef(String columnName) | public int | getRow() | protected void | getRowCount() | public short | getShort(int column) | final public short | getShort(String columnName) | public java.sql.Statement | getStatement() Retrieves the Statement object that produced this
object, or null if the ResultSet was
not produced by a Statement object. | public StatementCallbackInterface | getStatementCallbackInterface() | public String | getString(int column) | final public String | getString(String columnName) | public java.sql.Time | getTime(int column) | public java.sql.Time | getTime(int column, java.util.Calendar calendar) | final public java.sql.Time | getTime(String columnName) | final public java.sql.Time | getTime(String columnName, java.util.Calendar cal) | public java.sql.Timestamp | getTimestamp(int column) | public java.sql.Timestamp | getTimestamp(int column, java.util.Calendar calendar) | final public java.sql.Timestamp | getTimestamp(String columnName) | final public java.sql.Timestamp | getTimestamp(String columnName, java.util.Calendar cal) | public int | getType() | public java.net.URL | getURL(int columnIndex) | public java.net.URL | getURL(String columnName) | public java.io.InputStream | getUnicodeStream(int column) Retrieve the value of the specified column as a stream of two-byte
Unicode characters. | final public java.io.InputStream | getUnicodeStream(String columnName) | final public java.sql.SQLWarning | getWarnings() Returns the first SQLWarning reported on this
ResultSet object, or null if there
are no warnings. | protected void | insert() | public void | insertRow() | public boolean | isAfterLast() | public boolean | isBeforeFirst() | final public boolean | isClosed() Checks whether this ResultSet object has been
closed, either automatically or because close()
has been called. | public boolean | isFirst() | public boolean | isLast() | public boolean | last() | public void | listenToUnitOfWork() | void | markAutoCommitted() | void | markClosed() Mark this ResultSet as closed. | void | markClosed(boolean removeListener) Mark this ResultSet as closed. | public void | markClosedOnServer() Mark this ResultSet as closed on the server. | protected void | moveToAfterLast() | protected void | moveToBeforeFirst() | public void | moveToCurrentRow() | public void | moveToInsertRow() | final public boolean | next() | boolean | nextX() | public void | nullDataForGC() | abstract protected void | parseRowset_() | public void | parseScrollableRowset() | protected void | positionToCurrentRowAndDelete() | protected void | positionToCurrentRowAndUpdate() | abstract protected void | preClose_() Method that is invoked by closeX() before the
result set is actually being closed. | public boolean | previous() | void | readClose() | abstract public void | readCursorClose_() | public void | readDeleteRow() | abstract public void | readFetch_() | public void | readInsertRow() | abstract public void | readPositioningFetch_() | abstract public void | readScrollableFetch_() | public void | readUpdateRow() | public void | refreshRow() | public boolean | relative(int rows) | public boolean | repositionScrollableResultSetBeforeJDBC1PositionedUpdateDelete() | protected boolean | rowCountIsKnown() | protected boolean | rowCountIsUnknown() | public boolean | rowDeleted() | public boolean | rowInserted() | public boolean | rowUpdated() | public void | setFetchDirection(int direction) | public void | setFetchSize(int rows) | abstract public void | setFetchSize_(int rows) | public void | setRSReturnability(byte rsReturnability) | public void | setRowCountEvent(long rowCount) | public void | setRowsetAfterLastEvent() | public void | setRowsetBeforeFirstEvent() | public void | setRowsetNoRowsEvent() | public void | setValidCursorPosition(boolean isValidCursorPosition) | protected void | update() | public void | updateArray(int columnIndex, java.sql.Array x) | public void | updateArray(String columnName, java.sql.Array x) | public void | updateAsciiStream(int column, java.io.InputStream x, int length) | public void | updateAsciiStream(String columnName, java.io.InputStream x, int length) | public void | updateAsciiStream(int columnIndex, InputStream x) Updates the designated column with an ascii stream value.
The data will be read from the stream as needed until end-of-stream is
reached.
The updater methods are used to update column values in the current row
or the insert row. | public void | updateAsciiStream(int columnIndex, InputStream x, long length) Update a column with an ascii stream value.
The updateXXX() methods are used to update column values in the current
row, or the insert row. | public void | updateAsciiStream(String columnName, InputStream x) Updates the designated column with an ascii stream value.
The data will be read from the stream as needed until end-of-stream is
reached.
The updater methods are used to update column values in the current row
or the insert row. | public void | updateAsciiStream(String columnName, InputStream x, long length) Update a column with an ascii stream value.
The updateXXX() methods are used to update column values in the current
row, or the insert row. | public void | updateBigDecimal(int column, java.math.BigDecimal x) | public void | updateBigDecimal(String columnName, java.math.BigDecimal x) | public void | updateBinaryStream(int column, java.io.InputStream x, int length) | public void | updateBinaryStream(String columnName, java.io.InputStream x, int length) | public void | updateBinaryStream(int columnIndex, InputStream x) Updates the designated column with a binary stream value.
The data will be read from the stream as needed until end-of-stream is
reached.
The updater methods are used to update column values in the current row
or the insert row. | public void | updateBinaryStream(int columnIndex, InputStream x, long length) Update a column with a binary stream value.
The updateXXX() methods are used to update column values in the current
row, or the insert row. | public void | updateBinaryStream(String columnLabel, InputStream x) Updates the designated column with a binary stream value.
The data will be read from the stream as needed until end-of-stream is
reached.
The updater methods are used to update column values in the current row
or the insert row. | public void | updateBinaryStream(String columnName, InputStream x, long length) Update a column with a binary stream value.
The updateXXX() methods are used to update column values in the current
row, or the insert row. | public void | updateBlob(int columnIndex, java.sql.Blob x) | public void | updateBlob(String columnName, java.sql.Blob x) | public void | updateBlob(int columnIndex, InputStream x) Updates the designated column using the given input stream.
The data will be read from the stream as needed until end-of-stream is
reached.
The updater methods are used to update column values in the current row
or the insert row. | public void | updateBlob(String columnLabel, InputStream x) Updates the designated column using the given input stream.
The data will be read from the stream as needed until end-of-stream is
reached.
The updater methods are used to update column values in the current row
or the insert row. | public void | updateBoolean(int column, boolean x) | public void | updateBoolean(String columnName, boolean x) | public void | updateByte(int column, byte x) | public void | updateByte(String columnName, byte x) | public void | updateBytes(int column, byte x) | public void | updateBytes(String columnName, byte x) | public void | updateCharacterStream(int column, java.io.Reader x, int length) | public void | updateCharacterStream(String columnName, java.io.Reader x, int length) | public void | updateCharacterStream(int columnIndex, Reader reader) Updates the designated column with a character stream value.
The data will be read from the stream as needed until end-of-stream is
reached.
The updater methods are used to update column values in the current row
or the insert row. | public void | updateCharacterStream(int columnIndex, Reader x, long length) Update a column with a character stream value.
The updateXXX() methods are used to update column values in the current
row, or the insert row. | public void | updateCharacterStream(String columnLabel, Reader reader) Updates the designated column with a character stream value.
The data will be read from the stream as needed until end-of-stream is
reached.
The updater methods are used to update column values in the current row
or the insert row. | public void | updateCharacterStream(String columnName, Reader reader, long length) Update a column with a character stream value.
The updateXXX() methods are used to update column values in the current
row, or the insert row. | public void | updateClob(int columnIndex, java.sql.Clob x) | public void | updateClob(String columnName, java.sql.Clob x) | public void | updateClob(int columnIndex, Reader reader) Updates the designated column using the given Reader
object. | public void | updateClob(String columnLabel, Reader reader) Updates the designated column using the given Reader
object. | protected void | updateColumnInfoFromCache() | public void | updateDate(int column, java.sql.Date x) | public void | updateDate(String columnName, java.sql.Date x) | public void | updateDouble(int column, double x) | public void | updateDouble(String columnName, double x) | public void | updateFloat(int column, float x) | public void | updateFloat(String columnName, float x) | public void | updateInt(int column, int x) | public void | updateInt(String columnName, int x) | public void | updateLong(int column, long x) | public void | updateLong(String columnName, long x) | public void | updateNCharacterStream(int columnIndex, Reader x) | public void | updateNCharacterStream(String columnName, Reader x) | public void | updateNClob(int columnIndex, Reader reader) | public void | updateNClob(String columnName, Reader reader) | public void | updateNull(int column) | public void | updateNull(String columnName) | public void | updateObject(int column, Object x, int scale) | public void | updateObject(int column, Object x) | public void | updateObject(String columnName, Object x, int scale) | public void | updateObject(String columnName, Object x) | public void | updateRef(int columnIndex, java.sql.Ref x) | public void | updateRef(String columnName, java.sql.Ref x) | public void | updateRow() | public void | updateShort(int column, short x) | public void | updateShort(String columnName, short x) | public void | updateString(int column, String x) | public void | updateString(String columnName, String x) | public void | updateTime(int column, java.sql.Time x) | public void | updateTime(String columnName, java.sql.Time x) | public void | updateTimestamp(int column, java.sql.Timestamp x) | public void | updateTimestamp(String columnName, java.sql.Timestamp x) | void | useStream(int columnIndex) | public boolean | wasNull() | void | writeClose() | abstract public void | writeCursorClose_(Section section) | public void | writeDeleteRow() | abstract public void | writeFetch_(Section section) | public void | writeInsertRow(boolean chainedWritesFollowingSetLob) | abstract public void | writePositioningFetch_(Section section, int orientation, long rowToFetch) | abstract public void | writeScrollableFetch_(Section section, int fetchSize, int orientation, long rowToFetch, boolean resetQueryBlocks) | public void | writeUpdateRow(boolean chainedWritesFollowingSetLob) |
ABSOLUTE_ROWSET | final public static int ABSOLUTE_ROWSET(Code) | | |
DDM_RETURN_CALLER | final public static byte DDM_RETURN_CALLER(Code) | | |
DDM_RETURN_CLIENT | final public static byte DDM_RETURN_CLIENT(Code) | | |
FIRST_ROWSET | final public static int FIRST_ROWSET(Code) | | |
LAST_ROWSET | final public static int LAST_ROWSET(Code) | | |
NEXT_ROWSET | final public static int NEXT_ROWSET(Code) | | |
PREVIOUS_ROWSET | final public static int PREVIOUS_ROWSET(Code) | | |
REFRESH_ROWSET | final public static int REFRESH_ROWSET(Code) | | |
RELATIVE_ROWSET | final public static int RELATIVE_ROWSET(Code) | | |
absolutePosition_ | protected long absolutePosition_(Code) | | |
absoluteRowNumberForTheIntendedRow_ | protected long absoluteRowNumberForTheIntendedRow_(Code) | | |
autoCommitted_ | boolean autoCommitted_(Code) | | |
currentRowInRowset_ | protected long currentRowInRowset_(Code) | | |
cursorHold_ | public boolean cursorHold_(Code) | | |
cursorUnpositionedOnServer_ | public boolean cursorUnpositionedOnServer_(Code) | | |
fetchDirection_ | public int fetchDirection_(Code) | | |
fetchSize_ | public int fetchSize_(Code) | | |
firstRowInRowset_ | protected long firstRowInRowset_(Code) | | |
isAfterLast_ | public boolean isAfterLast_(Code) | | |
isBeforeFirst_ | public boolean isBeforeFirst_(Code) | | |
isFirst_ | public boolean isFirst_(Code) | | |
isLast_ | public boolean isLast_(Code) | | |
isOnCurrentRow_ | protected boolean isOnCurrentRow_(Code) | | |
isRowsetCursor_ | public boolean isRowsetCursor_(Code) | | |
isValidCursorPosition_ | public boolean isValidCursorPosition_(Code) | | |
lastRowInRowset_ | protected long lastRowInRowset_(Code) | | |
listenToUnitOfWork_ | boolean listenToUnitOfWork_(Code) | | |
nestingLevel_ | public int nestingLevel_(Code) | | |
openOnClient_ | boolean openOnClient_(Code) | | |
openOnServer_ | public boolean openOnServer_(Code) | | |
queryInstanceIdentifier_ | public long queryInstanceIdentifier_(Code) | | |
queryTerminatingSqlca_ | public Sqlca queryTerminatingSqlca_(Code) | | |
resultSetConcurrency_ | public int resultSetConcurrency_(Code) | | |
resultSetHoldability_ | public int resultSetHoldability_(Code) | | |
resultSetType_ | public int resultSetType_(Code) | | |
rowCount_ | public long rowCount_(Code) | | |
rowsReceivedInCurrentRowset_ | public int rowsReceivedInCurrentRowset_(Code) | | |
rowsYetToBeReceivedForRowset_ | public int rowsYetToBeReceivedForRowset_(Code) | | |
rowsetContainsLastRow_ | public boolean rowsetContainsLastRow_(Code) | | |
rsReturnability_ | protected byte rsReturnability_(Code) | | |
scrollOrientation_absolute__ | final public static int scrollOrientation_absolute__(Code) | | |
scrollOrientation_after__ | final public static int scrollOrientation_after__(Code) | | |
scrollOrientation_before__ | final public static int scrollOrientation_before__(Code) | | |
scrollOrientation_current__ | final public static int scrollOrientation_current__(Code) | | |
scrollOrientation_first__ | final public static int scrollOrientation_first__(Code) | | |
scrollOrientation_last__ | final public static int scrollOrientation_last__(Code) | | |
scrollOrientation_next__ | final public static int scrollOrientation_next__(Code) | | |
scrollOrientation_prior__ | final public static int scrollOrientation_prior__(Code) | | |
scrollOrientation_relative__ | final public static int scrollOrientation_relative__(Code) | | |
scrollable_ | public boolean scrollable_(Code) | | |
sensitivity_ | public int sensitivity_(Code) | | |
sensitivity_insensitive__ | final public static int sensitivity_insensitive__(Code) | | |
sensitivity_sensitive_dynamic__ | final public static int sensitivity_sensitive_dynamic__(Code) | | |
sensitivity_sensitive_static__ | final public static int sensitivity_sensitive_static__(Code) | | |
sensitivity_unknown__ | final public static int sensitivity_unknown__(Code) | | |
suggestedFetchSize_ | protected int suggestedFetchSize_(Code) | | |
updatability_delete__ | final public static int updatability_delete__(Code) | | |
updatability_readOnly__ | final public static int updatability_readOnly__(Code) | | |
updatability_unknown__ | final public static int updatability_unknown__(Code) | | |
updatability_update__ | final public static int updatability_update__(Code) | | |
ResultSet | protected ResultSet(Agent agent, Statement statement, Cursor cursor, int resultSetType, int resultSetConcurrency, int resultSetHoldability)(Code) | | |
absolute | public boolean absolute(int row) throws SQLException(Code) | | |
afterLast | public void afterLast() throws SQLException(Code) | | |
beforeFirst | public void beforeFirst() throws SQLException(Code) | | |
cancelRowUpdates | public void cancelRowUpdates() throws SQLException(Code) | | |
checkAndThrowReceivedQueryTerminatingException | final protected void checkAndThrowReceivedQueryTerminatingException() throws SqlException(Code) | | |
checkForClosedResultSet | final protected void checkForClosedResultSet() throws SqlException(Code) | | |
checkForValidColumnIndex | final void checkForValidColumnIndex(int column) throws SqlException(Code) | | |
clearWarnings | final public void clearWarnings() throws SQLException(Code) | | Clear all warnings on this ResultSet and make
subsequent calls to getWarnings() return
null until a new warning is reported.
exception: SQLException - if a database error occurs or theresult set is closed |
clearWarningsX | final public void clearWarningsX()(Code) | | |
close | public void close() throws SQLException(Code) | | |
completeSqlca | public int completeSqlca(Sqlca sqlca)(Code) | | |
earlyCloseComplete | public void earlyCloseComplete(Sqlca sqlca)(Code) | | |
expandRowsetSqlca | public void expandRowsetSqlca()(Code) | | |
findColumn | final public int findColumn(String columnName) throws SQLException(Code) | | |
first | public boolean first() throws SQLException(Code) | | |
flowCloseAndAutoCommitIfNotAutoCommitted | void flowCloseAndAutoCommitIfNotAutoCommitted() throws SqlException(Code) | | |
getBoolean | public boolean getBoolean(int column) throws SQLException(Code) | | |
getBoolean | final public boolean getBoolean(String columnName) throws SQLException(Code) | | |
getByte | public byte getByte(int column) throws SQLException(Code) | | |
getByte | final public byte getByte(String columnName) throws SQLException(Code) | | |
getBytes | public byte[] getBytes(int column) throws SQLException(Code) | | |
getBytes | final public byte[] getBytes(String columnName) throws SQLException(Code) | | |
getConcurrency | public int getConcurrency() throws SQLException(Code) | | |
getCursorName | public String getCursorName() throws SQLException(Code) | | |
getDouble | public double getDouble(int column) throws SQLException(Code) | | |
getDouble | final public double getDouble(String columnName) throws SQLException(Code) | | |
getFetchDirection | public int getFetchDirection() throws SQLException(Code) | | |
getFetchSize | public int getFetchSize() throws SQLException(Code) | | |
getFloat | public float getFloat(int column) throws SQLException(Code) | | |
getFloat | final public float getFloat(String columnName) throws SQLException(Code) | | |
getHoldability | final public int getHoldability() throws SQLException(Code) | | Retrieves the holdability for this ResultSet
object.
either ResultSet.HOLD_CURSORS_OVER_COMMIT or ResultSet.CLOSE_CURSORS_AT_COMMIT exception: SQLException - if a database error occurs |
getInt | public int getInt(int column) throws SQLException(Code) | | |
getInt | final public int getInt(String columnName) throws SQLException(Code) | | |
getLong | public long getLong(int column) throws SQLException(Code) | | |
getLong | final public long getLong(String columnName) throws SQLException(Code) | | |
getObject | public Object getObject(int column) throws SQLException(Code) | | |
getRSReturnability | public byte getRSReturnability()(Code) | | |
getRow | public int getRow() throws SQLException(Code) | | |
getShort | public short getShort(int column) throws SQLException(Code) | | |
getShort | final public short getShort(String columnName) throws SQLException(Code) | | |
getStatement | public java.sql.Statement getStatement() throws SQLException(Code) | | Retrieves the Statement object that produced this
object, or null if the ResultSet was
not produced by a Statement object.
the Statement that produced this object ornull exception: SQLException - if a database error occurs or theresult set is closed |
getString | public String getString(int column) throws SQLException(Code) | | |
getType | public int getType() throws SQLException(Code) | | |
getUnicodeStream | public java.io.InputStream getUnicodeStream(int column) throws SQLException(Code) | | Retrieve the value of the specified column as a stream of two-byte
Unicode characters. Deprecated in JDBC 2.0 and this method will just
throw a feature not implemented exception.
Parameters: column - the column to retrieve as a Unicode stream exception: SQLException - throws feature not implemented |
getWarnings | final public java.sql.SQLWarning getWarnings() throws SQLException(Code) | | Returns the first SQLWarning reported on this
ResultSet object, or null if there
are no warnings. Subsequent warnings are chained on the
returned object.
the first SQLWarning in the chain, ornull if no warnings are reported exception: SQLException - if a database error occurs or theresult set is closed |
insertRow | public void insertRow() throws SQLException(Code) | | |
isAfterLast | public boolean isAfterLast() throws SQLException(Code) | | |
isBeforeFirst | public boolean isBeforeFirst() throws SQLException(Code) | | |
isClosed | final public boolean isClosed() throws SQLException(Code) | | Checks whether this ResultSet object has been
closed, either automatically or because close()
has been called.
true if the ResultSet isclosed, false otherwise exception: SQLException - if a database error occurs |
isFirst | public boolean isFirst() throws SQLException(Code) | | |
isLast | public boolean isLast() throws SQLException(Code) | | |
last | public boolean last() throws SQLException(Code) | | |
listenToUnitOfWork | public void listenToUnitOfWork()(Code) | | |
markAutoCommitted | void markAutoCommitted()(Code) | | |
markClosed | void markClosed()(Code) | | Mark this ResultSet as closed. The ResultSet will not be
removed from the commit and rollback listeners list in
org.apache.derby.client.am.Connection .
|
markClosed | void markClosed(boolean removeListener)(Code) | | Mark this ResultSet as closed.
Parameters: removeListener - if true the ResultSet will be removedfrom the commit and rollback listeners list inorg.apache.derby.client.am.Connection . |
markClosedOnServer | public void markClosedOnServer()(Code) | | Mark this ResultSet as closed on the server.
|
moveToCurrentRow | public void moveToCurrentRow() throws SQLException(Code) | | |
moveToInsertRow | public void moveToInsertRow() throws SQLException(Code) | | |
next | final public boolean next() throws SQLException(Code) | | |
nullDataForGC | public void nullDataForGC()(Code) | | |
positionToCurrentRowAndDelete | protected void positionToCurrentRowAndDelete() throws SqlException(Code) | | |
positionToCurrentRowAndUpdate | protected void positionToCurrentRowAndUpdate() throws SqlException(Code) | | |
preClose_ | abstract protected void preClose_() throws SqlException(Code) | | Method that is invoked by closeX() before the
result set is actually being closed. Subclasses may override
this method if work needs to be done before closing.
exception: SqlException - |
previous | public boolean previous() throws SQLException(Code) | | |
readPositioningFetch_ | abstract public void readPositioningFetch_() throws SqlException(Code) | | |
refreshRow | public void refreshRow() throws SQLException(Code) | | |
relative | public boolean relative(int rows) throws SQLException(Code) | | |
repositionScrollableResultSetBeforeJDBC1PositionedUpdateDelete | public boolean repositionScrollableResultSetBeforeJDBC1PositionedUpdateDelete() throws SqlException(Code) | | |
rowCountIsKnown | protected boolean rowCountIsKnown()(Code) | | |
rowCountIsUnknown | protected boolean rowCountIsUnknown()(Code) | | |
rowDeleted | public boolean rowDeleted() throws SQLException(Code) | | |
rowInserted | public boolean rowInserted() throws SQLException(Code) | | |
rowUpdated | public boolean rowUpdated() throws SQLException(Code) | | |
setFetchDirection | public void setFetchDirection(int direction) throws SQLException(Code) | | |
setFetchSize | public void setFetchSize(int rows) throws SQLException(Code) | | |
setFetchSize_ | abstract public void setFetchSize_(int rows)(Code) | | |
setRSReturnability | public void setRSReturnability(byte rsReturnability)(Code) | | |
setRowsetBeforeFirstEvent | public void setRowsetBeforeFirstEvent() throws SqlException(Code) | | |
setRowsetNoRowsEvent | public void setRowsetNoRowsEvent()(Code) | | |
setValidCursorPosition | public void setValidCursorPosition(boolean isValidCursorPosition)(Code) | | |
updateAsciiStream | public void updateAsciiStream(int columnIndex, InputStream x) throws SQLException(Code) | | Updates the designated column with an ascii stream value.
The data will be read from the stream as needed until end-of-stream is
reached.
The updater methods are used to update column values in the current row
or the insert row. The updater methods do not update the underlying
database; instead the updateRow or insertRow
methods are called to update the database.
Parameters: columnIndex - the first column is 1, the second is 2, ... Parameters: x - the new column value throws: SQLException - if the columnIndex is not valid; if a databaseaccess error occurs; the result set concurrency isCONCUR_READ_ONLY or this method is called on a closedresult set |
updateAsciiStream | public void updateAsciiStream(int columnIndex, InputStream x, long length) throws SQLException(Code) | | Update a column with an ascii stream value.
The updateXXX() methods are used to update column values in the current
row, or the insert row. The updateXXX() methods do not update the
underlying database, instead the updateRow() or insertRow() methods are
called to update the database.
Parameters: columnIndex - the first column is 1, the second is 2, ... Parameters: x - the new column value Parameters: length - the length of the stream exception: SQLException - if a database-access error occurs |
updateAsciiStream | public void updateAsciiStream(String columnName, InputStream x) throws SQLException(Code) | | Updates the designated column with an ascii stream value.
The data will be read from the stream as needed until end-of-stream is
reached.
The updater methods are used to update column values in the current row
or the insert row. The updater methods do not update the underlying
database; instead the updateRow or insertRow
methods are called to update the database.
Parameters: columnName - the label for the column specified with the SQL ASclause. If the SQL AS clause was not specified, then the label isthe name of the column Parameters: x - the new column value throws: SQLException - if the columnLabel is not valid; if a databaseaccess error occurs; the result set concurrency isCONCUR_READ_ONLY or this method is called on a closedresult set |
updateAsciiStream | public void updateAsciiStream(String columnName, InputStream x, long length) throws SQLException(Code) | | Update a column with an ascii stream value.
The updateXXX() methods are used to update column values in the current
row, or the insert row. The updateXXX() methods do not update the
underlying database, instead the updateRow() or insertRow() methods are
called to update the database.
Parameters: columnName - the name of the column Parameters: x - the new column value Parameters: length - of the stream exception: SQLException - if a database-access error occurs |
updateBinaryStream | public void updateBinaryStream(int columnIndex, InputStream x) throws SQLException(Code) | | Updates the designated column with a binary stream value.
The data will be read from the stream as needed until end-of-stream is
reached.
The updater methods are used to update column values in the current row
or the insert row. The updater methods do not update the underlying
database; instead the updateRow or insertRow
methods are called to update the database.
Parameters: columnIndex - the first column is 1, the second is 2, ... Parameters: x - the new column value throws: SQLException - if the columnIndex is not valid; if a databaseaccess error occurs; the result set concurrency isCONCUR_READ_ONLY or this method is called on a closedresult set |
updateBinaryStream | public void updateBinaryStream(int columnIndex, InputStream x, long length) throws SQLException(Code) | | Update a column with a binary stream value.
The updateXXX() methods are used to update column values in the current
row, or the insert row. The updateXXX() methods do not update the
underlying database, instead the updateRow() or insertRow() methods are
called to update the database.
Parameters: columnIndex - the first column is 1, the second is 2, ... Parameters: x - the new column value Parameters: length - the length of the stream exception: SQLException - if a database-access error occurs |
updateBinaryStream | public void updateBinaryStream(String columnLabel, InputStream x) throws SQLException(Code) | | Updates the designated column with a binary stream value.
The data will be read from the stream as needed until end-of-stream is
reached.
The updater methods are used to update column values in the current row
or the insert row. The updater methods do not update the underlying
database; instead the updateRow or insertRow
methods are called to update the database.
Parameters: columnLabel - the label for the column specified with the SQL ASclause. If the SQL AS clause was not specified, then the label isthe name of the column Parameters: x - the new column value throws: SQLException - if the columnLabel is not valid; if a databaseaccess error occurs; the result set concurrency isCONCUR_READ_ONLY or this method is called on a closedresult set |
updateBinaryStream | public void updateBinaryStream(String columnName, InputStream x, long length) throws SQLException(Code) | | Update a column with a binary stream value.
The updateXXX() methods are used to update column values in the current
row, or the insert row. The updateXXX() methods do not update the
underlying database, instead the updateRow() or insertRow() methods are
called to update the database.
Parameters: columnName - the name of the column Parameters: x - the new column value Parameters: length - of the stream exception: SQLException - if a database-access error occurs |
updateBlob | public void updateBlob(int columnIndex, InputStream x) throws SQLException(Code) | | Updates the designated column using the given input stream.
The data will be read from the stream as needed until end-of-stream is
reached.
The updater methods are used to update column values in the current row
or the insert row. The updater methods do not update the underlying
database; instead the updateRow or insertRow
methods are called to update the database.
Parameters: columnIndex - the first column is 1, the second is 2, ... Parameters: x - the new column value throws: SQLException - if the columnIndex is not valid; if a databaseaccess error occurs; the result set concurrency isCONCUR_READ_ONLY or this method is called on a closedresult set |
updateBlob | public void updateBlob(String columnLabel, InputStream x) throws SQLException(Code) | | Updates the designated column using the given input stream.
The data will be read from the stream as needed until end-of-stream is
reached.
The updater methods are used to update column values in the current row
or the insert row. The updater methods do not update the underlying
database; instead the updateRow or insertRow
methods are called to update the database.
Parameters: columnLabel - the label for the column specified with the SQL ASclause. If the SQL AS clause was not specified, then the label isthe name of the column Parameters: x - the new column value throws: SQLException - if the columnLabel is not valid; if a databaseaccess error occurs; the result set concurrency isCONCUR_READ_ONLY or this method is called on a closedresult set |
updateBoolean | public void updateBoolean(int column, boolean x) throws SQLException(Code) | | |
updateBoolean | public void updateBoolean(String columnName, boolean x) throws SQLException(Code) | | |
updateByte | public void updateByte(int column, byte x) throws SQLException(Code) | | |
updateByte | public void updateByte(String columnName, byte x) throws SQLException(Code) | | |
updateBytes | public void updateBytes(int column, byte x) throws SQLException(Code) | | |
updateBytes | public void updateBytes(String columnName, byte x) throws SQLException(Code) | | |
updateCharacterStream | public void updateCharacterStream(int column, java.io.Reader x, int length) throws SQLException(Code) | | |
updateCharacterStream | public void updateCharacterStream(int columnIndex, Reader reader) throws SQLException(Code) | | Updates the designated column with a character stream value.
The data will be read from the stream as needed until end-of-stream is
reached.
The updater methods are used to update column values in the current row
or the insert row. The updater methods do not update the underlying
database; instead the updateRow or insertRow
methods are called to update the database.
Parameters: columnIndex - the first column is 1, the second is 2, ... Parameters: reader - the new column value throws: SQLException - if the columnLabel is not valid; if a databaseaccess error occurs; the result set concurrency isCONCUR_READ_ONLY or this method is called on a closedresult set |
updateCharacterStream | public void updateCharacterStream(int columnIndex, Reader x, long length) throws SQLException(Code) | | Update a column with a character stream value.
The updateXXX() methods are used to update column values in the current
row, or the insert row. The updateXXX() methods do not update the
underlying database, instead the updateRow() or insertRow() methods are
called to update the database.
Parameters: columnIndex - the first column is 1, the second is 2, ... Parameters: x - the new column value Parameters: length - the length of the stream exception: SQLException - if a database-access error occurs |
updateCharacterStream | public void updateCharacterStream(String columnLabel, Reader reader) throws SQLException(Code) | | Updates the designated column with a character stream value.
The data will be read from the stream as needed until end-of-stream is
reached.
The updater methods are used to update column values in the current row
or the insert row. The updater methods do not update the underlying
database; instead the updateRow or insertRow
methods are called to update the database.
Parameters: columnLabel - the label for the column specified with the SQL ASclause. If the SQL AS clause was not specified, then the label isthe name of the column Parameters: reader - the new column value throws: SQLException - if the columnLabel is not valid; if a databaseaccess error occurs; the result set concurrency isCONCUR_READ_ONLY or this method is called on a closedresult set |
updateCharacterStream | public void updateCharacterStream(String columnName, Reader reader, long length) throws SQLException(Code) | | Update a column with a character stream value.
The updateXXX() methods are used to update column values in the current
row, or the insert row. The updateXXX() methods do not update the
underlying database, instead the updateRow() or insertRow() methods are
called to update the database.
Parameters: columnName - the name of the column Parameters: reader - the new column value Parameters: length - length of the stream exception: SQLException - if a database-access error occurs |
updateClob | public void updateClob(int columnIndex, Reader reader) throws SQLException(Code) | | Updates the designated column using the given Reader
object.
The data will be read from the stream as needed until end-of-stream is
reached. The JDBC driver will do any necessary conversion from UNICODE
to the database char format.
The updater methods are used to update column values in the current row
or the insert row. The updater methods do not update the underlying
database; instead the updateRow or insertRow
methods are called to update the database.
Parameters: columnIndex - the first column is 1, the second is 2, ... Parameters: reader - an object that contains the data to set the parametervalue to. throws: SQLException - if the columnIndex is not valid; if a databaseaccess error occurs; the result set concurrency isCONCUR_READ_ONLY or this method is called on a closedresult set |
updateClob | public void updateClob(String columnLabel, Reader reader) throws SQLException(Code) | | Updates the designated column using the given Reader
object.
The data will be read from the stream as needed until end-of-stream is
reached. The JDBC driver will do any necessary conversion from UNICODE
to the database char format.
The updater methods are used to update column values in the current row
or the insert row. The updater methods do not update the underlying
database; instead the updateRow or insertRow
methods are called to update the database.
Parameters: columnLabel - the label for the column specified with the SQL ASclause. If the SQL AS clause was not specified, then the label isthe name of the column Parameters: reader - an object that contains the data to set the parametervalue to. throws: SQLException - if the columnIndex is not valid; if a databaseaccess error occurs; the result set concurrency isCONCUR_READ_ONLY or this method is called on a closedresult set |
updateColumnInfoFromCache | protected void updateColumnInfoFromCache()(Code) | | |
updateDouble | public void updateDouble(int column, double x) throws SQLException(Code) | | |
updateDouble | public void updateDouble(String columnName, double x) throws SQLException(Code) | | |
updateFloat | public void updateFloat(int column, float x) throws SQLException(Code) | | |
updateFloat | public void updateFloat(String columnName, float x) throws SQLException(Code) | | |
updateInt | public void updateInt(int column, int x) throws SQLException(Code) | | |
updateInt | public void updateInt(String columnName, int x) throws SQLException(Code) | | |
updateLong | public void updateLong(int column, long x) throws SQLException(Code) | | |
updateLong | public void updateLong(String columnName, long x) throws SQLException(Code) | | |
updateNCharacterStream | public void updateNCharacterStream(int columnIndex, Reader x) throws SQLException(Code) | | |
updateNCharacterStream | public void updateNCharacterStream(String columnName, Reader x) throws SQLException(Code) | | |
updateNClob | public void updateNClob(int columnIndex, Reader reader) throws SQLException(Code) | | |
updateNClob | public void updateNClob(String columnName, Reader reader) throws SQLException(Code) | | |
updateNull | public void updateNull(int column) throws SQLException(Code) | | |
updateNull | public void updateNull(String columnName) throws SQLException(Code) | | |
updateObject | public void updateObject(int column, Object x, int scale) throws SQLException(Code) | | |
updateObject | public void updateObject(int column, Object x) throws SQLException(Code) | | |
updateObject | public void updateObject(String columnName, Object x, int scale) throws SQLException(Code) | | |
updateObject | public void updateObject(String columnName, Object x) throws SQLException(Code) | | |
updateShort | public void updateShort(int column, short x) throws SQLException(Code) | | |
updateShort | public void updateShort(String columnName, short x) throws SQLException(Code) | | |
updateString | public void updateString(int column, String x) throws SQLException(Code) | | |
updateString | public void updateString(String columnName, String x) throws SQLException(Code) | | |
wasNull | public boolean wasNull() throws SQLException(Code) | | |
writeDeleteRow | public void writeDeleteRow() throws SQLException(Code) | | |
writeInsertRow | public void writeInsertRow(boolean chainedWritesFollowingSetLob) throws SQLException(Code) | | |
writePositioningFetch_ | abstract public void writePositioningFetch_(Section section, int orientation, long rowToFetch) throws SqlException(Code) | | |
writeScrollableFetch_ | abstract public void writeScrollableFetch_(Section section, int fetchSize, int orientation, long rowToFetch, boolean resetQueryBlocks) throws SqlException(Code) | | |
writeUpdateRow | public void writeUpdateRow(boolean chainedWritesFollowingSetLob) throws SQLException(Code) | | |
|
|