Uses of Class
oracle.sql.TIMESTAMPLTZ
-
Packages that use TIMESTAMPLTZ Package Description oracle.jdbc Beginning in Oracle9i, the Oracle extensions to JDBC are captured in the packageoracle.jdbc.oracle.sql 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 TIMESTAMPLTZ Modifier and Type Method Description TIMESTAMPLTZOracleConnection. createTIMESTAMPLTZ(String value, Calendar cal)Creates a new TIMESTAMPLTZ with the given value.TIMESTAMPLTZOracleConnection. createTIMESTAMPLTZ(Date value, Calendar cal)Creates a new TIMESTAMPLTZ with the given value.TIMESTAMPLTZOracleConnection. createTIMESTAMPLTZ(Time value, Calendar cal)Creates a new TIMESTAMPLTZ with the given value.TIMESTAMPLTZOracleConnection. createTIMESTAMPLTZ(Timestamp value, Calendar cal)Creates a new TIMESTAMPLTZ with the given value.TIMESTAMPLTZOracleConnection. createTIMESTAMPLTZ(DATE value, Calendar cal)Creates a new TIMESTAMPLTZ with the given value.TIMESTAMPLTZOracleConnectionWrapper. createTIMESTAMPLTZ(String value, Calendar cal)Creates a new TIMESTAMPLTZ with the given value.TIMESTAMPLTZOracleConnectionWrapper. createTIMESTAMPLTZ(Date value, Calendar cal)Creates a new TIMESTAMPLTZ with the given value.TIMESTAMPLTZOracleConnectionWrapper. createTIMESTAMPLTZ(Time value, Calendar cal)Creates a new TIMESTAMPLTZ with the given value.TIMESTAMPLTZOracleConnectionWrapper. createTIMESTAMPLTZ(Timestamp value, Calendar cal)Creates a new TIMESTAMPLTZ with the given value.TIMESTAMPLTZOracleConnectionWrapper. createTIMESTAMPLTZ(DATE value, Calendar cal)Creates a new TIMESTAMPLTZ with the given value.TIMESTAMPLTZOracleCallableStatement. getTIMESTAMPLTZ(int paramIdx)Retrieves data into anoracle.sql.TIMESTAMPLTZobject.TIMESTAMPLTZOracleResultSet. getTIMESTAMPLTZ(int columnIndex)Obtain an oracle.sql.TIMESTAMPLTZ value from the ResultSet.TIMESTAMPLTZOracleResultSet. getTIMESTAMPLTZ(String columnName)Obtain an oracle.sql.TIMESTAMPLTZ value from the ResultSet.Methods in oracle.jdbc with parameters of type TIMESTAMPLTZ Modifier and Type Method Description voidOracleCallableStatement. 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 TIMESTAMPLTZ Modifier and Type Method Description static TIMESTAMPLTZTIMESTAMPLTZ. of(Connection conn, java.time.LocalDateTime ldt)Creates TIMESTAMPLTZ from the LocalDateTime.static TIMESTAMPLTZTIMESTAMPLTZ. of(Connection conn, java.time.OffsetDateTime odt)Creates TIMESTAMPLTZ from the OffsetDateTime.static TIMESTAMPLTZTIMESTAMPLTZ. of(Connection conn, java.time.OffsetTime ot)Creates TIMESTAMPLTZ from the OffsetTime.static TIMESTAMPLTZTIMESTAMPLTZ. of(Connection conn, java.time.ZonedDateTime zdt)Creates TIMESTAMPLTZ from the ZonedDateTime.
-