TIMESTAMPTZ |
OracleConnection.createTIMESTAMPTZ(java.lang.String value) |
Creates a new TIMESTAMPTZ with the given value.
|
TIMESTAMPTZ |
OracleConnection.createTIMESTAMPTZ(java.lang.String value,
java.util.Calendar cal) |
Creates a new TIMESTAMPTZ with the given value.
|
TIMESTAMPTZ |
OracleConnection.createTIMESTAMPTZ(java.sql.Date value) |
Creates a new TIMESTAMPTZ with the given value.
|
TIMESTAMPTZ |
OracleConnection.createTIMESTAMPTZ(java.sql.Date value,
java.util.Calendar cal) |
Creates a new TIMESTAMPTZ with the given value.
|
TIMESTAMPTZ |
OracleConnection.createTIMESTAMPTZ(java.sql.Time value) |
Creates a new TIMESTAMPTZ with the given value.
|
TIMESTAMPTZ |
OracleConnection.createTIMESTAMPTZ(java.sql.Time value,
java.util.Calendar cal) |
Creates a new TIMESTAMPTZ with the given value.
|
TIMESTAMPTZ |
OracleConnection.createTIMESTAMPTZ(java.sql.Timestamp value) |
Creates a new TIMESTAMPTZ with the given value.
|
TIMESTAMPTZ |
OracleConnection.createTIMESTAMPTZ(java.sql.Timestamp value,
java.time.ZoneId tzid) |
Creates a new TIMESTAMPTZ with the given value.
|
TIMESTAMPTZ |
OracleConnection.createTIMESTAMPTZ(java.sql.Timestamp value,
java.util.Calendar cal) |
Creates a new TIMESTAMPTZ with the given value.
|
TIMESTAMPTZ |
OracleConnection.createTIMESTAMPTZ(DATE value) |
|
TIMESTAMPTZ |
OracleConnectionWrapper.createTIMESTAMPTZ(java.lang.String value) |
Creates a new TIMESTAMPTZ with the given value.
|
TIMESTAMPTZ |
OracleConnectionWrapper.createTIMESTAMPTZ(java.lang.String value,
java.util.Calendar cal) |
Creates a new TIMESTAMPTZ with the given value.
|
TIMESTAMPTZ |
OracleConnectionWrapper.createTIMESTAMPTZ(java.sql.Date value) |
Creates a new TIMESTAMPTZ with the given value.
|
TIMESTAMPTZ |
OracleConnectionWrapper.createTIMESTAMPTZ(java.sql.Date value,
java.util.Calendar cal) |
Creates a new TIMESTAMPTZ with the given value.
|
TIMESTAMPTZ |
OracleConnectionWrapper.createTIMESTAMPTZ(java.sql.Time value) |
Creates a new TIMESTAMPTZ with the given value.
|
TIMESTAMPTZ |
OracleConnectionWrapper.createTIMESTAMPTZ(java.sql.Time value,
java.util.Calendar cal) |
Creates a new TIMESTAMPTZ with the given value.
|
TIMESTAMPTZ |
OracleConnectionWrapper.createTIMESTAMPTZ(java.sql.Timestamp value) |
Creates a new TIMESTAMPTZ with the given value.
|
TIMESTAMPTZ |
OracleConnectionWrapper.createTIMESTAMPTZ(java.sql.Timestamp value,
java.time.ZoneId tzid) |
Creates a new TIMESTAMPTZ with the given value.
|
TIMESTAMPTZ |
OracleConnectionWrapper.createTIMESTAMPTZ(java.sql.Timestamp value,
java.util.Calendar cal) |
Creates a new TIMESTAMPTZ with the given value.
|
TIMESTAMPTZ |
OracleConnectionWrapper.createTIMESTAMPTZ(DATE value) |
|
TIMESTAMPTZ |
OracleCallableStatement.getTIMESTAMPTZ(int paramIdx) |
Retrieves data into an oracle.sql.TIMESTAMPTZ object.
|
TIMESTAMPTZ |
OracleResultSet.getTIMESTAMPTZ(int columnIndex) |
Obtain an oracle.sql.TIMESTAMPTZ value from the ResultSet.
|
TIMESTAMPTZ |
OracleResultSet.getTIMESTAMPTZ(java.lang.String columnName) |
Obtain an oracle.sql.TIMESTAMPTZ value from the ResultSet.
|