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 OracleJsonDateOracleJsonValue. asJsonDate()Returns this value asOracleJsonDate.OracleJsonDateOracleJsonFactory. createDate(java.time.LocalDateTime i)Creates a new JSON date value.
-