Package | Description |
---|---|
oracle.sql.json |
The API for JSON type in Oracle Database.
|
Modifier and Type | Method and Description |
---|---|
default OracleJsonTimestampTZ |
OracleJsonValue.asJsonTimestampTZ()
Returns this value as
OracleJsonTimestampTZ . |
default OracleJsonTimestampTZ |
OracleJsonValue.asJsonTimestampTZ()
Returns this value as
OracleJsonTimestampTZ . |
OracleJsonTimestampTZ |
OracleJsonFactory.createTimestampTZ(java.time.OffsetDateTime i)
Creates a new JSON timestamp value.
|
OracleJsonTimestampTZ |
OracleJsonFactory.createTimestampTZ(java.time.OffsetDateTime i)
Creates a new JSON timestamp value.
|