| Package | Description |
|---|---|
| org.jooq.impl |
The
org.jooq.impl package contains jOOQ's implementation classes
This package provides implementations for the jOOQ API from
org.jooq, whose interfaces are constructed mostly through the
Factory class, which hides implementation facts from
the public API |
| org.jooq.types |
The
org.jooq.tools.types package contains data types that are
missing in JDBC
JDBC is missing some important SQL data types, such as INTERVAL types, or
UNSIGNED NUMBER types. |
| org.jooq.util.firebird |
The
org.jooq.util.ase package contains classes related to the
SQLDialect.FIREBIRD dialect |
| org.jooq.util.hsqldb |
The
org.jooq.util.ase package contains classes related to the
SQLDialect.HSQLDB dialect |
| org.jooq.util.oracle |
The
org.jooq.util.ase package contains classes related to the
SQLDialect.MYSQL dialect |
| org.jooq.util.postgres |
The
org.jooq.util.ase package contains classes related to the
SQLDialect.POSTGRES dialect |
| Class and Description |
|---|
| DayToSecond
An implementation for the SQL standard
INTERVAL DAY TO SECOND
data type. |
| YearToMonth
An implementation for the SQL standard
INTERVAL YEAR TO MONTH
data type. |
| Class and Description |
|---|
| DayToSecond
An implementation for the SQL standard
INTERVAL DAY TO SECOND
data type. |
| Interval
A substitute for JDBC's missing
java.sql.Interval data type. |
| YearToMonth
An implementation for the SQL standard
INTERVAL YEAR TO MONTH
data type. |
| Class and Description |
|---|
| DayToSecond
An implementation for the SQL standard
INTERVAL DAY TO SECOND
data type. |
| YearToMonth
An implementation for the SQL standard
INTERVAL YEAR TO MONTH
data type. |
| Class and Description |
|---|
| DayToSecond
An implementation for the SQL standard
INTERVAL DAY TO SECOND
data type. |
| YearToMonth
An implementation for the SQL standard
INTERVAL YEAR TO MONTH
data type. |
| Class and Description |
|---|
| DayToSecond
An implementation for the SQL standard
INTERVAL DAY TO SECOND
data type. |
| YearToMonth
An implementation for the SQL standard
INTERVAL YEAR TO MONTH
data type. |
| Class and Description |
|---|
| DayToSecond
An implementation for the SQL standard
INTERVAL DAY TO SECOND
data type. |
| YearToMonth
An implementation for the SQL standard
INTERVAL YEAR TO MONTH
data type. |
Copyright © 2013. All Rights Reserved.