TIMESTAMPTZ |
OracleConnection.createTIMESTAMPTZ(String value) |
Creates a new TIMESTAMPTZ with the given value.
|
TIMESTAMPTZ |
OracleConnection.createTIMESTAMPTZ(String value, Calendar cal) |
Creates a new TIMESTAMPTZ with the given value.
|
TIMESTAMPTZ |
OracleConnection.createTIMESTAMPTZ(Date value) |
Creates a new TIMESTAMPTZ with the given value.
|
TIMESTAMPTZ |
OracleConnection.createTIMESTAMPTZ(Date value, Calendar cal) |
Creates a new TIMESTAMPTZ with the given value.
|
TIMESTAMPTZ |
OracleConnection.createTIMESTAMPTZ(Time value) |
Creates a new TIMESTAMPTZ with the given value.
|
TIMESTAMPTZ |
OracleConnection.createTIMESTAMPTZ(Time value, Calendar cal) |
Creates a new TIMESTAMPTZ with the given value.
|
TIMESTAMPTZ |
OracleConnection.createTIMESTAMPTZ(Timestamp value) |
Creates a new TIMESTAMPTZ with the given value.
|
TIMESTAMPTZ |
OracleConnection.createTIMESTAMPTZ(Timestamp value, java.time.ZoneId tzid) |
Creates a new TIMESTAMPTZ with the given value.
|
TIMESTAMPTZ |
OracleConnection.createTIMESTAMPTZ(Timestamp value, Calendar cal) |
Creates a new TIMESTAMPTZ with the given value.
|
TIMESTAMPTZ |
OracleConnection.createTIMESTAMPTZ(DATE value) |
|
TIMESTAMPTZ |
OracleConnectionWrapper.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 |
OracleConnectionWrapper.createTIMESTAMPTZ(Date value) |
Creates a new TIMESTAMPTZ with the given value.
|
TIMESTAMPTZ |
OracleConnectionWrapper.createTIMESTAMPTZ(Date 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 |
OracleConnectionWrapper.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 |
OracleConnectionWrapper.createTIMESTAMPTZ(Timestamp value, java.time.ZoneId tzid) |
Creates a new TIMESTAMPTZ with the given value.
|
TIMESTAMPTZ |
OracleConnectionWrapper.createTIMESTAMPTZ(Timestamp value, 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(String columnName) |
Obtain an oracle.sql.TIMESTAMPTZ value from the ResultSet.
|