de.fuberlin.wiwiss.d2rq.sql.vendor
Class Oracle.OracleCompatibilityTimeZoneDataType
java.lang.Object
de.fuberlin.wiwiss.d2rq.sql.types.DataType
de.fuberlin.wiwiss.d2rq.sql.types.SQLTimestamp
de.fuberlin.wiwiss.d2rq.sql.vendor.Oracle.OracleCompatibilityTimeZoneDataType
- Enclosing class:
- Oracle
public static class Oracle.OracleCompatibilityTimeZoneDataType
- extends SQLTimestamp
Fields inherited from class de.fuberlin.wiwiss.d2rq.sql.types.DataType |
log |
Method Summary |
String |
value(ResultSet resultSet,
int column)
Retrieves a string value in preferred format (canonical form
of the closest XSD type) from a SQL ResultSet. |
Oracle.OracleCompatibilityTimeZoneDataType
public Oracle.OracleCompatibilityTimeZoneDataType(Vendor syntax,
String name)
value
public String value(ResultSet resultSet,
int column)
throws SQLException
- Description copied from class:
DataType
- Retrieves a string value in preferred format (canonical form
of the closest XSD type) from a SQL ResultSet.
- Overrides:
value
in class SQLTimestamp
- Parameters:
resultSet
- Result of a SELECT querycolumn
- The column index to retrieve; leftmost columns is 1
- Returns:
- String representation, or
null
if SQL result was null or is not representable in the XSD type
- Throws:
SQLException