|
Oracle®Database JDBC Java API Reference 12c Release 1 (12.1.0.2) E56669-01 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TIMESTAMPLTZ | |
|---|---|
| oracle.jdbc | Beginning in Oracle9i, the Oracle extensions to JDBC are captured in the package oracle.jdbc. |
| Uses of TIMESTAMPLTZ in oracle.jdbc |
|---|
| Methods in oracle.jdbc that return TIMESTAMPLTZ | |
|---|---|
TIMESTAMPLTZ |
OracleConnectionWrapper.createTIMESTAMPLTZ(Date 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(DATE 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 |
OracleConnection.createTIMESTAMPLTZ(String 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 |
OracleConnection.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 |
OracleConnection.createTIMESTAMPLTZ(Timestamp value, Calendar cal)Creates a new TIMESTAMPLTZ with the given value. |
TIMESTAMPLTZ |
OracleResultSet.getTIMESTAMPLTZ(int columnIndex)Obtain an oracle.sql.TIMESTAMPLTZ value from the ResultSet. |
TIMESTAMPLTZ |
OracleCallableStatement.getTIMESTAMPLTZ(int paramIdx)Retrieves data into an oracle.sql.TIMESTAMPLTZ object. |
TIMESTAMPLTZ |
OracleResultSet.getTIMESTAMPLTZ(String columnName)Obtain an oracle.sql.TIMESTAMPLTZ value from the ResultSet. |
| Methods in oracle.jdbc with parameters of type TIMESTAMPLTZ | |
|---|---|
void |
OraclePreparedStatement.setTIMESTAMPLTZ(int parameterIndex, TIMESTAMPLTZ x)Binds the designated parameter to an oracle.sql.TIMESTAMPLTZ value. |
void |
OracleCallableStatement.setTIMESTAMPLTZ(String parameterName, TIMESTAMPLTZ x)Sets the designated parameter to an oracle.sql.TIMESTAMPLTZvalue. |
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. |
|
Oracle®Database JDBC Java API Reference 12c Release 1 (12.1.0.2) E56669-01 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||