Uses of Class
org.jooq.types.YearToMonth
Package
Description
This package contains jOOQ's implementation classes.
This package contains data types that are missing in JDBC.
This package contains classes related to the
SQLDialect.AURORA_POSTGRES
dialect family.This package contains classes related to the
SQLDialect.COCKROACHDB
dialect family.This package contains classes related to the
SQLDialect.EXASOL
dialect family.This package contains classes related to the
SQLDialect.FIREBIRD
dialect family.This package contains classes related to the
SQLDialect.H2
dialect family.This package contains classes related to the
SQLDialect.HSQLDB
dialect family.This package contains classes related to the
SQLDialect.ORACLE
dialect family.This package contains classes related to the
SQLDialect.POSTGRES
dialect family.This package contains classes related to the
SQLDialect.REDSHIFT
dialect family.This package contains classes related to the
SQLDialect.YUGABYTEDB
dialect family.-
Uses of YearToMonth in org.jooq.impl
Modifier and TypeFieldDescriptionstatic final DataType<YearToMonth>
SQLDataType.INTERVALYEARTOMONTH
The SQL standardINTERVAL YEAR TO MONTH
data type. -
Uses of YearToMonth in org.jooq.types
Modifier and TypeMethodDescriptionfinal YearToMonth
YearToMonth.abs()
final YearToMonth
YearToSecond.getYearToMonth()
static YearToMonth
Parse a standard SQL string representation of aINTERVAL MONTH
.final YearToMonth
YearToMonth.neg()
static YearToMonth
Parse a string representation of aINTERVAL YEAR TO MONTH
.static YearToMonth
Parse a standard SQL string representation of aINTERVAL YEAR
.static YearToMonth
YearToMonth.yearToMonth
(String string) Parse a standard SQL string representation of aINTERVAL YEAR TO MONTH
. -
Uses of YearToMonth in org.jooq.util.aurorapostgres
Modifier and TypeFieldDescriptionstatic final DataType<YearToMonth>
AuroraPostgresDataType.INTERVALYEARTOMONTH
Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of YearToMonth in org.jooq.util.cockroachdb
Modifier and TypeFieldDescriptionstatic final DataType<YearToMonth>
CockroachDBDataType.INTERVALYEARTOMONTH
Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of YearToMonth in org.jooq.util.exasol
Modifier and TypeFieldDescriptionstatic final DataType<YearToMonth>
ExasolDataType.INTERVALYEARTOMONTH
Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of YearToMonth in org.jooq.util.firebird
Modifier and TypeFieldDescriptionstatic final DataType<YearToMonth>
FirebirdDataType.INTERVALYEARTOMONTH
Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of YearToMonth in org.jooq.util.h2
Modifier and TypeFieldDescriptionstatic final DataType<YearToMonth>
H2DataType.INTERVALYEARTOMONTH
Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of YearToMonth in org.jooq.util.hsqldb
Modifier and TypeFieldDescriptionstatic final DataType<YearToMonth>
HSQLDBDataType.INTERVALYEARTOMONTH
Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of YearToMonth in org.jooq.util.oracle
Modifier and TypeFieldDescriptionstatic final DataType<YearToMonth>
OracleDataType.INTERVALYEARTOMONTH
Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of YearToMonth in org.jooq.util.postgres
Modifier and TypeFieldDescriptionstatic final DataType<YearToMonth>
PostgresDataType.INTERVALYEARTOMONTH
Deprecated, for removal: This API element is subject to removal in a future version.Modifier and TypeMethodDescriptionstatic YearToMonth
PostgresUtils.toYearToMonth
(Object pgInterval) Convert a Postgres interval to a jOOQYEAR TO MONTH
intervalModifier and TypeMethodDescriptionstatic Object
PostgresUtils.toPGInterval
(YearToMonth interval) Convert a jOOQYEAR TO MONTH
interval to a Postgres representationstatic Object
PostgresUtils.toRedshiftInterval
(YearToMonth interval) Convert a jOOQYEAR TO MONTH
interval to a Redshift representation -
Uses of YearToMonth in org.jooq.util.redshift
Modifier and TypeFieldDescriptionstatic final DataType<YearToMonth>
RedshiftDataType.INTERVALYEARTOMONTH
Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of YearToMonth in org.jooq.util.yugabytedb
Modifier and TypeFieldDescriptionstatic final DataType<YearToMonth>
YugabyteDBDataType.INTERVALYEARTOMONTH
Deprecated, for removal: This API element is subject to removal in a future version.