|
Oracle® Database JDBC Java API Reference 11g Release 2 ("11.2.0.0.1-Beta-1") BETA E13995-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface OracleResultSet
A table of data representing a database result set, which is usually generated by executing a statement that queries the database.
| Nested Class Summary | |
|---|---|
static class |
OracleResultSet.AuthorizationIndicatoreXtensible Data Security (XDS) authorization indicator. |
| Field Summary | |
|---|---|
static int |
CLOSE_CURSORS_AT_COMMIT |
static int |
HOLD_CURSORS_OVER_COMMIT |
| Fields inherited from interface java.sql.ResultSet |
|---|
CONCUR_READ_ONLY, CONCUR_UPDATABLE, FETCH_FORWARD, FETCH_REVERSE, FETCH_UNKNOWN, TYPE_FORWARD_ONLY, TYPE_SCROLL_INSENSITIVE, TYPE_SCROLL_SENSITIVE |
| Method Summary | |
|---|---|
ARRAY |
getARRAY(int columnIndex)Oracle extension. |
ARRAY |
getARRAY(java.lang.String columnName)Oracle extension. |
OracleResultSet.AuthorizationIndicator |
getAuthorizationIndicator(int columnIndex)Retrieves the eXtensible Data Security (XDS) authorization indicator of the designated column in the current row of this OracleResultSet object. |
OracleResultSet.AuthorizationIndicator |
getAuthorizationIndicator(java.lang.String columnName)Retrieves the Column Security visibility attribute of the designated column in the current row of this ResultSet. |
BFILE |
getBfile(int columnIndex)Oracle extension. |
BFILE |
getBFILE(int columnIndex)Oracle extension. |
BFILE |
getBfile(java.lang.String columnName)Oracle extension. |
BFILE |
getBFILE(java.lang.String columnName)Oracle extension. |
BLOB |
getBLOB(int columnIndex)Oracle extension. |
BLOB |
getBLOB(java.lang.String columnName)Oracle extension. |
CHAR |
getCHAR(int columnIndex)Oracle extension. |
CHAR |
getCHAR(java.lang.String columnName)Oracle extension. |
CLOB |
getCLOB(int columnIndex)Oracle extension. |
CLOB |
getCLOB(java.lang.String columnName)Oracle extension. |
java.sql.ResultSet |
getCursor(int columnIndex)Oracle extension. |
java.sql.ResultSet |
getCursor(java.lang.String columnName)Oracle extension. |
CustomDatum |
getCustomDatum(int columnIndex, CustomDatumFactory factory)Deprecated. |
CustomDatum |
getCustomDatum(java.lang.String columnName, CustomDatumFactory factory)Deprecated. |
DATE |
getDATE(int columnIndex)Oracle extension. |
DATE |
getDATE(java.lang.String columnName)Oracle extension. |
INTERVALDS |
getINTERVALDS(int columnIndex)Obtain an oralce.sql.INTERVALDS value from the ResultSet. |
INTERVALDS |
getINTERVALDS(java.lang.String columnName)Obtain an oralce.sql.INTERVALDS value from the ResultSet. |
INTERVALYM |
getINTERVALYM(int columnIndex)Obtain an oralce.sql.INTERVALYM value from the ResultSet. |
INTERVALYM |
getINTERVALYM(java.lang.String columnName)Obtain an oralce.sql.INTERVALYM value from the ResultSet. |
NUMBER |
getNUMBER(int columnIndex)Oracle extension. |
NUMBER |
getNUMBER(java.lang.String columnName)Oracle extension. |
OPAQUE |
getOPAQUE(int columnIndex)Oracle extension. |
OPAQUE |
getOPAQUE(java.lang.String columnName)Oracle extension. |
Datum |
getOracleObject(int columnIndex)Oracle extension. |
Datum |
getOracleObject(java.lang.String columnName)Oracle extension. |
ORAData |
getORAData(int columnIndex, ORADataFactory factory)Oracle extension. |
ORAData |
getORAData(java.lang.String columnName, ORADataFactory factory)Oracle extension. |
RAW |
getRAW(int columnIndex)Oracle extension. |
RAW |
getRAW(java.lang.String columnName)Oracle extension. |
REF |
getREF(int columnIndex)Oracle extension. |
REF |
getREF(java.lang.String columnName)Oracle extension. |
ROWID |
getROWID(int columnIndex)Oracle extension. |
ROWID |
getROWID(java.lang.String columnName)Oracle extension. |
STRUCT |
getSTRUCT(int columnIndex)Oracle extension. |
STRUCT |
getSTRUCT(java.lang.String columnName)Oracle extension. |
TIMESTAMP |
getTIMESTAMP(int columnIndex)Obtain an oralce.sql.TIMESTAMP value from the ResultSet. |
TIMESTAMP |
getTIMESTAMP(java.lang.String columnName)Obtain an oralce.sql.TIMESTAMP value from the ResultSet. |
TIMESTAMPLTZ |
getTIMESTAMPLTZ(int columnIndex)Obtain an oralce.sql.TIMESTAMPLTZ value from the ResultSet. |
TIMESTAMPLTZ |
getTIMESTAMPLTZ(java.lang.String columnName)Obtain an oralce.sql.TIMESTAMPLTZ value from the ResultSet. |
TIMESTAMPTZ |
getTIMESTAMPTZ(int columnIndex)Obtain an oralce.sql.TIMESTAMPTZ value from the ResultSet. |
TIMESTAMPTZ |
getTIMESTAMPTZ(java.lang.String columnName)Obtain an oralce.sql.TIMESTAMPTZ value from the ResultSet. |
void |
updateARRAY(int columnIndex, ARRAY value)Oracle extension. |
void |
updateARRAY(java.lang.String columnName, ARRAY value)Oracle extension. |
void |
updateBfile(int columnIndex, BFILE value)Oracle extension. |
void |
updateBFILE(int columnIndex, BFILE value)Oracle extension. |
void |
updateBfile(java.lang.String columnName, BFILE value)Oracle extension. |
void |
updateBFILE(java.lang.String columnName, BFILE value)Oracle extension. |
void |
updateBLOB(int columnIndex, BLOB value)Oracle extension. |
void |
updateBLOB(java.lang.String columnName, BLOB value)Oracle extension. |
void |
updateCHAR(int columnIndex, CHAR value)Oracle extension. |
void |
updateCHAR(java.lang.String columnName, CHAR value)Oracle extension. |
void |
updateCLOB(int columnIndex, CLOB value)Oracle extension. |
void |
updateCLOB(java.lang.String columnName, CLOB value)Oracle extension. |
void |
updateCustomDatum(int columnIndex, CustomDatum value)Deprecated. |
void |
updateCustomDatum(java.lang.String columnName, CustomDatum value)Deprecated. |
void |
updateDATE(int columnIndex, DATE value)Oracle extension. |
void |
updateDATE(java.lang.String columnName, DATE value)Oracle extension. |
void |
updateINTERVALDS(int columnIndex, INTERVALDS value)Oracle extension. |
void |
updateINTERVALDS(java.lang.String columnName, INTERVALDS value)Oracle extension. |
void |
updateINTERVALYM(int columnIndex, INTERVALYM value)Oracle extension. |
void |
updateINTERVALYM(java.lang.String columnName, INTERVALYM value)Oracle extension. |
void |
updateNUMBER(int columnIndex, NUMBER value)Oracle extension. |
void |
updateNUMBER(java.lang.String columnName, NUMBER value)Oracle extension. |
void |
updateOracleObject(int columnIndex, Datum value)Oracle extension. |
void |
updateOracleObject(java.lang.String columnName, Datum value)Oracle extension. |
void |
updateORAData(int columnIndex, ORAData value)Oracle extension. |
void |
updateORAData(java.lang.String columnName, ORAData value)Oracle extension. |
void |
updateRAW(int columnIndex, RAW value)Oracle extension. |
void |
updateRAW(java.lang.String columnName, RAW value)Oracle extension. |
void |
updateREF(int columnIndex, REF value)Oracle extension. |
void |
updateREF(java.lang.String columnName, REF value)Oracle extension. |
void |
updateROWID(int columnIndex, ROWID value)Oracle extension. |
void |
updateROWID(java.lang.String columnName, ROWID value)Oracle extension. |
void |
updateSTRUCT(int columnIndex, STRUCT value)Oracle extension. |
void |
updateSTRUCT(java.lang.String columnName, STRUCT value)Oracle extension. |
void |
updateTIMESTAMP(int columnIndex, TIMESTAMP value)Oracle extension. |
void |
updateTIMESTAMP(java.lang.String columnName, TIMESTAMP value)Oracle extension. |
void |
updateTIMESTAMPLTZ(int columnIndex, TIMESTAMPLTZ value)Oracle extension. |
void |
updateTIMESTAMPLTZ(java.lang.String columnName, TIMESTAMPLTZ value)Oracle extension. |
void |
updateTIMESTAMPTZ(int columnIndex, TIMESTAMPTZ value)Oracle extension. |
void |
updateTIMESTAMPTZ(java.lang.String columnName, TIMESTAMPTZ value)Oracle extension. |
| Methods inherited from interface java.sql.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, 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, updateRef, updateRef, updateRow, updateRowId, updateRowId, updateShort, updateShort, updateSQLXML, updateSQLXML, updateString, updateString, updateTime, updateTime, updateTimestamp, updateTimestamp, wasNull |
| Methods inherited from interface java.sql.Wrapper |
|---|
isWrapperFor, unwrap |
| Field Detail |
|---|
static final int HOLD_CURSORS_OVER_COMMIT
static final int CLOSE_CURSORS_AT_COMMIT
| Method Detail |
|---|
ARRAY getARRAY(int columnIndex)
throws java.sql.SQLException
columnIndex - the first column is 1, the second is 2, ...java.sql.SQLException - if a database access error occurs.
ARRAY getARRAY(java.lang.String columnName)
throws java.sql.SQLException
columnName - the name of the columnjava.sql.SQLException - if a database access error occurs.
BFILE getBfile(int columnIndex)
throws java.sql.SQLException
columnIndex - the first column is 1, the second is 2, ...java.sql.SQLException - if a database access error occurs.
BFILE getBFILE(int columnIndex)
throws java.sql.SQLException
columnIndex - the first column is 1, the second is 2, ...java.sql.SQLException - if a database access error occurs.
BFILE getBfile(java.lang.String columnName)
throws java.sql.SQLException
columnName - the name of the columnjava.sql.SQLException - if a database access error occurs.
BFILE getBFILE(java.lang.String columnName)
throws java.sql.SQLException
columnName - the name of the columnjava.sql.SQLException - if a database access error occurs.
BLOB getBLOB(int columnIndex)
throws java.sql.SQLException
columnIndex - the first column is 1, the second is 2, ...java.sql.SQLException - if a database access error occurs.
BLOB getBLOB(java.lang.String columnName)
throws java.sql.SQLException
columnName - the name of the columnjava.sql.SQLException - if a database access error occurs.
CHAR getCHAR(int columnIndex)
throws java.sql.SQLException
columnIndex - the first column is 1, the second is 2, ...java.sql.SQLException - if a database access error occurs.
CHAR getCHAR(java.lang.String columnName)
throws java.sql.SQLException
columnName - the name of the columnjava.sql.SQLException - if a database access error occurs.
CLOB getCLOB(int columnIndex)
throws java.sql.SQLException
columnIndex - the first column is 1, the second is 2, ...java.sql.SQLException - if a database access error occurs.
CLOB getCLOB(java.lang.String columnName)
throws java.sql.SQLException
columnName - the name of the columnjava.sql.SQLException - if a database access error occurs.
OPAQUE getOPAQUE(int columnIndex)
throws java.sql.SQLException
columnIndex - the first column is 1, the second is 2, ...java.sql.SQLException - if a database access error occurs.
OPAQUE getOPAQUE(java.lang.String columnName)
throws java.sql.SQLException
columnName - the name of the columnjava.sql.SQLException - if a database access error occurs.
INTERVALYM getINTERVALYM(int columnIndex)
throws java.sql.SQLException
columnIndex - parameter number.java.sql.SQLException - if an error occurred.
INTERVALYM getINTERVALYM(java.lang.String columnName)
throws java.sql.SQLException
columnName - column name.java.sql.SQLException - if an error occurred.
INTERVALDS getINTERVALDS(int columnIndex)
throws java.sql.SQLException
columnIndex - parameter number.java.sql.SQLException - if an error occurred.
INTERVALDS getINTERVALDS(java.lang.String columnName)
throws java.sql.SQLException
columnName - column name.java.sql.SQLException - if an error occurred.
TIMESTAMP getTIMESTAMP(int columnIndex)
throws java.sql.SQLException
columnIndex - parameter number.java.sql.SQLException - if an error occurred.
TIMESTAMP getTIMESTAMP(java.lang.String columnName)
throws java.sql.SQLException
columnName - column name.java.sql.SQLException - if an error occurred.
TIMESTAMPTZ getTIMESTAMPTZ(int columnIndex)
throws java.sql.SQLException
columnIndex - parameter number.java.sql.SQLException - if an error occurred.
TIMESTAMPTZ getTIMESTAMPTZ(java.lang.String columnName)
throws java.sql.SQLException
columnName - column name.java.sql.SQLException - if an error occurred.
TIMESTAMPLTZ getTIMESTAMPLTZ(int columnIndex)
throws java.sql.SQLException
columnIndex - parameter number.java.sql.SQLException - if an error occurred.
TIMESTAMPLTZ getTIMESTAMPLTZ(java.lang.String columnName)
throws java.sql.SQLException
columnName - column name.java.sql.SQLException - if an error occurred.
java.sql.ResultSet getCursor(int columnIndex)
throws java.sql.SQLException
columnIndex - the first column is 1, the second is 2, ...java.sql.SQLException - if a database access error occurs
java.sql.ResultSet getCursor(java.lang.String columnName)
throws java.sql.SQLException
columnName - the name of the columnjava.sql.SQLException - if a database access error occurs
CustomDatum getCustomDatum(int columnIndex,
CustomDatumFactory factory)
throws java.sql.SQLException
columnIndex - the first column is 1, the second is 2, ...factory - CustomDatumFactory used to materialize the column valuejava.sql.SQLException - if a database access error occurs.
ORAData getORAData(int columnIndex,
ORADataFactory factory)
throws java.sql.SQLException
columnIndex - the first column is 1, the second is 2, ...factory - ORADataFactory used to materialize the column valuejava.sql.SQLException - if a database access error occurs.
CustomDatum getCustomDatum(java.lang.String columnName,
CustomDatumFactory factory)
throws java.sql.SQLException
columnName - the name of the columnfactory - CustomDatumFactory used to materialize the column valuejava.sql.SQLException - if a database access error occurs.
ORAData getORAData(java.lang.String columnName,
ORADataFactory factory)
throws java.sql.SQLException
columnName - the name of the columnfactory - ORADataFactory used to materialize the column valuejava.sql.SQLException - if a database access error occurs.
DATE getDATE(int columnIndex)
throws java.sql.SQLException
columnIndex - the first column is 1, the second is 2, ...java.sql.SQLException - if a database access error occurs.
DATE getDATE(java.lang.String columnName)
throws java.sql.SQLException
columnName - the name of the columnjava.sql.SQLException - if a database access error occurs.
NUMBER getNUMBER(int columnIndex)
throws java.sql.SQLException
columnIndex - the first column is 1, the second is 2, ...java.sql.SQLException - if a database access error occurs.
NUMBER getNUMBER(java.lang.String columnName)
throws java.sql.SQLException
columnName - the name of the columnjava.sql.SQLException - if a database access error occurs.
Datum getOracleObject(int columnIndex)
throws java.sql.SQLException
columnIndex - the first column is 1, the second is 2, ...java.sql.SQLException - if a database access error occurs.
Datum getOracleObject(java.lang.String columnName)
throws java.sql.SQLException
columnName - the name of the columnjava.sql.SQLException - if a database access error occurs.
RAW getRAW(int columnIndex)
throws java.sql.SQLException
columnIndex - the first column is 1, the second is 2, ...java.sql.SQLException - if a database access error occurs.
RAW getRAW(java.lang.String columnName)
throws java.sql.SQLException
columnName - the name of the columnjava.sql.SQLException - if a database access error occurs.
REF getREF(int columnIndex)
throws java.sql.SQLException
columnIndex - the first column is 1, the second is 2, ...java.sql.SQLException - if a database access error occurs.
REF getREF(java.lang.String columnName)
throws java.sql.SQLException
columnName - the name of the columnjava.sql.SQLException - if a database acc
ROWID getROWID(int columnIndex)
throws java.sql.SQLException
columnIndex - the first column is 1, the second is 2, ...java.sql.SQLException - if a database access error occurs.
ROWID getROWID(java.lang.String columnName)
throws java.sql.SQLException
columnName - the name of the columnjava.sql.SQLException - if a database access error occurs.
STRUCT getSTRUCT(int columnIndex)
throws java.sql.SQLException
columnIndex - the first column is 1, the second is 2, ...java.sql.SQLException - if a database access error occurs.getORAData
STRUCT getSTRUCT(java.lang.String columnName)
throws java.sql.SQLException
columnName - the name of the columnjava.sql.SQLException - if a database access error occurs.getORAData
void updateARRAY(int columnIndex,
ARRAY value)
throws java.sql.SQLException
columnIndex - the first column is 1, the second is 2, ...value - the new column valuejava.sql.SQLException - if a database access error occurs
void updateARRAY(java.lang.String columnName,
ARRAY value)
throws java.sql.SQLException
columnName - is the SQL name of the columnvalue - the new column valuejava.sql.SQLException - if a database access error occurs
void updateBfile(int columnIndex,
BFILE value)
throws java.sql.SQLException
columnIndex - the first column is 1, the second is 2, ...value - the new column valuejava.sql.SQLException - if a database access error occurs
void updateBFILE(int columnIndex,
BFILE value)
throws java.sql.SQLException
columnIndex - the first column is 1, the second is 2, ...value - the new column valuejava.sql.SQLException - if a database access error occurs
void updateBfile(java.lang.String columnName,
BFILE value)
throws java.sql.SQLException
columnName - is the SQL name of the columnvalue - the new column valuejava.sql.SQLException - if a database access error occurs
void updateBFILE(java.lang.String columnName,
BFILE value)
throws java.sql.SQLException
columnName - is the SQL name of the columnvalue - the new column valuejava.sql.SQLException - if a database access error occurs
void updateBLOB(int columnIndex,
BLOB value)
throws java.sql.SQLException
columnIndex - the first column is 1, the second is 2, ...value - the new column valuejava.sql.SQLException - if a database access error occurs
void updateBLOB(java.lang.String columnName,
BLOB value)
throws java.sql.SQLException
columnName - is the SQL name of the columnvalue - the new column valuejava.sql.SQLException - if a database access error occurs
void updateCHAR(int columnIndex,
CHAR value)
throws java.sql.SQLException
columnIndex - the first column is 1, the second is 2, ...value - the new column valuejava.sql.SQLException - if a database access error occurs
void updateCHAR(java.lang.String columnName,
CHAR value)
throws java.sql.SQLException
columnName - is the SQL name of the columnvalue - the new column valuejava.sql.SQLException - if a database access error occurs
void updateCLOB(int columnIndex,
CLOB value)
throws java.sql.SQLException
columnIndex - the first column is 1, the second is 2, ...value - the new column valuejava.sql.SQLException - if a database access error occurs
void updateCLOB(java.lang.String columnName,
CLOB value)
throws java.sql.SQLException
columnName - is the SQL name of the columnvalue - the new column valuejava.sql.SQLException - if a database access error occurs
void updateCustomDatum(int columnIndex,
CustomDatum value)
throws java.sql.SQLException
columnIndex - the first column is 1, the second is 2, ...value - the new column valuejava.sql.SQLException - if a database access error occurs
void updateORAData(int columnIndex,
ORAData value)
throws java.sql.SQLException
columnIndex - the first column is 1, the second is 2, ...value - the new column valuejava.sql.SQLException - if a database access error occurs
void updateCustomDatum(java.lang.String columnName,
CustomDatum value)
throws java.sql.SQLException
columnName - is the SQL name of the columnvalue - the new column valuejava.sql.SQLException - if a database access error occurs
void updateORAData(java.lang.String columnName,
ORAData value)
throws java.sql.SQLException
columnName - is the SQL name of the columnvalue - the new column valuejava.sql.SQLException - if a database access error occurs
void updateDATE(int columnIndex,
DATE value)
throws java.sql.SQLException
columnIndex - the first column is 1, the second is 2, ...value - the new column valuejava.sql.SQLException - if a database access error occurs
void updateDATE(java.lang.String columnName,
DATE value)
throws java.sql.SQLException
columnName - is the SQL name of the columnvalue - the new column valuejava.sql.SQLException - if a database access error occurs
void updateINTERVALYM(int columnIndex,
INTERVALYM value)
throws java.sql.SQLException
columnIndex - the first column is 1, the second is 2, ...value - the new column valuejava.sql.SQLException - if a database access error occurs
void updateINTERVALYM(java.lang.String columnName,
INTERVALYM value)
throws java.sql.SQLException
columnName - the name of the column to updatevalue - the new column valuejava.sql.SQLException - if a database access error occurs
void updateINTERVALDS(int columnIndex,
INTERVALDS value)
throws java.sql.SQLException
columnIndex - the first column is 1, the second is 2, ...value - the new column valuejava.sql.SQLException - if a database access error occurs
void updateINTERVALDS(java.lang.String columnName,
INTERVALDS value)
throws java.sql.SQLException
columnName - the name of the columnt to updatevalue - the new column valuejava.sql.SQLException - if a database access error occurs
void updateTIMESTAMP(int columnIndex,
TIMESTAMP value)
throws java.sql.SQLException
columnIndex - the first column is 1, the second is 2, ...value - the new column valuejava.sql.SQLException - if a database access error occurs
void updateTIMESTAMP(java.lang.String columnName,
TIMESTAMP value)
throws java.sql.SQLException
columnName - The name of the column to updatevalue - the new column valuejava.sql.SQLException - if a database access error occurs
void updateTIMESTAMPTZ(int columnIndex,
TIMESTAMPTZ value)
throws java.sql.SQLException
columnIndex - the first column is 1, the second is 2, ...value - the new column valuejava.sql.SQLException - if a database access error occurs
void updateTIMESTAMPTZ(java.lang.String columnName,
TIMESTAMPTZ value)
throws java.sql.SQLException
columnName - the name of the column to updatevalue - the new column valuejava.sql.SQLException - if a database access error occurs
void updateTIMESTAMPLTZ(int columnIndex,
TIMESTAMPLTZ value)
throws java.sql.SQLException
columnIndex - the first column is 1, the second is 2, ...value - the new column valuejava.sql.SQLException - if a database access error occurs
void updateTIMESTAMPLTZ(java.lang.String columnName,
TIMESTAMPLTZ value)
throws java.sql.SQLException
columnName - the name of the column to updatevalue - the new column valuejava.sql.SQLException - if a database access error occurs
void updateNUMBER(int columnIndex,
NUMBER value)
throws java.sql.SQLException
columnIndex - the first column is 1, the second is 2, ...value - the new column valuejava.sql.SQLException - if a database access error occurs
void updateNUMBER(java.lang.String columnName,
NUMBER value)
throws java.sql.SQLException
columnName - is the SQL name of the columnvalue - the new column valuejava.sql.SQLException - if a database access error occurs
void updateOracleObject(int columnIndex,
Datum value)
throws java.sql.SQLException
columnIndex - the first column is 1, the second is 2, ...value - the new column valuejava.sql.SQLException - if a database access error occurs
void updateOracleObject(java.lang.String columnName,
Datum value)
throws java.sql.SQLException
columnName - is the SQL name of the columnvalue - the new column valuejava.sql.SQLException - if a database access error occurs
void updateRAW(int columnIndex,
RAW value)
throws java.sql.SQLException
columnIndex - the first column is 1, the second is 2, ...value - the new column valuejava.sql.SQLException - if a database access error occurs
void updateRAW(java.lang.String columnName,
RAW value)
throws java.sql.SQLException
columnName - is the SQL name of the columnvalue - the new column valuejava.sql.SQLException - if a database access error occurs
void updateREF(int columnIndex,
REF value)
throws java.sql.SQLException
columnIndex - the first column is 1, the second is 2, ...value - the new column valuejava.sql.SQLException - if a database access error occurs
void updateREF(java.lang.String columnName,
REF value)
throws java.sql.SQLException
columnName - is the SQL name of the columnvalue - the new column valuejava.sql.SQLException - if a database access error occurs
void updateROWID(int columnIndex,
ROWID value)
throws java.sql.SQLException
columnIndex - the first column is 1, the second is 2, ...value - the new column valuejava.sql.SQLException - if a database access error occurs
void updateROWID(java.lang.String columnName,
ROWID value)
throws java.sql.SQLException
columnName - is the SQL name of the columnvalue - the new column valuejava.sql.SQLException - if a database access error occurs
void updateSTRUCT(int columnIndex,
STRUCT value)
throws java.sql.SQLException
columnIndex - the first column is 1, the second is 2, ...value - the new column valuejava.sql.SQLException - if a database access error occurs
void updateSTRUCT(java.lang.String columnName,
STRUCT value)
throws java.sql.SQLException
columnName - is the SQL name of the columnvalue - the new column valuejava.sql.SQLException - if a database access error occurs
OracleResultSet.AuthorizationIndicator getAuthorizationIndicator(int columnIndex)
throws java.sql.SQLException
OracleResultSet object.java.sql.SQLException
OracleResultSet.AuthorizationIndicator getAuthorizationIndicator(java.lang.String columnName)
throws java.sql.SQLException
ResultSet.java.sql.SQLException
|
Oracle® Database JDBC Java API Reference 11g Release 2 ("11.2.0.0.1-Beta-1") BETA E13995-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||