Uses of Class
de.fuberlin.wiwiss.d2rq.sql.types.SQLTimestamp

Packages that use SQLTimestamp
de.fuberlin.wiwiss.d2rq.sql.vendor   
 

Uses of SQLTimestamp in de.fuberlin.wiwiss.d2rq.sql.vendor
 

Subclasses of SQLTimestamp in de.fuberlin.wiwiss.d2rq.sql.vendor
static class MySQL.MySQLCompatibilityTimestampDataType
           
static class Oracle.OracleCompatibilityTimeZoneDataType
           
static class Oracle.OracleCompatibilityTimeZoneLocalDataType
          getString() doesn't really work for TIMESTAMP WITH LOCAL TIME ZONE, we have to use getTimestamp() and format the resulting Timestamp object according to the session's time zone.