| Package | Description | 
|---|---|
| org.jooq.impl | The  org.jooq.implpackage contains jOOQ's implementation classes. | 
| org.jooq.types | The  org.jooq.tools.typespackage contains data types that are
 missing in JDBC. | 
| org.jooq.util.firebird | The  org.jooq.util.asepackage contains classes related to theSQLDialect.FIREBIRDdialect. | 
| org.jooq.util.hsqldb | The  org.jooq.util.asepackage contains classes related to theSQLDialect.HSQLDBdialect. | 
| org.jooq.util.oracle | The  org.jooq.util.asepackage contains classes related to theSQLDialect.ORACLEdialect. | 
| org.jooq.util.postgres | The  org.jooq.util.asepackage contains classes related to theSQLDialect.POSTGRESdialect. | 
| org.jooq.util.redshift | The  org.jooq.util.asepackage contains classes related to theSQLDialect.REDSHIFTdialect. | 
| Modifier and Type | Field and Description | 
|---|---|
| static DataType<DayToSecond> | SQLDataType. INTERVALDAYTOSECONDThe SQL standard  INTERVAL DAY TO SECONDdata type. | 
| Modifier and Type | Method and Description | 
|---|---|
| static Field<DayToSecond> | DSL. timestampDiff(Field<Timestamp> timestamp1,
             Field<Timestamp> timestamp2)Get the timestamp difference as a  INTERVAL DAY TO SECONDtype. | 
| static Field<DayToSecond> | DSL. timestampDiff(Field<Timestamp> timestamp1,
             Timestamp timestamp2)Get the timestamp difference as a  INTERVAL DAY TO SECONDtype. | 
| static Field<DayToSecond> | DSL. timestampDiff(Timestamp timestamp1,
             Field<Timestamp> timestamp2)Get the timestamp difference as a  INTERVAL DAY TO SECONDtype. | 
| static Field<DayToSecond> | DSL. timestampDiff(Timestamp timestamp1,
             Timestamp timestamp2)Get the timestamp difference as a  INTERVAL DAY TO SECONDtype. | 
| Modifier and Type | Method and Description | 
|---|---|
| DayToSecond | DayToSecond. abs() | 
| DayToSecond | DayToSecond. neg() | 
| static DayToSecond | DayToSecond. valueOf(double milli)Load a  Doublerepresentation of aINTERVAL DAY TO SECOND | 
| static DayToSecond | DayToSecond. valueOf(String string)Parse a string representation of a  INTERVAL DAY TO SECOND | 
| Modifier and Type | Method and Description | 
|---|---|
| int | DayToSecond. compareTo(DayToSecond that) | 
| Modifier and Type | Field and Description | 
|---|---|
| static DataType<DayToSecond> | FirebirdDataType. INTERVALDAYTOSECOND | 
| Modifier and Type | Field and Description | 
|---|---|
| static DataType<DayToSecond> | HSQLDBDataType. INTERVALDAYTOSECOND | 
| Modifier and Type | Field and Description | 
|---|---|
| static DataType<DayToSecond> | OracleDataType. INTERVALDAYTOSECOND | 
| Modifier and Type | Field and Description | 
|---|---|
| static DataType<DayToSecond> | PostgresDataType. INTERVALDAYTOSECOND | 
| Modifier and Type | Method and Description | 
|---|---|
| static DayToSecond | PostgresUtils. toDayToSecond(Object pgInterval)Convert a Postgres interval to a jOOQ  DAY TO SECONDinterval | 
| Modifier and Type | Method and Description | 
|---|---|
| static Object | PostgresUtils. toPGInterval(DayToSecond interval)Convert a jOOQ  DAY TO SECONDinterval to a Postgres representation | 
| Modifier and Type | Field and Description | 
|---|---|
| static DataType<DayToSecond> | RedshiftDataType. INTERVALDAYTOSECOND | 
Copyright © 2016. All Rights Reserved.