Uses of Class
oracle.sql.TIMESTAMP
-
Packages that use TIMESTAMP 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.oracle.sql.json The API for JSON type in Oracle Database. -
- <section role="region">
Uses of TIMESTAMP in oracle.jdbc
Methods in oracle.jdbc that return TIMESTAMP Modifier and Type Method Description TIMESTAMPOracleConnection. createTIMESTAMP(String value)Creates a new TIMESTAMP with the given value.TIMESTAMPOracleConnection. createTIMESTAMP(Date value)Creates a new TIMESTAMP with the given value.TIMESTAMPOracleConnection. createTIMESTAMP(Time value)Creates a new TIMESTAMP with the given value.TIMESTAMPOracleConnection. createTIMESTAMP(Timestamp value)Creates a new TIMESTAMP with the given value.TIMESTAMPOracleConnection. createTIMESTAMP(Timestamp value, Calendar cal)Creates a new TIMESTAMP with the given value.TIMESTAMPOracleConnection. createTIMESTAMP(DATE value)Creates a new TIMESTAMP with the given value.TIMESTAMPOracleConnectionWrapper. createTIMESTAMP(String value)Creates a new TIMESTAMP with the given value.TIMESTAMPOracleConnectionWrapper. createTIMESTAMP(Date value)Creates a new TIMESTAMP with the given value.TIMESTAMPOracleConnectionWrapper. createTIMESTAMP(Time value)Creates a new TIMESTAMP with the given value.TIMESTAMPOracleConnectionWrapper. createTIMESTAMP(Timestamp value)Creates a new TIMESTAMP with the given value.TIMESTAMPOracleConnectionWrapper. createTIMESTAMP(Timestamp value, Calendar cal)Creates a new TIMESTAMP with the given value.TIMESTAMPOracleConnectionWrapper. createTIMESTAMP(DATE value)Creates a new TIMESTAMP with the given value.TIMESTAMPOracleCallableStatement. getTIMESTAMP(int paramIdx)Retrieves data into anoracle.sql.TIMESTAMPobject.TIMESTAMPOracleResultSet. getTIMESTAMP(int columnIndex)Obtain an oracle.sql.TIMESTAMP value from the ResultSet.TIMESTAMPOracleResultSet. getTIMESTAMP(String columnName)Obtain an oracle.sql.TIMESTAMP value from the ResultSet.
</section>Methods in oracle.jdbc with parameters of type TIMESTAMP Modifier and Type Method Description voidOracleCallableStatement. setTIMESTAMP(String parameterName, TIMESTAMP x)Sets the designated parameter to anoracle.sql.TIMESTAMPvalue.voidOraclePreparedStatement. setTIMESTAMP(int parameterIndex, TIMESTAMP x)Binds the designated parameter to an oracle.sql.TIMESTAMP value.voidOraclePreparedStatement. setTIMESTAMPAtName(String parameterName, TIMESTAMP value)Sets the designated parameter to anoracle.sql.TIMESTAMPvalue.voidOracleResultSet. updateTIMESTAMP(int columnIndex, TIMESTAMP value)Oracle extension.voidOracleResultSet. updateTIMESTAMP(String columnName, TIMESTAMP value)Oracle extension. - <section role="region">
Uses of TIMESTAMP in oracle.sql
Methods in oracle.sql that return TIMESTAMP Modifier and Type Method Description static TIMESTAMPTIMESTAMP. of(java.time.LocalDateTime ldt)Creates TIMESTAMP from the LocalDateTime.static TIMESTAMPTIMESTAMP. TimeZoneConvert(Connection conn, TIMESTAMP tstamp, TimeZone tz1, TimeZone tz2)Converts the TIMESTAMP object from one timezone to the otherstatic TIMESTAMPTIMESTAMPLTZ. toTIMESTAMP(Connection conn, byte[] timestampltz)Convert a byte array representing a TIMESTAMPLTZ object to a Oracle TIMESTAMP Objectstatic TIMESTAMPTIMESTAMPTZ. toTIMESTAMP(Connection conn, byte[] timestamptz)Convert a byte array representing a TIMESTAMPTZ object to a Oracle TIMESTAMP Object
</section>Methods in oracle.sql with parameters of type TIMESTAMP Modifier and Type Method Description static TIMESTAMPTIMESTAMP. TimeZoneConvert(Connection conn, TIMESTAMP tstamp, TimeZone tz1, TimeZone tz2)Converts the TIMESTAMP object from one timezone to the other - <section role="region">
Uses of TIMESTAMP in oracle.sql.json
</section>Methods in oracle.sql.json that return TIMESTAMP Modifier and Type Method Description TIMESTAMPOracleJsonTimestamp. getTIMESTAMP()Returns this value as a SQLTIMESTAMP.
- <section role="region">