Package | Description |
---|---|
oracle.jdbc |
Beginning in Oracle9i, the Oracle extensions to JDBC are captured in the package
oracle.jdbc . |
Modifier and Type | Method | Description |
---|---|---|
TIMESTAMPLTZ |
OracleConnection.createTIMESTAMPLTZ(String value, Calendar cal) |
Creates a new TIMESTAMPLTZ with the given value.
|
TIMESTAMPLTZ |
OracleConnection.createTIMESTAMPLTZ(Date value, Calendar cal) |
Creates a new TIMESTAMPLTZ with the given value.
|
TIMESTAMPLTZ |
OracleConnection.createTIMESTAMPLTZ(Time value, Calendar cal) |
Creates a new TIMESTAMPLTZ with the given value.
|
TIMESTAMPLTZ |
OracleConnection.createTIMESTAMPLTZ(Timestamp value, Calendar cal) |
Creates a new TIMESTAMPLTZ with the given value.
|
TIMESTAMPLTZ |
OracleConnection.createTIMESTAMPLTZ(DATE value, Calendar cal) |
Creates a new TIMESTAMPLTZ with the given value.
|
TIMESTAMPLTZ |
OracleConnectionWrapper.createTIMESTAMPLTZ(String value, Calendar cal) |
Creates a new TIMESTAMPLTZ with the given value.
|
TIMESTAMPLTZ |
OracleConnectionWrapper.createTIMESTAMPLTZ(Date value, Calendar cal) |
Creates a new TIMESTAMPLTZ with the given value.
|
TIMESTAMPLTZ |
OracleConnectionWrapper.createTIMESTAMPLTZ(Time value, Calendar cal) |
Creates a new TIMESTAMPLTZ with the given value.
|
TIMESTAMPLTZ |
OracleConnectionWrapper.createTIMESTAMPLTZ(Timestamp value, Calendar cal) |
Creates a new TIMESTAMPLTZ with the given value.
|
TIMESTAMPLTZ |
OracleConnectionWrapper.createTIMESTAMPLTZ(DATE value, Calendar cal) |
Creates a new TIMESTAMPLTZ with the given value.
|
TIMESTAMPLTZ |
OracleCallableStatement.getTIMESTAMPLTZ(int paramIdx) |
Retrieves data into an
oracle.sql.TIMESTAMPLTZ object. |
TIMESTAMPLTZ |
OracleResultSet.getTIMESTAMPLTZ(int columnIndex) |
Obtain an oracle.sql.TIMESTAMPLTZ value from the ResultSet.
|
TIMESTAMPLTZ |
OracleResultSet.getTIMESTAMPLTZ(String columnName) |
Obtain an oracle.sql.TIMESTAMPLTZ value from the ResultSet.
|
Modifier and Type | Method | Description |
---|---|---|
void |
OracleCallableStatement.setTIMESTAMPLTZ(String parameterName, TIMESTAMPLTZ x) |
Sets the designated parameter to an
oracle.sql.TIMESTAMPLTZ value. |
void |
OraclePreparedStatement.setTIMESTAMPLTZ(int parameterIndex, TIMESTAMPLTZ x) |
Binds the designated parameter to an
oracle.sql.TIMESTAMPLTZ value. |
void |
OraclePreparedStatement.setTIMESTAMPLTZAtName(String parameterName, TIMESTAMPLTZ value) |
Sets the designated parameter to an
oracle.sql.TIMESTAMPLTZ value. |
void |
OracleResultSet.updateTIMESTAMPLTZ(int columnIndex, TIMESTAMPLTZ value) |
Oracle extension.
|
void |
OracleResultSet.updateTIMESTAMPLTZ(String columnName, TIMESTAMPLTZ value) |
Oracle extension.
|