Uses of Class
org.jooq.types.DayToSecond

Packages that use DayToSecond
org.jooq.impl   
org.jooq.types   
org.jooq.util.firebird   
org.jooq.util.hsqldb   
org.jooq.util.oracle   
org.jooq.util.postgres   
 

Uses of DayToSecond in org.jooq.impl
 

Fields in org.jooq.impl with type parameters of type DayToSecond
static SQLDataType<DayToSecond> SQLDataType.INTERVALDAYTOSECOND
          The SQL standard INTERVAL DAY TO SECOND data type
 

Methods in org.jooq.impl that return types with arguments of type DayToSecond
static Field<DayToSecond> Factory.timestampDiff(Field<Timestamp> timestamp1, Field<Timestamp> timestamp2)
          Get the timestamp difference as a INTERVAL DAY TO SECOND type This translates into any dialect
static Field<DayToSecond> Factory.timestampDiff(Field<Timestamp> timestamp1, Timestamp timestamp2)
          Get the timestamp difference as a INTERVAL DAY TO SECOND type This translates into any dialect
static Field<DayToSecond> Factory.timestampDiff(Timestamp timestamp1, Field<Timestamp> timestamp2)
          Get the timestamp difference as a INTERVAL DAY TO SECOND type This translates into any dialect
static Field<DayToSecond> Factory.timestampDiff(Timestamp timestamp1, Timestamp timestamp2)
          Get the timestamp difference as a INTERVAL DAY TO SECOND type This translates into any dialect
 

Uses of DayToSecond in org.jooq.types
 

Methods in org.jooq.types that return DayToSecond
 DayToSecond DayToSecond.abs()
           
 DayToSecond DayToSecond.neg()
           
static DayToSecond DayToSecond.valueOf(double milli)
          Load a Double representation of a INTERVAL DAY TO SECOND
static DayToSecond DayToSecond.valueOf(String string)
          Parse a string representation of a INTERVAL DAY TO SECOND
 

Methods in org.jooq.types with parameters of type DayToSecond
 int DayToSecond.compareTo(DayToSecond that)
           
 

Uses of DayToSecond in org.jooq.util.firebird
 

Fields in org.jooq.util.firebird with type parameters of type DayToSecond
static FirebirdDataType<DayToSecond> FirebirdDataType.INTERVALDAYTOSECOND
           
 

Uses of DayToSecond in org.jooq.util.hsqldb
 

Fields in org.jooq.util.hsqldb with type parameters of type DayToSecond
static HSQLDBDataType<DayToSecond> HSQLDBDataType.INTERVALDAYTOSECOND
           
 

Uses of DayToSecond in org.jooq.util.oracle
 

Fields in org.jooq.util.oracle with type parameters of type DayToSecond
static OracleDataType<DayToSecond> OracleDataType.INTERVALDAYTOSECOND
           
 

Uses of DayToSecond in org.jooq.util.postgres
 

Fields in org.jooq.util.postgres with type parameters of type DayToSecond
static PostgresDataType<DayToSecond> PostgresDataType.INTERVALDAYTOSECOND
           
 

Methods in org.jooq.util.postgres that return DayToSecond
static DayToSecond PostgresUtils.toDayToSecond(Object pgInterval)
          Convert a Postgres interval to a jOOQ DAY TO SECOND interval
static DayToSecond PGIntervalConverter.toDayToSecond(Object pgInterval)
          Deprecated. - 2.3.0 - Use PostgresUtils.toDayToSecond(Object) methods instead
 

Methods in org.jooq.util.postgres with parameters of type DayToSecond
static Object PostgresUtils.toPGInterval(DayToSecond interval)
          Convert a jOOQ DAY TO SECOND interval to a Postgres representation
static Object PGIntervalConverter.toPGInterval(DayToSecond interval)
          Deprecated. - 2.3.0 - Use PostgresUtils.toPGInterval(DayToSecond) methods instead
 



Copyright © 2012. All Rights Reserved.