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