|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use YearToMonth | |
|---|---|
| org.jooq.impl | |
| org.jooq.types | |
| org.jooq.util.oracle | |
| org.jooq.util.postgres | |
| Uses of YearToMonth in org.jooq.impl |
|---|
| Fields in org.jooq.impl with type parameters of type YearToMonth | |
|---|---|
static SQLDataType<YearToMonth> |
SQLDataType.INTERVALYEARTOMONTH
The SQL standard INTERVAL YEAR TO MONTH data type |
| Uses of YearToMonth in org.jooq.types |
|---|
| Methods in org.jooq.types that return YearToMonth | |
|---|---|
YearToMonth |
YearToMonth.abs()
|
YearToMonth |
YearToMonth.neg()
|
static YearToMonth |
YearToMonth.valueOf(String string)
Parse a string representation of a INTERVAL YEAR TO MONTH |
| Methods in org.jooq.types with parameters of type YearToMonth | |
|---|---|
int |
YearToMonth.compareTo(YearToMonth that)
|
| Uses of YearToMonth in org.jooq.util.oracle |
|---|
| Fields in org.jooq.util.oracle with type parameters of type YearToMonth | |
|---|---|
static OracleDataType<YearToMonth> |
OracleDataType.INTERVALYEARTOMONTH
|
| Uses of YearToMonth in org.jooq.util.postgres |
|---|
| Fields in org.jooq.util.postgres with type parameters of type YearToMonth | |
|---|---|
static PostgresDataType<YearToMonth> |
PostgresDataType.INTERVALYEARTOMONTH
|
| Methods in org.jooq.util.postgres that return YearToMonth | |
|---|---|
static YearToMonth |
PGIntervalConverter.toYearToMonth(Object pgInterval)
Convert a Postgres interval to a jOOQ YEAR TO MONTH interval |
| Methods in org.jooq.util.postgres with parameters of type YearToMonth | |
|---|---|
static Object |
PGIntervalConverter.toPGInterval(YearToMonth interval)
Convert a jOOQ YEAR TO MONTH interval to a Postgres representation |
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||