|
Oracle®Database JDBC Java API Reference 12c Release 1 (12.1.0.2) E56669-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.AuthorizationIndicator eXtensible Data Security (XDS) authorization indicator. |
Field Summary |
---|
Fields inherited from interface java.sql.ResultSet |
---|
CLOSE_CURSORS_AT_COMMIT, CONCUR_READ_ONLY, CONCUR_UPDATABLE, FETCH_FORWARD, FETCH_REVERSE, FETCH_UNKNOWN, HOLD_CURSORS_OVER_COMMIT, TYPE_FORWARD_ONLY, TYPE_SCROLL_INSENSITIVE, TYPE_SCROLL_SENSITIVE |
Method Summary | |
---|---|
ARRAY |
getARRAY(int columnIndex) Oracle extension. |
ARRAY |
getARRAY(String columnName) Oracle extension. |
OracleResultSet.AuthorizationIndicator |
getAuthorizationIndicator(int columnIndex) Retrieves the column security visibility attribute of the designated column in the current row of this OracleResultSet object. |
OracleResultSet.AuthorizationIndicator |
getAuthorizationIndicator(String columnName) Retrieves the column security visibility attribute of the designated column in the current row of this OracleResultSet . |
BFILE |
getBfile(int columnIndex) Oracle extension. |
BFILE |
getBFILE(int columnIndex) Oracle extension. |
BFILE |
getBfile(String columnName) Oracle extension. |
BFILE |
getBFILE(String columnName) Oracle extension. |
BLOB |
getBLOB(int columnIndex) Oracle extension. |
BLOB |
getBLOB(String columnName) Oracle extension. |
CHAR |
getCHAR(int columnIndex) Oracle extension. |
CHAR |
getCHAR(String columnName) Oracle extension. |
CLOB |
getCLOB(int columnIndex) Oracle extension. |
CLOB |
getCLOB(String columnName) Oracle extension. |
ResultSet |
getCursor(int columnIndex) Oracle extension. |
ResultSet |
getCursor(String columnName) Oracle extension. |
CustomDatum |
getCustomDatum(int columnIndex, CustomDatumFactory factory) Deprecated. |
CustomDatum |
getCustomDatum(String columnName, CustomDatumFactory factory) Deprecated. |
DATE |
getDATE(int columnIndex) Oracle extension. |
DATE |
getDATE(String columnName) Oracle extension. |
INTERVALDS |
getINTERVALDS(int columnIndex) Obtain an oracle.sql.INTERVALDS value from the ResultSet. |
INTERVALDS |
getINTERVALDS(String columnName) Obtain an oracle.sql.INTERVALDS value from the ResultSet. |
INTERVALYM |
getINTERVALYM(int columnIndex) Obtain an oracle.sql.INTERVALYM value from the ResultSet. |
INTERVALYM |
getINTERVALYM(String columnName) Obtain an oracle.sql.INTERVALYM value from the ResultSet. |
NUMBER |
getNUMBER(int columnIndex) Oracle extension. |
NUMBER |
getNUMBER(String columnName) Oracle extension. |
Object |
getObject(int columnIndex, OracleDataFactory oracleDataFactory) Oracle extension Get the column value as an instance of a subclass of OracleData. |
Object |
getObject(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(String columnName) Oracle extension. |
Datum |
getOracleObject(int columnIndex) Oracle extension. |
Datum |
getOracleObject(String columnName) Oracle extension. |
ORAData |
getORAData(int columnIndex, ORADataFactory factory) Oracle extension. |
ORAData |
getORAData(String columnName, ORADataFactory factory) Oracle extension. |
RAW |
getRAW(int columnIndex) Oracle extension. |
RAW |
getRAW(String columnName) Oracle extension. |
REF |
getREF(int columnIndex) Oracle extension. |
REF |
getREF(String columnName) Oracle extension. |
ROWID |
getROWID(int columnIndex) Oracle extension. |
ROWID |
getROWID(String columnName) Oracle extension. |
STRUCT |
getSTRUCT(int columnIndex) Oracle extension. |
STRUCT |
getSTRUCT(String columnName) Oracle extension. |
TIMESTAMP |
getTIMESTAMP(int columnIndex) Obtain an oracle.sql.TIMESTAMP value from the ResultSet. |
TIMESTAMP |
getTIMESTAMP(String columnName) Obtain an oracle.sql.TIMESTAMP value from the ResultSet. |
TIMESTAMPLTZ |
getTIMESTAMPLTZ(int columnIndex) Obtain an oracle.sql.TIMESTAMPLTZ value from the ResultSet. |
TIMESTAMPLTZ |
getTIMESTAMPLTZ(String columnName) Obtain an oracle.sql.TIMESTAMPLTZ value from the ResultSet. |
TIMESTAMPTZ |
getTIMESTAMPTZ(int columnIndex) Obtain an oracle.sql.TIMESTAMPTZ value from the ResultSet. |
TIMESTAMPTZ |
getTIMESTAMPTZ(String columnName) Obtain an oracle.sql.TIMESTAMPTZ value from the ResultSet. |
void |
updateARRAY(int columnIndex, ARRAY value) Oracle extension. |
void |
updateARRAY(String columnName, ARRAY value) Oracle extension. |
void |
updateBfile(int columnIndex, BFILE value) Oracle extension. |
void |
updateBFILE(int columnIndex, BFILE value) Oracle extension. |
void |
updateBfile(String columnName, BFILE value) Oracle extension. |
void |
updateBFILE(String columnName, BFILE value) Oracle extension. |
void |
updateBLOB(int columnIndex, BLOB value) Oracle extension. |
void |
updateBLOB(String columnName, BLOB value) Oracle extension. |
void |
updateCHAR(int columnIndex, CHAR value) Oracle extension. |
void |
updateCHAR(String columnName, CHAR value) Oracle extension. |
void |
updateCLOB(int columnIndex, CLOB value) Oracle extension. |
void |
updateCLOB(String columnName, CLOB value) Oracle extension. |
void |
updateCustomDatum(int columnIndex, CustomDatum value) Deprecated. |
void |
updateCustomDatum(String columnName, CustomDatum value) Deprecated. |
void |
updateDATE(int columnIndex, DATE value) Oracle extension. |
void |
updateDATE(String columnName, DATE value) Oracle extension. |
void |
updateINTERVALDS(int columnIndex, INTERVALDS value) Oracle extension. |
void |
updateINTERVALDS(String columnName, INTERVALDS value) Oracle extension. |
void |
updateINTERVALYM(int columnIndex, INTERVALYM value) Oracle extension. |
void |
updateINTERVALYM(String columnName, INTERVALYM value) Oracle extension. |
void |
updateNUMBER(int columnIndex, NUMBER value) Oracle extension. |
void |
updateNUMBER(String columnName, NUMBER value) Oracle extension. |
void |
updateOracleObject(int columnIndex, Datum value) Oracle extension. |
void |
updateOracleObject(String columnName, Datum value) Oracle extension. |
void |
updateORAData(int columnIndex, ORAData value) Oracle extension. |
void |
updateORAData(String columnName, ORAData value) Oracle extension. |
void |
updateRAW(int columnIndex, RAW value) Oracle extension. |
void |
updateRAW(String columnName, RAW value) Oracle extension. |
void |
updateREF(int columnIndex, REF value) Oracle extension. |
void |
updateREF(String columnName, REF value) Oracle extension. |
void |
updateROWID(int columnIndex, ROWID value) Oracle extension. |
void |
updateROWID(String columnName, ROWID value) Oracle extension. |
void |
updateSTRUCT(int columnIndex, STRUCT value) Oracle extension. |
void |
updateSTRUCT(String columnName, STRUCT value) Oracle extension. |
void |
updateTIMESTAMP(int columnIndex, TIMESTAMP value) Oracle extension. |
void |
updateTIMESTAMP(String columnName, TIMESTAMP value) Oracle extension. |
void |
updateTIMESTAMPLTZ(int columnIndex, TIMESTAMPLTZ value) Oracle extension. |
void |
updateTIMESTAMPLTZ(String columnName, TIMESTAMPLTZ value) Oracle extension. |
void |
updateTIMESTAMPTZ(int columnIndex, TIMESTAMPTZ value) Oracle extension. |
void |
updateTIMESTAMPTZ(String columnName, TIMESTAMPTZ value) Oracle extension. |
Methods inherited from interface java.sql.Wrapper |
---|
isWrapperFor, unwrap |
Method Detail |
---|
ARRAY getARRAY(int columnIndex) throws SQLException
columnIndex
- the first column is 1, the second is 2, ...SQLException
- if a database access error occurs.ARRAY getARRAY(String columnName) throws SQLException
columnName
- the name of the columnSQLException
- if a database access error occurs.BFILE getBfile(int columnIndex) throws SQLException
columnIndex
- the first column is 1, the second is 2, ...SQLException
- if a database access error occurs.BFILE getBFILE(int columnIndex) throws SQLException
columnIndex
- the first column is 1, the second is 2, ...SQLException
- if a database access error occurs.BFILE getBfile(String columnName) throws SQLException
columnName
- the name of the columnSQLException
- if a database access error occurs.BFILE getBFILE(String columnName) throws SQLException
columnName
- the name of the columnSQLException
- if a database access error occurs.BLOB getBLOB(int columnIndex) throws SQLException
columnIndex
- the first column is 1, the second is 2, ...SQLException
- if a database access error occurs.BLOB getBLOB(String columnName) throws SQLException
columnName
- the name of the columnSQLException
- if a database access error occurs.CHAR getCHAR(int columnIndex) throws SQLException
columnIndex
- the first column is 1, the second is 2, ...SQLException
- if a database access error occurs.CHAR getCHAR(String columnName) throws SQLException
columnName
- the name of the columnSQLException
- if a database access error occurs.CLOB getCLOB(int columnIndex) throws SQLException
columnIndex
- the first column is 1, the second is 2, ...SQLException
- if a database access error occurs.CLOB getCLOB(String columnName) throws SQLException
columnName
- the name of the columnSQLException
- if a database access error occurs.OPAQUE getOPAQUE(int columnIndex) throws SQLException
columnIndex
- the first column is 1, the second is 2, ...SQLException
- if a database access error occurs.OPAQUE getOPAQUE(String columnName) throws SQLException
columnName
- the name of the columnSQLException
- if a database access error occurs.INTERVALYM getINTERVALYM(int columnIndex) throws SQLException
columnIndex
- parameter number.SQLException
- if an error occurred.INTERVALYM getINTERVALYM(String columnName) throws SQLException
columnName
- column name.SQLException
- if an error occurred.INTERVALDS getINTERVALDS(int columnIndex) throws SQLException
columnIndex
- parameter number.SQLException
- if an error occurred.INTERVALDS getINTERVALDS(String columnName) throws SQLException
columnName
- column name.SQLException
- if an error occurred.TIMESTAMP getTIMESTAMP(int columnIndex) throws SQLException
columnIndex
- parameter number.SQLException
- if an error occurred.TIMESTAMP getTIMESTAMP(String columnName) throws SQLException
columnName
- column name.SQLException
- if an error occurred.TIMESTAMPTZ getTIMESTAMPTZ(int columnIndex) throws SQLException
columnIndex
- parameter number.SQLException
- if an error occurred.TIMESTAMPTZ getTIMESTAMPTZ(String columnName) throws SQLException
columnName
- column name.SQLException
- if an error occurred.TIMESTAMPLTZ getTIMESTAMPLTZ(int columnIndex) throws SQLException
columnIndex
- parameter number.SQLException
- if an error occurred.TIMESTAMPLTZ getTIMESTAMPLTZ(String columnName) throws SQLException
columnName
- column name.SQLException
- if an error occurred.ResultSet getCursor(int columnIndex) throws SQLException
columnIndex
- the first column is 1, the second is 2, ...SQLException
- if a database access error occursResultSet getCursor(String columnName) throws SQLException
columnName
- the name of the columnSQLException
- if a database access error occursCustomDatum getCustomDatum(int columnIndex, CustomDatumFactory factory) throws SQLException
columnIndex
- the first column is 1, the second is 2, ...factory
- CustomDatumFactory used to materialize the column valueSQLException
- if a database access error occurs.ORAData getORAData(int columnIndex, ORADataFactory factory) throws SQLException
columnIndex
- the first column is 1, the second is 2, ...factory
- ORADataFactory used to materialize the column valueSQLException
- if a database access error occurs.Object getObject(int columnIndex, OracleDataFactory oracleDataFactory) throws SQLException
columnIndex
- the first column is 1, the second is 2, ...factory
- OracleDataFactory used to materialize the column valueSQLException
- if a database access error occurs.Object getObject(String columnName, OracleDataFactory oracleDataFactory) throws SQLException
columnName
- name of the column "column1" "column2" ..factory
- OracleDataFactory used to materialize the column valueSQLException
- if a database access error occurs.CustomDatum getCustomDatum(String columnName, CustomDatumFactory factory) throws SQLException
columnName
- the name of the columnfactory
- CustomDatumFactory used to materialize the column valueSQLException
- if a database access error occurs.ORAData getORAData(String columnName, ORADataFactory factory) throws SQLException
columnName
- the name of the columnfactory
- ORADataFactory used to materialize the column valueSQLException
- if a database access error occurs.DATE getDATE(int columnIndex) throws SQLException
columnIndex
- the first column is 1, the second is 2, ...SQLException
- if a database access error occurs.DATE getDATE(String columnName) throws SQLException
columnName
- the name of the columnSQLException
- if a database access error occurs.NUMBER getNUMBER(int columnIndex) throws SQLException
columnIndex
- the first column is 1, the second is 2, ...SQLException
- if a database access error occurs.NUMBER getNUMBER(String columnName) throws SQLException
columnName
- the name of the columnSQLException
- if a database access error occurs.Datum getOracleObject(int columnIndex) throws SQLException
columnIndex
- the first column is 1, the second is 2, ...SQLException
- if a database access error occurs.Datum getOracleObject(String columnName) throws SQLException
columnName
- the name of the columnSQLException
- if a database access error occurs.RAW getRAW(int columnIndex) throws SQLException
columnIndex
- the first column is 1, the second is 2, ...SQLException
- if a database access error occurs.RAW getRAW(String columnName) throws SQLException
columnName
- the name of the columnSQLException
- if a database access error occurs.REF getREF(int columnIndex) throws SQLException
columnIndex
- the first column is 1, the second is 2, ...SQLException
- if a database access error occurs.REF getREF(String columnName) throws SQLException
columnName
- the name of the columnSQLException
- if a database accROWID getROWID(int columnIndex) throws SQLException
columnIndex
- the first column is 1, the second is 2, ...SQLException
- if a database access error occurs.ROWID getROWID(String columnName) throws SQLException
columnName
- the name of the columnSQLException
- if a database access error occurs.STRUCT getSTRUCT(int columnIndex) throws SQLException
columnIndex
- the first column is 1, the second is 2, ...SQLException
- if a database access error occurs.getORAData
STRUCT getSTRUCT(String columnName) throws SQLException
columnName
- the name of the columnSQLException
- if a database access error occurs.getORAData
void updateARRAY(int columnIndex, ARRAY value) throws SQLException
columnIndex
- the first column is 1, the second is 2, ...value
- the new column valueSQLException
- if a database access error occursvoid updateARRAY(String columnName, ARRAY value) throws SQLException
columnName
- is the SQL name of the columnvalue
- the new column valueSQLException
- if a database access error occursvoid updateBfile(int columnIndex, BFILE value) throws SQLException
columnIndex
- the first column is 1, the second is 2, ...value
- the new column valueSQLException
- if a database access error occursvoid updateBFILE(int columnIndex, BFILE value) throws SQLException
columnIndex
- the first column is 1, the second is 2, ...value
- the new column valueSQLException
- if a database access error occursvoid updateBfile(String columnName, BFILE value) throws SQLException
columnName
- is the SQL name of the columnvalue
- the new column valueSQLException
- if a database access error occursvoid updateBFILE(String columnName, BFILE value) throws SQLException
columnName
- is the SQL name of the columnvalue
- the new column valueSQLException
- if a database access error occursvoid updateBLOB(int columnIndex, BLOB value) throws SQLException
columnIndex
- the first column is 1, the second is 2, ...value
- the new column valueSQLException
- if a database access error occursvoid updateBLOB(String columnName, BLOB value) throws SQLException
columnName
- is the SQL name of the columnvalue
- the new column valueSQLException
- if a database access error occursvoid updateCHAR(int columnIndex, CHAR value) throws SQLException
columnIndex
- the first column is 1, the second is 2, ...value
- the new column valueSQLException
- if a database access error occursvoid updateCHAR(String columnName, CHAR value) throws SQLException
columnName
- is the SQL name of the columnvalue
- the new column valueSQLException
- if a database access error occursvoid updateCLOB(int columnIndex, CLOB value) throws SQLException
columnIndex
- the first column is 1, the second is 2, ...value
- the new column valueSQLException
- if a database access error occursvoid updateCLOB(String columnName, CLOB value) throws SQLException
columnName
- is the SQL name of the columnvalue
- the new column valueSQLException
- if a database access error occursvoid updateCustomDatum(int columnIndex, CustomDatum value) throws SQLException
columnIndex
- the first column is 1, the second is 2, ...value
- the new column valueSQLException
- if a database access error occursvoid updateORAData(int columnIndex, ORAData value) throws SQLException
columnIndex
- the first column is 1, the second is 2, ...value
- the new column valueSQLException
- if a database access error occursvoid updateCustomDatum(String columnName, CustomDatum value) throws SQLException
columnName
- is the SQL name of the columnvalue
- the new column valueSQLException
- if a database access error occursvoid updateORAData(String columnName, ORAData value) throws SQLException
columnName
- is the SQL name of the columnvalue
- the new column valueSQLException
- if a database access error occursvoid updateDATE(int columnIndex, DATE value) throws SQLException
columnIndex
- the first column is 1, the second is 2, ...value
- the new column valueSQLException
- if a database access error occursvoid updateDATE(String columnName, DATE value) throws SQLException
columnName
- is the SQL name of the columnvalue
- the new column valueSQLException
- if a database access error occursvoid updateINTERVALYM(int columnIndex, INTERVALYM value) throws SQLException
columnIndex
- the first column is 1, the second is 2, ...value
- the new column valueSQLException
- if a database access error occursvoid updateINTERVALYM(String columnName, INTERVALYM value) throws SQLException
columnName
- the name of the column to updatevalue
- the new column valueSQLException
- if a database access error occursvoid updateINTERVALDS(int columnIndex, INTERVALDS value) throws SQLException
columnIndex
- the first column is 1, the second is 2, ...value
- the new column valueSQLException
- if a database access error occursvoid updateINTERVALDS(String columnName, INTERVALDS value) throws SQLException
columnName
- the name of the columnt to updatevalue
- the new column valueSQLException
- if a database access error occursvoid updateTIMESTAMP(int columnIndex, TIMESTAMP value) throws SQLException
columnIndex
- the first column is 1, the second is 2, ...value
- the new column valueSQLException
- if a database access error occursvoid updateTIMESTAMP(String columnName, TIMESTAMP value) throws SQLException
columnName
- The name of the column to updatevalue
- the new column valueSQLException
- if a database access error occursvoid updateTIMESTAMPTZ(int columnIndex, TIMESTAMPTZ value) throws SQLException
columnIndex
- the first column is 1, the second is 2, ...value
- the new column valueSQLException
- if a database access error occursvoid updateTIMESTAMPTZ(String columnName, TIMESTAMPTZ value) throws SQLException
columnName
- the name of the column to updatevalue
- the new column valueSQLException
- if a database access error occursvoid updateTIMESTAMPLTZ(int columnIndex, TIMESTAMPLTZ value) throws SQLException
columnIndex
- the first column is 1, the second is 2, ...value
- the new column valueSQLException
- if a database access error occursvoid updateTIMESTAMPLTZ(String columnName, TIMESTAMPLTZ value) throws SQLException
columnName
- the name of the column to updatevalue
- the new column valueSQLException
- if a database access error occursvoid updateNUMBER(int columnIndex, NUMBER value) throws SQLException
columnIndex
- the first column is 1, the second is 2, ...value
- the new column valueSQLException
- if a database access error occursvoid updateNUMBER(String columnName, NUMBER value) throws SQLException
columnName
- is the SQL name of the columnvalue
- the new column valueSQLException
- if a database access error occursvoid updateOracleObject(int columnIndex, Datum value) throws SQLException
columnIndex
- the first column is 1, the second is 2, ...value
- the new column valueSQLException
- if a database access error occursvoid updateOracleObject(String columnName, Datum value) throws SQLException
columnName
- is the SQL name of the columnvalue
- the new column valueSQLException
- if a database access error occursvoid updateRAW(int columnIndex, RAW value) throws SQLException
columnIndex
- the first column is 1, the second is 2, ...value
- the new column valueSQLException
- if a database access error occursvoid updateRAW(String columnName, RAW value) throws SQLException
columnName
- is the SQL name of the columnvalue
- the new column valueSQLException
- if a database access error occursvoid updateREF(int columnIndex, REF value) throws SQLException
columnIndex
- the first column is 1, the second is 2, ...value
- the new column valueSQLException
- if a database access error occursvoid updateREF(String columnName, REF value) throws SQLException
columnName
- is the SQL name of the columnvalue
- the new column valueSQLException
- if a database access error occursvoid updateROWID(int columnIndex, ROWID value) throws SQLException
columnIndex
- the first column is 1, the second is 2, ...value
- the new column valueSQLException
- if a database access error occursvoid updateROWID(String columnName, ROWID value) throws SQLException
columnName
- is the SQL name of the columnvalue
- the new column valueSQLException
- if a database access error occursvoid updateSTRUCT(int columnIndex, STRUCT value) throws SQLException
columnIndex
- the first column is 1, the second is 2, ...value
- the new column valueSQLException
- if a database access error occursvoid updateSTRUCT(String columnName, STRUCT value) throws SQLException
columnName
- is the SQL name of the columnvalue
- the new column valueSQLException
- if a database access error occursOracleResultSet.AuthorizationIndicator getAuthorizationIndicator(int columnIndex) throws SQLException
OracleResultSet
object.SQLException
OracleResultSet.AuthorizationIndicator getAuthorizationIndicator(String columnName) throws SQLException
OracleResultSet
.SQLException
|
Oracle®Database JDBC Java API Reference 12c Release 1 (12.1.0.2) E56669-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |