Uses of Interface
oracle.sql.json.OracleJsonDate
-
Packages that use OracleJsonDate Package Description oracle.sql.json The API for JSON type in Oracle Database. -
-
Uses of OracleJsonDate in oracle.sql.json
Methods in oracle.sql.json that return OracleJsonDate Modifier and Type Method Description default OracleJsonDate
OracleJsonValue. asJsonDate()
Returns this value asOracleJsonDate
.OracleJsonDate
OracleJsonFactory. createDate(java.time.LocalDateTime i)
Creates a new JSON date value.
-