public interface OracleJsonDate extends OracleJsonValue
OracleJsonValue.OracleJsonType
FALSE, NULL, TRUE
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object other)
Compares the specified object with this
OracleJsonDate . |
DATE |
getDATE()
Returns this value as a SQL
DATE . |
java.time.LocalDateTime |
getLocalDateTime()
Returns this value as an
LocalDateTime . |
String |
getString()
Returns this date as a String in ISO 8601 format.
|
int |
hashCode()
Returns a hash code that is equal to
java.util.Arrays.hashCode(getDATE().getBytes()) |
asJsonArray, asJsonBinary, asJsonDate, asJsonDecimal, asJsonDouble, asJsonFloat, asJsonIntervalDS, asJsonIntervalYM, asJsonNumber, asJsonObject, asJsonString, asJsonTimestamp, asJsonTimestampTZ, getOracleJsonType, toString, wrap
java.time.LocalDateTime getLocalDateTime()
LocalDateTime
.LocalDateTime
DATE getDATE()
DATE
.String getString()
int hashCode()
java.util.Arrays.hashCode(getDATE().getBytes())
boolean equals(Object other)
OracleJsonDate
. Returns
true if and only if the other object is an instance of
OracleJsonDate
and is equal to this date.