|
Oracle JDBC API Reference 11g Release 2 ("11.2.0.3.0") |
||||||||
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.AuthorizationIndicator
eXtensible 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. |
java.lang.Object |
getObject(int columnIndex,
OracleDataFactory oracleDataFactory)
Oracle extension Get the column value as an instance of a subclass of OracleData. |
java.lang.Object |
getObject(java.lang.String columnName,
OracleDataFactory oracleDataFactory)
Oracle extension Get the column value as an instance of a subclass of OracleData. |
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, getInt, getInt, getLong, getLong, getMetaData, getObject, getObject, getObject, getObject, getRef, getRef, getRow, getShort, getShort, getStatement, getString, getString, getTime, getTime, getTime, getTime, getTimestamp, getTimestamp, getTimestamp, getTimestamp, getType, getUnicodeStream, getUnicodeStream, getURL, getURL, getWarnings, insertRow, isAfterLast, isBeforeFirst, isFirst, isLast, last, moveToCurrentRow, moveToInsertRow, next, previous, refreshRow, relative, rowDeleted, rowInserted, rowUpdated, setFetchDirection, setFetchSize, updateArray, updateArray, updateAsciiStream, updateAsciiStream, updateBigDecimal, updateBigDecimal, updateBinaryStream, updateBinaryStream, updateBlob, updateBlob, updateBoolean, updateBoolean, updateByte, updateByte, updateBytes, updateBytes, updateCharacterStream, updateCharacterStream, updateClob, updateClob, updateDate, updateDate, updateDouble, updateDouble, updateFloat, updateFloat, updateInt, updateInt, updateLong, updateLong, updateNull, updateNull, updateObject, updateObject, updateObject, updateObject, updateRef, updateRef, updateRow, updateShort, updateShort, updateString, updateString, updateTime, updateTime, updateTimestamp, updateTimestamp, wasNull |
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 column
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(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 column
java.sql.SQLException
- if a database access error occurs.BFILE getBFILE(java.lang.String columnName) throws java.sql.SQLException
columnName
- the name of the column
java.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 column
java.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 column
java.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 column
java.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 column
java.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 occursjava.sql.ResultSet getCursor(java.lang.String columnName) throws java.sql.SQLException
columnName
- the name of the column
java.sql.SQLException
- if a database access error occursCustomDatum 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 value
java.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 value
java.sql.SQLException
- if a database access error occurs.java.lang.Object getObject(int columnIndex, OracleDataFactory oracleDataFactory) throws java.sql.SQLException
columnIndex
- the first column is 1, the second is 2, ...factory
- OracleDataFactory used to materialize the column value
java.sql.SQLException
- if a database access error occurs.java.lang.Object getObject(java.lang.String columnName, OracleDataFactory oracleDataFactory) throws java.sql.SQLException
columnName
- name of the column "column1" "column2" ..factory
- OracleDataFactory used to materialize the column value
java.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 value
java.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 value
java.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 column
java.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 column
java.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 column
java.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 column
java.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 column
java.sql.SQLException
- if a database accROWID 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 column
java.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 column
java.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 value
java.sql.SQLException
- if a database access error occursvoid updateARRAY(java.lang.String columnName, ARRAY value) throws java.sql.SQLException
columnName
- is the SQL name of the columnvalue
- the new column value
java.sql.SQLException
- if a database access error occursvoid updateBfile(int columnIndex, BFILE value) throws java.sql.SQLException
columnIndex
- the first column is 1, the second is 2, ...value
- the new column value
java.sql.SQLException
- if a database access error occursvoid updateBFILE(int columnIndex, BFILE value) throws java.sql.SQLException
columnIndex
- the first column is 1, the second is 2, ...value
- the new column value
java.sql.SQLException
- if a database access error occursvoid updateBfile(java.lang.String columnName, BFILE value) throws java.sql.SQLException
columnName
- is the SQL name of the columnvalue
- the new column value
java.sql.SQLException
- if a database access error occursvoid updateBFILE(java.lang.String columnName, BFILE value) throws java.sql.SQLException
columnName
- is the SQL name of the columnvalue
- the new column value
java.sql.SQLException
- if a database access error occursvoid updateBLOB(int columnIndex, BLOB value) throws java.sql.SQLException
columnIndex
- the first column is 1, the second is 2, ...value
- the new column value
java.sql.SQLException
- if a database access error occursvoid updateBLOB(java.lang.String columnName, BLOB value) throws java.sql.SQLException
columnName
- is the SQL name of the columnvalue
- the new column value
java.sql.SQLException
- if a database access error occursvoid updateCHAR(int columnIndex, CHAR value) throws java.sql.SQLException
columnIndex
- the first column is 1, the second is 2, ...value
- the new column value
java.sql.SQLException
- if a database access error occursvoid updateCHAR(java.lang.String columnName, CHAR value) throws java.sql.SQLException
columnName
- is the SQL name of the columnvalue
- the new column value
java.sql.SQLException
- if a database access error occursvoid updateCLOB(int columnIndex, CLOB value) throws java.sql.SQLException
columnIndex
- the first column is 1, the second is 2, ...value
- the new column value
java.sql.SQLException
- if a database access error occursvoid updateCLOB(java.lang.String columnName, CLOB value) throws java.sql.SQLException
columnName
- is the SQL name of the columnvalue
- the new column value
java.sql.SQLException
- if a database access error occursvoid updateCustomDatum(int columnIndex, CustomDatum value) throws java.sql.SQLException
columnIndex
- the first column is 1, the second is 2, ...value
- the new column value
java.sql.SQLException
- if a database access error occursvoid updateORAData(int columnIndex, ORAData value) throws java.sql.SQLException
columnIndex
- the first column is 1, the second is 2, ...value
- the new column value
java.sql.SQLException
- if a database access error occursvoid updateCustomDatum(java.lang.String columnName, CustomDatum value) throws java.sql.SQLException
columnName
- is the SQL name of the columnvalue
- the new column value
java.sql.SQLException
- if a database access error occursvoid updateORAData(java.lang.String columnName, ORAData value) throws java.sql.SQLException
columnName
- is the SQL name of the columnvalue
- the new column value
java.sql.SQLException
- if a database access error occursvoid updateDATE(int columnIndex, DATE value) throws java.sql.SQLException
columnIndex
- the first column is 1, the second is 2, ...value
- the new column value
java.sql.SQLException
- if a database access error occursvoid updateDATE(java.lang.String columnName, DATE value) throws java.sql.SQLException
columnName
- is the SQL name of the columnvalue
- the new column value
java.sql.SQLException
- if a database access error occursvoid updateINTERVALYM(int columnIndex, INTERVALYM value) throws java.sql.SQLException
columnIndex
- the first column is 1, the second is 2, ...value
- the new column value
java.sql.SQLException
- if a database access error occursvoid updateINTERVALYM(java.lang.String columnName, INTERVALYM value) throws java.sql.SQLException
columnName
- the name of the column to updatevalue
- the new column value
java.sql.SQLException
- if a database access error occursvoid updateINTERVALDS(int columnIndex, INTERVALDS value) throws java.sql.SQLException
columnIndex
- the first column is 1, the second is 2, ...value
- the new column value
java.sql.SQLException
- if a database access error occursvoid updateINTERVALDS(java.lang.String columnName, INTERVALDS value) throws java.sql.SQLException
columnName
- the name of the columnt to updatevalue
- the new column value
java.sql.SQLException
- if a database access error occursvoid updateTIMESTAMP(int columnIndex, TIMESTAMP value) throws java.sql.SQLException
columnIndex
- the first column is 1, the second is 2, ...value
- the new column value
java.sql.SQLException
- if a database access error occursvoid updateTIMESTAMP(java.lang.String columnName, TIMESTAMP value) throws java.sql.SQLException
columnName
- The name of the column to updatevalue
- the new column value
java.sql.SQLException
- if a database access error occursvoid updateTIMESTAMPTZ(int columnIndex, TIMESTAMPTZ value) throws java.sql.SQLException
columnIndex
- the first column is 1, the second is 2, ...value
- the new column value
java.sql.SQLException
- if a database access error occursvoid updateTIMESTAMPTZ(java.lang.String columnName, TIMESTAMPTZ value) throws java.sql.SQLException
columnName
- the name of the column to updatevalue
- the new column value
java.sql.SQLException
- if a database access error occursvoid updateTIMESTAMPLTZ(int columnIndex, TIMESTAMPLTZ value) throws java.sql.SQLException
columnIndex
- the first column is 1, the second is 2, ...value
- the new column value
java.sql.SQLException
- if a database access error occursvoid updateTIMESTAMPLTZ(java.lang.String columnName, TIMESTAMPLTZ value) throws java.sql.SQLException
columnName
- the name of the column to updatevalue
- the new column value
java.sql.SQLException
- if a database access error occursvoid updateNUMBER(int columnIndex, NUMBER value) throws java.sql.SQLException
columnIndex
- the first column is 1, the second is 2, ...value
- the new column value
java.sql.SQLException
- if a database access error occursvoid updateNUMBER(java.lang.String columnName, NUMBER value) throws java.sql.SQLException
columnName
- is the SQL name of the columnvalue
- the new column value
java.sql.SQLException
- if a database access error occursvoid updateOracleObject(int columnIndex, Datum value) throws java.sql.SQLException
columnIndex
- the first column is 1, the second is 2, ...value
- the new column value
java.sql.SQLException
- if a database access error occursvoid updateOracleObject(java.lang.String columnName, Datum value) throws java.sql.SQLException
columnName
- is the SQL name of the columnvalue
- the new column value
java.sql.SQLException
- if a database access error occursvoid updateRAW(int columnIndex, RAW value) throws java.sql.SQLException
columnIndex
- the first column is 1, the second is 2, ...value
- the new column value
java.sql.SQLException
- if a database access error occursvoid updateRAW(java.lang.String columnName, RAW value) throws java.sql.SQLException
columnName
- is the SQL name of the columnvalue
- the new column value
java.sql.SQLException
- if a database access error occursvoid updateREF(int columnIndex, REF value) throws java.sql.SQLException
columnIndex
- the first column is 1, the second is 2, ...value
- the new column value
java.sql.SQLException
- if a database access error occursvoid updateREF(java.lang.String columnName, REF value) throws java.sql.SQLException
columnName
- is the SQL name of the columnvalue
- the new column value
java.sql.SQLException
- if a database access error occursvoid updateROWID(int columnIndex, ROWID value) throws java.sql.SQLException
columnIndex
- the first column is 1, the second is 2, ...value
- the new column value
java.sql.SQLException
- if a database access error occursvoid updateROWID(java.lang.String columnName, ROWID value) throws java.sql.SQLException
columnName
- is the SQL name of the columnvalue
- the new column value
java.sql.SQLException
- if a database access error occursvoid updateSTRUCT(int columnIndex, STRUCT value) throws java.sql.SQLException
columnIndex
- the first column is 1, the second is 2, ...value
- the new column value
java.sql.SQLException
- if a database access error occursvoid updateSTRUCT(java.lang.String columnName, STRUCT value) throws java.sql.SQLException
columnName
- is the SQL name of the columnvalue
- the new column value
java.sql.SQLException
- if a database access error occursOracleResultSet.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 JDBC API Reference 11g Release 2 ("11.2.0.3.0") |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |