Package | Description |
---|---|
org.jooq.impl |
The
org.jooq.impl package contains jOOQ's implementation classes. |
org.jooq.types |
The
org.jooq.tools.types package contains data types that are
missing in JDBC. |
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.ORACLE dialect. |
org.jooq.util.postgres |
The
org.jooq.util.ase package contains classes related to the
SQLDialect.POSTGRES dialect. |
Modifier and Type | Field and Description |
---|---|
static DataType<YearToMonth> |
SQLDataType.INTERVALYEARTOMONTH
The SQL standard
INTERVAL YEAR TO MONTH data type. |
Modifier and Type | Method and Description |
---|---|
YearToMonth |
YearToMonth.abs() |
YearToMonth |
YearToMonth.neg() |
static YearToMonth |
YearToMonth.valueOf(String string)
Parse a string representation of a
INTERVAL YEAR TO MONTH |
Modifier and Type | Method and Description |
---|---|
int |
YearToMonth.compareTo(YearToMonth that) |
Modifier and Type | Field and Description |
---|---|
static DataType<YearToMonth> |
FirebirdDataType.INTERVALYEARTOMONTH |
Modifier and Type | Field and Description |
---|---|
static DataType<YearToMonth> |
HSQLDBDataType.INTERVALYEARTOMONTH |
Modifier and Type | Field and Description |
---|---|
static DataType<YearToMonth> |
OracleDataType.INTERVALYEARTOMONTH |
Modifier and Type | Field and Description |
---|---|
static DataType<YearToMonth> |
PostgresDataType.INTERVALYEARTOMONTH |
Modifier and Type | Method and Description |
---|---|
static YearToMonth |
PostgresUtils.toYearToMonth(Object pgInterval)
Convert a Postgres interval to a jOOQ
YEAR TO MONTH interval |
Modifier and Type | Method and Description |
---|---|
static Object |
PostgresUtils.toPGInterval(YearToMonth interval)
Convert a jOOQ
YEAR TO MONTH interval to a Postgres representation |
Copyright © 2014. All Rights Reserved.