public class ROWID extends Datum implements oracle.jdbc.internal.OracleRowId
ojiOracleDatumWithConnection, targetDatum| Modifier and Type | Method and Description |
|---|---|
boolean |
isConvertibleTo(java.lang.Class<?> jClass)
Test whether this data object can be converted to the specified
Java data type.
|
java.lang.String |
stringValue()
Convert this data object into a String.
|
java.lang.Object |
toJdbc()
Convert this data object into its default Java object type.
|
java.lang.String |
toString()
Implements the java.sql.RowId.toString()
|
asciiStreamValue, bigDecimalValue, binaryStreamValue, booleanValue, bytesEqual, bytesHashCode, byteValue, characterStreamValue, compareBytes, dateValue, doubleValue, equals, floatValue, getBytes, getConnectionDuringExceptionHandling, getLength, getStream, intValue, isNull, longValue, setBytes, setShareBytes, shareBytes, stringValue, timestampValue, timestampValue, timeValue, timeValue, toClasspublic java.lang.Object toJdbc()
throws java.sql.SQLException
public boolean isConvertibleTo(java.lang.Class<?> jClass)
isConvertibleTo in class DatumjClass - specifies the Java data type to test against.public java.lang.String stringValue()
stringValue in class Datumpublic java.lang.String toString()
toString in interface java.sql.RowIdtoString in class java.lang.Object