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