INTERVALYM
Extends Datum. Used for measuring time differences. New with Oracle9i.
The constructors for this class are:
INTERVALYM( ) INTERVALYM(byte[]intervalYM) INTERVALYM(java.lang.Stringstr)
with the instance initialized to 0:0, intervalYM, or str.
Methods
- isConvertibleTo(java.lang.Class cls )
Returns Boolean if the object can be converted to cls.
- makeJdbcArray(int arraySize )
Returns java.lang.Object array of arraySize representation of the datum.
- toBytes( )
Returns INTERVALYM object as a byte array.
- toBytes(java.lang.String str )
Returns byte array as Java String conversion of INTERVALYM. Static method.
- toJdbc( )
Returns java.lang.Object as JDBC representation of the INTERVALYM object.
- toString( )
Returns java.lang.String representation of INTERVALYM.
- toString(byte[] inparray )
Returns static java.lang.String representation of INTERVALYM inparray.
Inherited methods
Inherits all methods from oracle.sql.Datum except isConvertibleTo, makeJdbcArray, and toJdbc.
Inherits all methods from java.lang.Object except clone, equals, and finalize.
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access