|
Oracle JDBC API Reference 12c Release 1 ("12.1.0.2.0") E17663-03 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TIMESTAMP | |
|---|---|
| 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 TIMESTAMP in oracle.jdbc |
|---|
| Methods in oracle.jdbc that return TIMESTAMP | |
|---|---|
TIMESTAMP |
OracleConnectionWrapper.createTIMESTAMP(Date value)
Creates a new TIMESTAMP with the given value. |
TIMESTAMP |
OracleConnection.createTIMESTAMP(Date value)
Creates a new TIMESTAMP with the given value. |
TIMESTAMP |
OracleConnectionWrapper.createTIMESTAMP(DATE value)
Creates a new TIMESTAMP with the given value. |
TIMESTAMP |
OracleConnection.createTIMESTAMP(DATE value)
Creates a new TIMESTAMP with the given value. |
TIMESTAMP |
OracleConnectionWrapper.createTIMESTAMP(String value)
Creates a new TIMESTAMP with the given value. |
TIMESTAMP |
OracleConnection.createTIMESTAMP(String value)
Creates a new TIMESTAMP with the given value. |
TIMESTAMP |
OracleConnectionWrapper.createTIMESTAMP(Time value)
Creates a new TIMESTAMP with the given value. |
TIMESTAMP |
OracleConnection.createTIMESTAMP(Time value)
Creates a new TIMESTAMP with the given value. |
TIMESTAMP |
OracleConnectionWrapper.createTIMESTAMP(Timestamp value)
Creates a new TIMESTAMP with the given value. |
TIMESTAMP |
OracleConnection.createTIMESTAMP(Timestamp value)
Creates a new TIMESTAMP with the given value. |
TIMESTAMP |
OracleResultSet.getTIMESTAMP(int columnIndex)
Obtain an oracle.sql.TIMESTAMP value from the ResultSet. |
TIMESTAMP |
OracleCallableStatement.getTIMESTAMP(int paramIdx)
Retrieves data into an oracle.sql.TIMESTAMP object. |
TIMESTAMP |
OracleResultSet.getTIMESTAMP(String columnName)
Obtain an oracle.sql.TIMESTAMP value from the ResultSet. |
| Methods in oracle.jdbc with parameters of type TIMESTAMP | |
|---|---|
void |
OraclePreparedStatement.setTIMESTAMP(int parameterIndex,
TIMESTAMP x)
Binds the designated parameter to an oracle.sql.TIMESTAMP value. |
void |
OracleCallableStatement.setTIMESTAMP(String parameterName,
TIMESTAMP x)
Sets the designated parameter to an oracle.sql.TIMESTAMPvalue. |
void |
OraclePreparedStatement.setTIMESTAMPAtName(String parameterName,
TIMESTAMP value)
Sets the designated parameter to an oracle.sql.TIMESTAMP value. |
void |
OracleResultSet.updateTIMESTAMP(int columnIndex,
TIMESTAMP value)
Oracle extension. |
void |
OracleResultSet.updateTIMESTAMP(String columnName,
TIMESTAMP value)
Oracle extension. |
| Uses of TIMESTAMP in oracle.sql |
|---|
| Methods in oracle.sql that return TIMESTAMP | |
|---|---|
static TIMESTAMP |
TIMESTAMP.TimeZoneConvert(Connection conn,
TIMESTAMP tstamp,
TimeZone tz1,
TimeZone tz2)
Converts the TIMESTAMP object from one timezone to the other |
static TIMESTAMP |
TIMESTAMPTZ.toTIMESTAMP(Connection conn,
byte[] timestamptz)
|
static TIMESTAMP |
TIMESTAMPLTZ.toTIMESTAMP(Connection conn,
byte[] timestampltz)
Convert a byte array representing a TIMESTAMPLTZ object to a Oracle TIMESTAMP Object |
| Methods in oracle.sql with parameters of type TIMESTAMP | |
|---|---|
static TIMESTAMP |
TIMESTAMP.TimeZoneConvert(Connection conn,
TIMESTAMP tstamp,
TimeZone tz1,
TimeZone tz2)
Converts the TIMESTAMP object from one timezone to the other |
|
Oracle JDBC API Reference 12c Release 1 ("12.1.0.2.0") E17663-03 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||