Uses of Class
oracle.sql.TIMESTAMPTZ
Packages that use TIMESTAMPTZ
Package
Description
Beginning in Oracle9i, the Oracle extensions to JDBC are captured
in the package
oracle.jdbc.A package of classes that represent java SQL types and Oracle specific
SQL types.
The API for JSON type in Oracle Database.
-
Uses of TIMESTAMPTZ in oracle.jdbc
Methods in oracle.jdbc that return TIMESTAMPTZModifier and TypeMethodDescriptionOracleConnection.createTIMESTAMPTZ(String value) Creates a new TIMESTAMPTZ with the given value.OracleConnection.createTIMESTAMPTZ(String value, Calendar cal) Creates a new TIMESTAMPTZ with the given value.OracleConnection.createTIMESTAMPTZ(Date value) Creates a new TIMESTAMPTZ with the given value.OracleConnection.createTIMESTAMPTZ(Date value, Calendar cal) Creates a new TIMESTAMPTZ with the given value.OracleConnection.createTIMESTAMPTZ(Time value) Creates a new TIMESTAMPTZ with the given value.OracleConnection.createTIMESTAMPTZ(Time value, Calendar cal) Creates a new TIMESTAMPTZ with the given value.OracleConnection.createTIMESTAMPTZ(Timestamp value) Creates a new TIMESTAMPTZ with the given value.OracleConnection.createTIMESTAMPTZ(Timestamp value, ZoneId tzid) Creates a new TIMESTAMPTZ with the given value.OracleConnection.createTIMESTAMPTZ(Timestamp value, Calendar cal) Creates a new TIMESTAMPTZ with the given value.OracleConnection.createTIMESTAMPTZ(DATE value) OracleConnectionWrapper.createTIMESTAMPTZ(String value) Creates a new TIMESTAMPTZ with the given value.OracleConnectionWrapper.createTIMESTAMPTZ(String value, Calendar cal) Creates a new TIMESTAMPTZ with the given value.OracleConnectionWrapper.createTIMESTAMPTZ(Date value) Creates a new TIMESTAMPTZ with the given value.OracleConnectionWrapper.createTIMESTAMPTZ(Date value, Calendar cal) Creates a new TIMESTAMPTZ with the given value.OracleConnectionWrapper.createTIMESTAMPTZ(Time value) Creates a new TIMESTAMPTZ with the given value.OracleConnectionWrapper.createTIMESTAMPTZ(Time value, Calendar cal) Creates a new TIMESTAMPTZ with the given value.OracleConnectionWrapper.createTIMESTAMPTZ(Timestamp value) Creates a new TIMESTAMPTZ with the given value.OracleConnectionWrapper.createTIMESTAMPTZ(Timestamp value, ZoneId tzid) Creates a new TIMESTAMPTZ with the given value.OracleConnectionWrapper.createTIMESTAMPTZ(Timestamp value, Calendar cal) Creates a new TIMESTAMPTZ with the given value.OracleConnectionWrapper.createTIMESTAMPTZ(DATE value) OracleCallableStatement.getTIMESTAMPTZ(int paramIdx) Retrieves data into anoracle.sql.TIMESTAMPTZobject.OracleResultSet.getTIMESTAMPTZ(int columnIndex) Obtain an oracle.sql.TIMESTAMPTZ value from the ResultSet.OracleResultSet.getTIMESTAMPTZ(String columnName) Obtain an oracle.sql.TIMESTAMPTZ value from the ResultSet.Methods in oracle.jdbc with parameters of type TIMESTAMPTZModifier and TypeMethodDescriptionvoidOracleCallableStatement.setTIMESTAMPTZ(String parameterName, TIMESTAMPTZ x) Sets the designated parameter to anoracle.sql.TIMESTAMPTZvalue.voidOraclePreparedStatement.setTIMESTAMPTZ(int parameterIndex, TIMESTAMPTZ x) Binds the designated parameter to anoracle.sql.TIMESTAMPTZvalue.voidOraclePreparedStatement.setTIMESTAMPTZAtName(String parameterName, TIMESTAMPTZ value) Sets the designated parameter to anoracle.sql.TIMESTAMPTZvalue.voidOracleResultSet.updateTIMESTAMPTZ(int columnIndex, TIMESTAMPTZ value) Oracle extension.voidOracleResultSet.updateTIMESTAMPTZ(String columnName, TIMESTAMPTZ value) Oracle extension. -
Uses of TIMESTAMPTZ in oracle.sql
Methods in oracle.sql that return TIMESTAMPTZModifier and TypeMethodDescriptionstatic TIMESTAMPTZTIMESTAMPTZ.of(Connection conn, LocalDateTime ldt) Creates TIMESTAMPTZ from the LocalDateTime.static TIMESTAMPTZTIMESTAMPTZ.of(OffsetDateTime odt) Creates TIMESTAMPTZ from the OffsetDateTime.static TIMESTAMPTZTIMESTAMPTZ.of(ZonedDateTime zdt) Creates TIMESTAMPTZ from the ZonedDateTime.static TIMESTAMPTZTIMESTAMPLTZ.toTIMESTAMPTZ(Connection conn, byte[] timestampltz) Convert a byte array representing a TIMESTAMPLTZ object to a Oracle TIMESTAMPTZ Object -
Uses of TIMESTAMPTZ in oracle.sql.json
Methods in oracle.sql.json that return TIMESTAMPTZModifier and TypeMethodDescriptionOracleJsonTimestampTZ.getTIMESTAMPTZ()Returns this value as a SQLTIMESTAMPTZ.