public static class Oracle.OracleCompatibilityTimeZoneDataType extends SQLTimestamp
DataType.GenericType| Constructor and Description |
|---|
Oracle.OracleCompatibilityTimeZoneDataType(Vendor syntax,
String name) |
| Modifier and Type | Method and Description |
|---|---|
String |
value(ResultSet resultSet,
int column)
Retrieves a string value in preferred format (canonical form
of the closest XSD type) from a SQL ResultSet.
|
isIRISafe, rdfType, toSQLLiteralisUnsupported, name, supportsDistinct, syntax, toString, valueRegexpublic String value(ResultSet resultSet, int column) throws SQLException
DataTypevalue in class SQLTimestampresultSet - Result of a SELECT querycolumn - The column index to retrieve; leftmost columns is 1null if SQL result was null or is not representable in the XSD typeSQLException