public interface OracleJsonIntervalYM extends OracleJsonValue
OracleJsonValue.OracleJsonType
FALSE, NULL, TRUE
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj)
Compares the specified object with this
OracleJsonIntervalYM . |
INTERVALYM |
getINTERVALYM()
Returns this value as a
oracle.sql.INTERVALYM |
java.time.Period |
getPeriod()
Returns this interval as a
Period . |
String |
getString()
Returns this interval as an ISO 8601 String.
|
int |
hashCode()
Returns a hash code equal to
Arrays.hashCode(getINTERVALYM().getBytes()) . |
asJsonArray, asJsonBinary, asJsonDate, asJsonDecimal, asJsonDouble, asJsonFloat, asJsonIntervalDS, asJsonIntervalYM, asJsonNumber, asJsonObject, asJsonString, asJsonTimestamp, asJsonTimestampTZ, getOracleJsonType, toString, wrap
java.time.Period getPeriod()
Period
.INTERVALYM getINTERVALYM()
oracle.sql.INTERVALYM
String getString()
int hashCode()
Arrays.hashCode(getINTERVALYM().getBytes())
.boolean equals(Object obj)
OracleJsonIntervalYM
. Returns
true if and only if the other object is an instance of
OracleJsonIntervalYM
and the intervals are equal.