|
Oracle®Database JDBC Java API Reference 12c Release 1 (12.1.0.2) E56669-01 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TIMESTAMPTZ | |
---|---|
oracle.jdbc | Beginning in Oracle9i, the Oracle extensions to JDBC are captured in the package oracle.jdbc . |
oracle.sql | A package of classes that represent java SQL types and Oracle specific SQL types. |
Uses of TIMESTAMPTZ in oracle.jdbc |
---|
Methods in oracle.jdbc that return TIMESTAMPTZ | |
---|---|
TIMESTAMPTZ |
OracleConnectionWrapper.createTIMESTAMPTZ(Date value) Creates a new TIMESTAMPTZ with the given value. |
TIMESTAMPTZ |
OracleConnection.createTIMESTAMPTZ(Date value) Creates a new TIMESTAMPTZ with the given value. |
TIMESTAMPTZ |
OracleConnectionWrapper.createTIMESTAMPTZ(DATE value) |
TIMESTAMPTZ |
OracleConnection.createTIMESTAMPTZ(DATE value) |
TIMESTAMPTZ |
OracleConnectionWrapper.createTIMESTAMPTZ(Date value, Calendar cal) Creates a new TIMESTAMPTZ with the given value. |
TIMESTAMPTZ |
OracleConnection.createTIMESTAMPTZ(Date value, Calendar cal) Creates a new TIMESTAMPTZ with the given value. |
TIMESTAMPTZ |
OracleConnectionWrapper.createTIMESTAMPTZ(String value) Creates a new TIMESTAMPTZ with the given value. |
TIMESTAMPTZ |
OracleConnection.createTIMESTAMPTZ(String value) Creates a new TIMESTAMPTZ with the given value. |
TIMESTAMPTZ |
OracleConnectionWrapper.createTIMESTAMPTZ(String value, Calendar cal) Creates a new TIMESTAMPTZ with the given value. |
TIMESTAMPTZ |
OracleConnection.createTIMESTAMPTZ(String value, Calendar cal) Creates a new TIMESTAMPTZ with the given value. |
TIMESTAMPTZ |
OracleConnectionWrapper.createTIMESTAMPTZ(Time value) Creates a new TIMESTAMPTZ with the given value. |
TIMESTAMPTZ |
OracleConnection.createTIMESTAMPTZ(Time value) Creates a new TIMESTAMPTZ with the given value. |
TIMESTAMPTZ |
OracleConnectionWrapper.createTIMESTAMPTZ(Time value, Calendar cal) Creates a new TIMESTAMPTZ with the given value. |
TIMESTAMPTZ |
OracleConnection.createTIMESTAMPTZ(Time value, Calendar cal) Creates a new TIMESTAMPTZ with the given value. |
TIMESTAMPTZ |
OracleConnectionWrapper.createTIMESTAMPTZ(Timestamp value) Creates a new TIMESTAMPTZ with the given value. |
TIMESTAMPTZ |
OracleConnection.createTIMESTAMPTZ(Timestamp value) Creates a new TIMESTAMPTZ with the given value. |
TIMESTAMPTZ |
OracleConnectionWrapper.createTIMESTAMPTZ(Timestamp value, Calendar cal) Creates a new TIMESTAMPTZ with the given value. |
TIMESTAMPTZ |
OracleConnection.createTIMESTAMPTZ(Timestamp value, Calendar cal) Creates a new TIMESTAMPTZ with the given value. |
TIMESTAMPTZ |
OracleResultSet.getTIMESTAMPTZ(int columnIndex) Obtain an oracle.sql.TIMESTAMPTZ value from the ResultSet. |
TIMESTAMPTZ |
OracleCallableStatement.getTIMESTAMPTZ(int paramIdx) Retrieves data into an oracle.sql.TIMESTAMPTZ object. |
TIMESTAMPTZ |
OracleResultSet.getTIMESTAMPTZ(String columnName) Obtain an oracle.sql.TIMESTAMPTZ value from the ResultSet. |
Methods in oracle.jdbc with parameters of type TIMESTAMPTZ | |
---|---|
void |
OraclePreparedStatement.setTIMESTAMPTZ(int parameterIndex, TIMESTAMPTZ x) Binds the designated parameter to an oracle.sql.TIMESTAMPTZ value. |
void |
OracleCallableStatement.setTIMESTAMPTZ(String parameterName, TIMESTAMPTZ x) Sets the designated parameter to an oracle.sql.TIMESTAMPTZ value. |
void |
OraclePreparedStatement.setTIMESTAMPTZAtName(String parameterName, TIMESTAMPTZ value) Sets the designated parameter to an oracle.sql.TIMESTAMPTZ value. |
void |
OracleResultSet.updateTIMESTAMPTZ(int columnIndex, TIMESTAMPTZ value) Oracle extension. |
void |
OracleResultSet.updateTIMESTAMPTZ(String columnName, TIMESTAMPTZ value) Oracle extension. |
Uses of TIMESTAMPTZ in oracle.sql |
---|
Methods in oracle.sql that return TIMESTAMPTZ | |
---|---|
static TIMESTAMPTZ |
TIMESTAMPLTZ.toTIMESTAMPTZ(Connection conn, byte[] timestampltz) Convert a byte array representing a TIMESTAMPLTZ object to a Oracle TIMESTAMPTZ Object |
|
Oracle®Database JDBC Java API Reference 12c Release 1 (12.1.0.2) E56669-01 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |