public interface OracleJsonIntervalYM extends OracleJsonValue
OracleJsonValue.OracleJsonTypeFALSE, 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, wrapjava.time.Period getPeriod()
Period.INTERVALYM getINTERVALYM()
oracle.sql.INTERVALYMString 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.