Uses of Class
org.jooq.types.YearToMonth
Packages that use 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
Fields in org.jooq.impl with type parameters of type YearToMonthModifier and TypeFieldDescriptionstatic final DataType<YearToMonth> SQLDataType.INTERVALYEARTOMONTHThe SQL standardINTERVAL YEAR TO MONTHdata type. -
Uses of YearToMonth in org.jooq.types
Methods in org.jooq.types that return YearToMonthModifier and TypeMethodDescriptionfinal YearToMonthYearToMonth.abs()final YearToMonthYearToSecond.getYearToMonth()static YearToMonthParse a standard SQL string representation of aINTERVAL MONTH.final YearToMonthYearToMonth.neg()static YearToMonthParse a string representation of aINTERVAL YEAR TO MONTH.static YearToMonthParse a standard SQL string representation of aINTERVAL YEAR.static YearToMonthYearToMonth.yearToMonth(String string) Parse a standard SQL string representation of aINTERVAL YEAR TO MONTH.Methods in org.jooq.types with parameters of type YearToMonthConstructors in org.jooq.types with parameters of type YearToMonth -
Uses of YearToMonth in org.jooq.util.aurorapostgres
Fields in org.jooq.util.aurorapostgres with type parameters of type YearToMonthModifier and TypeFieldDescriptionstatic final DataType<YearToMonth> AuroraPostgresDataType.INTERVALYEARTOMONTHDeprecated, for removal: This API element is subject to removal in a future version. -
Uses of YearToMonth in org.jooq.util.cockroachdb
Fields in org.jooq.util.cockroachdb with type parameters of type YearToMonthModifier and TypeFieldDescriptionstatic final DataType<YearToMonth> CockroachDBDataType.INTERVALYEARTOMONTHDeprecated, for removal: This API element is subject to removal in a future version. -
Uses of YearToMonth in org.jooq.util.exasol
Fields in org.jooq.util.exasol with type parameters of type YearToMonthModifier and TypeFieldDescriptionstatic final DataType<YearToMonth> ExasolDataType.INTERVALYEARTOMONTHDeprecated, for removal: This API element is subject to removal in a future version. -
Uses of YearToMonth in org.jooq.util.firebird
Fields in org.jooq.util.firebird with type parameters of type YearToMonthModifier and TypeFieldDescriptionstatic final DataType<YearToMonth> FirebirdDataType.INTERVALYEARTOMONTHDeprecated, for removal: This API element is subject to removal in a future version. -
Uses of YearToMonth in org.jooq.util.h2
Fields in org.jooq.util.h2 with type parameters of type YearToMonthModifier and TypeFieldDescriptionstatic final DataType<YearToMonth> H2DataType.INTERVALYEARTOMONTHDeprecated, for removal: This API element is subject to removal in a future version. -
Uses of YearToMonth in org.jooq.util.hsqldb
Fields in org.jooq.util.hsqldb with type parameters of type YearToMonthModifier and TypeFieldDescriptionstatic final DataType<YearToMonth> HSQLDBDataType.INTERVALYEARTOMONTHDeprecated, for removal: This API element is subject to removal in a future version. -
Uses of YearToMonth in org.jooq.util.oracle
Fields in org.jooq.util.oracle with type parameters of type YearToMonthModifier and TypeFieldDescriptionstatic final DataType<YearToMonth> OracleDataType.INTERVALYEARTOMONTHDeprecated, for removal: This API element is subject to removal in a future version. -
Uses of YearToMonth in org.jooq.util.postgres
Fields in org.jooq.util.postgres with type parameters of type YearToMonthModifier and TypeFieldDescriptionstatic final DataType<YearToMonth> PostgresDataType.INTERVALYEARTOMONTHDeprecated, for removal: This API element is subject to removal in a future version.Methods in org.jooq.util.postgres that return YearToMonthModifier and TypeMethodDescriptionstatic YearToMonthPostgresUtils.toYearToMonth(Object pgInterval) Convert a Postgres interval to a jOOQYEAR TO MONTHintervalstatic YearToMonthPostgresUtils.toYearToMonth(PGInterval pgInterval) Convert a Postgres interval to a jOOQYEAR TO MONTHintervalMethods in org.jooq.util.postgres with parameters of type YearToMonthModifier and TypeMethodDescriptionstatic PGIntervalPostgresUtils.toPGInterval(YearToMonth interval) Convert a jOOQYEAR TO MONTHinterval to a Postgres representation -
Uses of YearToMonth in org.jooq.util.redshift
Fields in org.jooq.util.redshift with type parameters of type YearToMonthModifier and TypeFieldDescriptionstatic final DataType<YearToMonth> RedshiftDataType.INTERVALYEARTOMONTHDeprecated, for removal: This API element is subject to removal in a future version. -
Uses of YearToMonth in org.jooq.util.yugabytedb
Fields in org.jooq.util.yugabytedb with type parameters of type YearToMonthModifier and TypeFieldDescriptionstatic final DataType<YearToMonth> YugabyteDBDataType.INTERVALYEARTOMONTHDeprecated, for removal: This API element is subject to removal in a future version.