Serializable, RowId, oracle.jdbc.internal.ACProxyable, oracle.jdbc.internal.OracleRowIdpublic class ROWID extends Datum implements oracle.jdbc.internal.OracleRowId
ojiOracleDatumWithConnection, targetDatum| Modifier and Type | Method | Description |
|---|---|---|
boolean |
isConvertibleTo(Class jClass) |
Test whether this data object can be converted to the specified
Java data type.
|
String |
stringValue() |
Convert this data object into a String.
|
Object |
toJdbc() |
Convert this data object into its default Java object type.
|
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 Object toJdbc() throws SQLException
toJdbc in class DatumSQLException - if any of the lower layer code throws an exception.public boolean isConvertibleTo(Class jClass)
isConvertibleTo in class DatumjClass - specifies the Java data type to test against.public String stringValue()
stringValue in class Datum