Uses of Class
org.d2rq.db.types.SQLTimestamp

Packages that use SQLTimestamp
org.d2rq.db.vendor   
 

Uses of SQLTimestamp in org.d2rq.db.vendor
 

Subclasses of SQLTimestamp in org.d2rq.db.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.