| Package | Description |
|---|---|
| oracle.jdbc |
Beginning in Oracle9i, the Oracle extensions to JDBC are captured
in the package
oracle.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.
|
| Modifier and Type | Method and Description |
|---|---|
TIMESTAMP |
OracleConnection.createTIMESTAMP(java.sql.Date value)
Creates a new TIMESTAMP with the given value.
|
TIMESTAMP |
OracleConnectionWrapper.createTIMESTAMP(java.sql.Date value)
Creates a new TIMESTAMP with the given value.
|
TIMESTAMP |
OracleConnectionWrapper.createTIMESTAMP(java.sql.Date value)
Creates a new TIMESTAMP with the given value.
|
TIMESTAMP |
OracleConnection.createTIMESTAMP(java.sql.Date value)
Creates a new TIMESTAMP with the given value.
|
TIMESTAMP |
OracleConnection.createTIMESTAMP(DATE value)
Creates a new TIMESTAMP with the given value.
|
TIMESTAMP |
OracleConnectionWrapper.createTIMESTAMP(DATE value)
Creates a new TIMESTAMP with the given value.
|
TIMESTAMP |
OracleConnectionWrapper.createTIMESTAMP(DATE value)
Creates a new TIMESTAMP with the given value.
|
TIMESTAMP |
OracleConnection.createTIMESTAMP(DATE value)
Creates a new TIMESTAMP with the given value.
|
TIMESTAMP |
OracleConnection.createTIMESTAMP(java.lang.String value)
Creates a new TIMESTAMP with the given value.
|
TIMESTAMP |
OracleConnectionWrapper.createTIMESTAMP(java.lang.String value)
Creates a new TIMESTAMP with the given value.
|
TIMESTAMP |
OracleConnectionWrapper.createTIMESTAMP(java.lang.String value)
Creates a new TIMESTAMP with the given value.
|
TIMESTAMP |
OracleConnection.createTIMESTAMP(java.lang.String value)
Creates a new TIMESTAMP with the given value.
|
TIMESTAMP |
OracleConnection.createTIMESTAMP(java.sql.Time value)
Creates a new TIMESTAMP with the given value.
|
TIMESTAMP |
OracleConnectionWrapper.createTIMESTAMP(java.sql.Time value)
Creates a new TIMESTAMP with the given value.
|
TIMESTAMP |
OracleConnectionWrapper.createTIMESTAMP(java.sql.Time value)
Creates a new TIMESTAMP with the given value.
|
TIMESTAMP |
OracleConnection.createTIMESTAMP(java.sql.Time value)
Creates a new TIMESTAMP with the given value.
|
TIMESTAMP |
OracleConnection.createTIMESTAMP(java.sql.Timestamp value)
Creates a new TIMESTAMP with the given value.
|
TIMESTAMP |
OracleConnectionWrapper.createTIMESTAMP(java.sql.Timestamp value)
Creates a new TIMESTAMP with the given value.
|
TIMESTAMP |
OracleConnectionWrapper.createTIMESTAMP(java.sql.Timestamp value)
Creates a new TIMESTAMP with the given value.
|
TIMESTAMP |
OracleConnection.createTIMESTAMP(java.sql.Timestamp value)
Creates a new TIMESTAMP with the given value.
|
TIMESTAMP |
OracleConnection.createTIMESTAMP(java.sql.Timestamp value,
java.util.Calendar cal)
Creates a new TIMESTAMP with the given value.
|
TIMESTAMP |
OracleConnectionWrapper.createTIMESTAMP(java.sql.Timestamp value,
java.util.Calendar cal)
Creates a new TIMESTAMP with the given value.
|
TIMESTAMP |
OracleConnectionWrapper.createTIMESTAMP(java.sql.Timestamp value,
java.util.Calendar cal)
Creates a new TIMESTAMP with the given value.
|
TIMESTAMP |
OracleConnection.createTIMESTAMP(java.sql.Timestamp value,
java.util.Calendar cal)
Creates a new TIMESTAMP with the given value.
|
TIMESTAMP |
OracleCallableStatement.getTIMESTAMP(int paramIdx)
Retrieves data into an
oracle.sql.TIMESTAMP object. |
TIMESTAMP |
OracleResultSet.getTIMESTAMP(int columnIndex)
Obtain an oracle.sql.TIMESTAMP value from the ResultSet.
|
TIMESTAMP |
OracleResultSet.getTIMESTAMP(int columnIndex)
Obtain an oracle.sql.TIMESTAMP value from the ResultSet.
|
TIMESTAMP |
OracleCallableStatement.getTIMESTAMP(int paramIdx)
Retrieves data into an
oracle.sql.TIMESTAMP object. |
TIMESTAMP |
OracleResultSet.getTIMESTAMP(java.lang.String columnName)
Obtain an oracle.sql.TIMESTAMP value from the ResultSet.
|
TIMESTAMP |
OracleResultSet.getTIMESTAMP(java.lang.String columnName)
Obtain an oracle.sql.TIMESTAMP value from the ResultSet.
|
| Modifier and Type | Method and Description |
|---|---|
void |
OraclePreparedStatement.setTIMESTAMP(int parameterIndex,
TIMESTAMP x)
Binds the designated parameter to an oracle.sql.TIMESTAMP value.
|
void |
OraclePreparedStatement.setTIMESTAMP(int parameterIndex,
TIMESTAMP x)
Binds the designated parameter to an oracle.sql.TIMESTAMP value.
|
void |
OracleCallableStatement.setTIMESTAMP(java.lang.String parameterName,
TIMESTAMP x)
Sets the designated parameter to an
oracle.sql.TIMESTAMPvalue. |
void |
OracleCallableStatement.setTIMESTAMP(java.lang.String parameterName,
TIMESTAMP x)
Sets the designated parameter to an
oracle.sql.TIMESTAMPvalue. |
void |
OraclePreparedStatement.setTIMESTAMPAtName(java.lang.String parameterName,
TIMESTAMP value)
Sets the designated parameter to an
oracle.sql.TIMESTAMP value. |
void |
OraclePreparedStatement.setTIMESTAMPAtName(java.lang.String parameterName,
TIMESTAMP value)
Sets the designated parameter to an
oracle.sql.TIMESTAMP value. |
void |
OracleResultSet.updateTIMESTAMP(int columnIndex,
TIMESTAMP value)
Oracle extension.
|
void |
OracleResultSet.updateTIMESTAMP(int columnIndex,
TIMESTAMP value)
Oracle extension.
|
void |
OracleResultSet.updateTIMESTAMP(java.lang.String columnName,
TIMESTAMP value)
Oracle extension.
|
void |
OracleResultSet.updateTIMESTAMP(java.lang.String columnName,
TIMESTAMP value)
Oracle extension.
|
| Modifier and Type | Method and Description |
|---|---|
static TIMESTAMP |
TIMESTAMP.of(java.time.LocalDate ld)
Creates TIMESTAMP from the LocalDate.
|
static TIMESTAMP |
TIMESTAMP.of(java.time.LocalDate ld)
Creates TIMESTAMP from the LocalDate.
|
static TIMESTAMP |
TIMESTAMP.of(java.time.LocalDateTime ldt)
Creates TIMESTAMP from the LocalDateTime.
|
static TIMESTAMP |
TIMESTAMP.of(java.time.LocalDateTime ldt)
Creates TIMESTAMP from the LocalDateTime.
|
static TIMESTAMP |
TIMESTAMP.of(java.time.LocalTime lt)
Creates TIMESTAMP from the LocalTime.
|
static TIMESTAMP |
TIMESTAMP.of(java.time.LocalTime lt)
Creates TIMESTAMP from the LocalTime.
|
static TIMESTAMP |
TIMESTAMP.of(java.time.OffsetDateTime odt)
Create a TIMESTAMP object given a Java OffsetDateTime
|
static TIMESTAMP |
TIMESTAMP.of(java.time.OffsetDateTime odt)
Create a TIMESTAMP object given a Java OffsetDateTime
|
static TIMESTAMP |
TIMESTAMP.of(java.time.OffsetTime ot)
Create a TIMESTAMP object given a Java OffsetTime
|
static TIMESTAMP |
TIMESTAMP.of(java.time.OffsetTime ot)
Create a TIMESTAMP object given a Java OffsetTime
|
static TIMESTAMP |
TIMESTAMP.of(java.time.ZonedDateTime zdt)
Create a TIMESTAMP object given a Java ZonedDateTime
|
static TIMESTAMP |
TIMESTAMP.of(java.time.ZonedDateTime zdt)
Create a TIMESTAMP object given a Java ZonedDateTime
|
static TIMESTAMP |
TIMESTAMP.TimeZoneConvert(java.sql.Connection conn,
TIMESTAMP tstamp,
java.util.TimeZone tz1,
java.util.TimeZone tz2)
Converts the TIMESTAMP object from one timezone to the other
|
static TIMESTAMP |
TIMESTAMP.TimeZoneConvert(java.sql.Connection conn,
TIMESTAMP tstamp,
java.util.TimeZone tz1,
java.util.TimeZone tz2)
Converts the TIMESTAMP object from one timezone to the other
|
static TIMESTAMP |
TIMESTAMPLTZ.toTIMESTAMP(java.sql.Connection conn,
byte[] timestampltz)
Convert a byte array representing a TIMESTAMPLTZ object to a
Oracle TIMESTAMP Object
|
static TIMESTAMP |
TIMESTAMPTZ.toTIMESTAMP(java.sql.Connection conn,
byte[] timestamptz)
Convert a byte array representing a TIMESTAMPTZ object to a
Oracle TIMESTAMP Object
|
static TIMESTAMP |
TIMESTAMPTZ.toTIMESTAMP(java.sql.Connection conn,
byte[] timestamptz)
Convert a byte array representing a TIMESTAMPTZ object to a
Oracle TIMESTAMP Object
|
static TIMESTAMP |
TIMESTAMPLTZ.toTIMESTAMP(java.sql.Connection conn,
byte[] timestampltz)
Convert a byte array representing a TIMESTAMPLTZ object to a
Oracle TIMESTAMP Object
|
| Modifier and Type | Method and Description |
|---|---|
static TIMESTAMP |
TIMESTAMP.TimeZoneConvert(java.sql.Connection conn,
TIMESTAMP tstamp,
java.util.TimeZone tz1,
java.util.TimeZone tz2)
Converts the TIMESTAMP object from one timezone to the other
|
static TIMESTAMP |
TIMESTAMP.TimeZoneConvert(java.sql.Connection conn,
TIMESTAMP tstamp,
java.util.TimeZone tz1,
java.util.TimeZone tz2)
Converts the TIMESTAMP object from one timezone to the other
|
| Modifier and Type | Method and Description |
|---|---|
TIMESTAMP |
OracleJsonTimestamp.getTIMESTAMP()
Returns this value as a SQL
TIMESTAMP. |
TIMESTAMP |
OracleJsonTimestamp.getTIMESTAMP()
Returns this value as a SQL
TIMESTAMP. |