Uses of Class
oracle.sql.TIMESTAMPLTZ
Packages that use TIMESTAMPLTZ
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.
-
Uses of TIMESTAMPLTZ in oracle.jdbc
Methods in oracle.jdbc that return TIMESTAMPLTZModifier and TypeMethodDescriptionOracleConnection.createTIMESTAMPLTZ(String value, Calendar cal) Creates a new TIMESTAMPLTZ with the given value.OracleConnection.createTIMESTAMPLTZ(Date value, Calendar cal) Creates a new TIMESTAMPLTZ with the given value.OracleConnection.createTIMESTAMPLTZ(Time value, Calendar cal) Creates a new TIMESTAMPLTZ with the given value.OracleConnection.createTIMESTAMPLTZ(Timestamp value, Calendar cal) Creates a new TIMESTAMPLTZ with the given value.OracleConnection.createTIMESTAMPLTZ(DATE value, Calendar cal) Creates a new TIMESTAMPLTZ with the given value.OracleConnectionWrapper.createTIMESTAMPLTZ(String value, Calendar cal) Creates a new TIMESTAMPLTZ with the given value.OracleConnectionWrapper.createTIMESTAMPLTZ(Date value, Calendar cal) Creates a new TIMESTAMPLTZ with the given value.OracleConnectionWrapper.createTIMESTAMPLTZ(Time value, Calendar cal) Creates a new TIMESTAMPLTZ with the given value.OracleConnectionWrapper.createTIMESTAMPLTZ(Timestamp value, Calendar cal) Creates a new TIMESTAMPLTZ with the given value.OracleConnectionWrapper.createTIMESTAMPLTZ(DATE value, Calendar cal) Creates a new TIMESTAMPLTZ with the given value.OracleCallableStatement.getTIMESTAMPLTZ(int paramIdx) Retrieves data into anoracle.sql.TIMESTAMPLTZobject.OracleResultSet.getTIMESTAMPLTZ(int columnIndex) Obtain an oracle.sql.TIMESTAMPLTZ value from the ResultSet.OracleResultSet.getTIMESTAMPLTZ(String columnName) Obtain an oracle.sql.TIMESTAMPLTZ value from the ResultSet.Methods in oracle.jdbc with parameters of type TIMESTAMPLTZModifier and TypeMethodDescriptionvoidOracleCallableStatement.setTIMESTAMPLTZ(String parameterName, TIMESTAMPLTZ x) Sets the designated parameter to anoracle.sql.TIMESTAMPLTZvalue.voidOraclePreparedStatement.setTIMESTAMPLTZ(int parameterIndex, TIMESTAMPLTZ x) Binds the designated parameter to anoracle.sql.TIMESTAMPLTZvalue.voidOraclePreparedStatement.setTIMESTAMPLTZAtName(String parameterName, TIMESTAMPLTZ value) Sets the designated parameter to anoracle.sql.TIMESTAMPLTZvalue.voidOracleResultSet.updateTIMESTAMPLTZ(int columnIndex, TIMESTAMPLTZ value) Oracle extension.voidOracleResultSet.updateTIMESTAMPLTZ(String columnName, TIMESTAMPLTZ value) Oracle extension. -
Uses of TIMESTAMPLTZ in oracle.sql
Methods in oracle.sql that return TIMESTAMPLTZModifier and TypeMethodDescriptionstatic TIMESTAMPLTZTIMESTAMPLTZ.of(Connection conn, LocalDateTime ldt) Creates TIMESTAMPLTZ from the LocalDateTime.static TIMESTAMPLTZTIMESTAMPLTZ.of(Connection conn, OffsetDateTime odt) Creates TIMESTAMPLTZ from the OffsetDateTime.static TIMESTAMPLTZTIMESTAMPLTZ.of(Connection conn, OffsetTime ot) Creates TIMESTAMPLTZ from the OffsetTime.static TIMESTAMPLTZTIMESTAMPLTZ.of(Connection conn, ZonedDateTime zdt) Creates TIMESTAMPLTZ from the ZonedDateTime.