TIMESTAMPLTZ |
OracleConnection.createTIMESTAMPLTZ(String 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 |
OracleConnection.createTIMESTAMPLTZ(Time 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 |
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 |
OracleConnectionWrapper.createTIMESTAMPLTZ(Date 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 |
OracleConnectionWrapper.createTIMESTAMPLTZ(Timestamp 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 |
OracleCallableStatement.getTIMESTAMPLTZ(int paramIdx) |
Retrieves data into an oracle.sql.TIMESTAMPLTZ object.
|
TIMESTAMPLTZ |
OracleResultSet.getTIMESTAMPLTZ(int columnIndex) |
Obtain an oracle.sql.TIMESTAMPLTZ value from the ResultSet.
|
TIMESTAMPLTZ |
OracleResultSet.getTIMESTAMPLTZ(String columnName) |
Obtain an oracle.sql.TIMESTAMPLTZ value from the ResultSet.
|