Uses of Class
oracle.sql.TIMESTAMP
Packages that use TIMESTAMP
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 TIMESTAMP in oracle.jdbc
Methods in oracle.jdbc that return TIMESTAMPModifier and TypeMethodDescriptionOracleConnection.createTIMESTAMP(String value) Creates a new TIMESTAMP with the given value.OracleConnection.createTIMESTAMP(Date value) Creates a new TIMESTAMP with the given value.OracleConnection.createTIMESTAMP(Time value) Creates a new TIMESTAMP with the given value.OracleConnection.createTIMESTAMP(Timestamp value) Creates a new TIMESTAMP with the given value.OracleConnection.createTIMESTAMP(Timestamp value, Calendar cal) Creates a new TIMESTAMP with the given value.OracleConnection.createTIMESTAMP(DATE value) Creates a new TIMESTAMP with the given value.OracleConnectionWrapper.createTIMESTAMP(String value) Creates a new TIMESTAMP with the given value.OracleConnectionWrapper.createTIMESTAMP(Date value) Creates a new TIMESTAMP with the given value.OracleConnectionWrapper.createTIMESTAMP(Time value) Creates a new TIMESTAMP with the given value.OracleConnectionWrapper.createTIMESTAMP(Timestamp value) Creates a new TIMESTAMP with the given value.OracleConnectionWrapper.createTIMESTAMP(Timestamp value, Calendar cal) Creates a new TIMESTAMP with the given value.OracleConnectionWrapper.createTIMESTAMP(DATE value) Creates a new TIMESTAMP with the given value.OracleCallableStatement.getTIMESTAMP(int paramIdx) Retrieves data into anoracle.sql.TIMESTAMPobject.OracleResultSet.getTIMESTAMP(int columnIndex) Obtain an oracle.sql.TIMESTAMP value from the ResultSet.OracleResultSet.getTIMESTAMP(String columnName) Obtain an oracle.sql.TIMESTAMP value from the ResultSet.Methods in oracle.jdbc with parameters of type TIMESTAMPModifier and TypeMethodDescriptionvoidOracleCallableStatement.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. -
Uses of TIMESTAMP in oracle.sql
Methods in oracle.sql that return TIMESTAMPModifier and TypeMethodDescriptionstatic TIMESTAMPCreates TIMESTAMP from the LocalDate.static TIMESTAMPTIMESTAMP.of(LocalDateTime ldt) Creates TIMESTAMP from the LocalDateTime.static TIMESTAMPCreates TIMESTAMP from the LocalTime.static TIMESTAMPTIMESTAMP.of(OffsetDateTime odt) Create a TIMESTAMP object given a Java OffsetDateTimestatic TIMESTAMPTIMESTAMP.of(OffsetTime ot) Create a TIMESTAMP object given a Java OffsetTimestatic TIMESTAMPTIMESTAMP.of(ZonedDateTime zdt) Create a TIMESTAMP object given a Java ZonedDateTimestatic 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 ObjectMethods in oracle.sql with parameters of type TIMESTAMPModifier and TypeMethodDescriptionstatic TIMESTAMPTIMESTAMP.TimeZoneConvert(Connection conn, TIMESTAMP tstamp, TimeZone tz1, TimeZone tz2) Converts the TIMESTAMP object from one timezone to the other -
Uses of TIMESTAMP in oracle.sql.json
Methods in oracle.sql.json that return TIMESTAMPModifier and TypeMethodDescriptionOracleJsonTimestamp.getTIMESTAMP()Returns this value as a SQLTIMESTAMP.