Uses of Class
org.jooq.types.YearToMonth
-
Packages that use YearToMonth Package Description org.jooq.impl This package contains jOOQ's implementation classes.org.jooq.types This package contains data types that are missing in JDBC.org.jooq.util.aurorapostgres This package contains classes related to theSQLDialect.AURORA_POSTGRESdialect family.org.jooq.util.cockroachdb This package contains classes related to theSQLDialect.COCKROACHDBdialect family.org.jooq.util.firebird This package contains classes related to theSQLDialect.FIREBIRDdialect family.org.jooq.util.hsqldb This package contains classes related to theSQLDialect.HSQLDBdialect family.org.jooq.util.oracle This package contains classes related to theSQLDialect.ORACLEdialect family.org.jooq.util.postgres This package contains classes related to theSQLDialect.POSTGRESdialect family.org.jooq.util.redshift This package contains classes related to theSQLDialect.REDSHIFTdialect family. -
-
Uses of YearToMonth in org.jooq.impl
Fields in org.jooq.impl with type parameters of type YearToMonth Modifier and Type Field Description static DataType<YearToMonth>SQLDataType. INTERVALYEARTOMONTHThe SQL standardINTERVAL YEAR TO MONTHdata type. -
Uses of YearToMonth in org.jooq.types
Methods in org.jooq.types that return YearToMonth Modifier and Type Method Description YearToMonthYearToMonth. abs()YearToMonthYearToSecond. getYearToMonth()YearToMonthYearToMonth. neg()static YearToMonthYearToMonth. valueOf(String string)Parse a string representation of aINTERVAL YEAR TO MONTHMethods in org.jooq.types with parameters of type YearToMonth Modifier and Type Method Description intYearToMonth. compareTo(YearToMonth that)Constructors in org.jooq.types with parameters of type YearToMonth Constructor Description YearToSecond(YearToMonth yearToMonth, DayToSecond dayToSecond) -
Uses of YearToMonth in org.jooq.util.aurorapostgres
Fields in org.jooq.util.aurorapostgres with type parameters of type YearToMonth Modifier and Type Field Description static DataType<YearToMonth>AuroraPostgresDataType. INTERVALYEARTOMONTHDeprecated. -
Uses of YearToMonth in org.jooq.util.cockroachdb
Fields in org.jooq.util.cockroachdb with type parameters of type YearToMonth Modifier and Type Field Description static DataType<YearToMonth>CockroachDBDataType. INTERVALYEARTOMONTHDeprecated. -
Uses of YearToMonth in org.jooq.util.firebird
Fields in org.jooq.util.firebird with type parameters of type YearToMonth Modifier and Type Field Description static DataType<YearToMonth>FirebirdDataType. INTERVALYEARTOMONTHDeprecated. -
Uses of YearToMonth in org.jooq.util.hsqldb
Fields in org.jooq.util.hsqldb with type parameters of type YearToMonth Modifier and Type Field Description static DataType<YearToMonth>HSQLDBDataType. INTERVALYEARTOMONTHDeprecated. -
Uses of YearToMonth in org.jooq.util.oracle
Fields in org.jooq.util.oracle with type parameters of type YearToMonth Modifier and Type Field Description static DataType<YearToMonth>OracleDataType. INTERVALYEARTOMONTHDeprecated. -
Uses of YearToMonth in org.jooq.util.postgres
Fields in org.jooq.util.postgres with type parameters of type YearToMonth Modifier and Type Field Description static DataType<YearToMonth>PostgresDataType. INTERVALYEARTOMONTHDeprecated.Methods in org.jooq.util.postgres that return YearToMonth Modifier and Type Method Description static YearToMonthPostgresUtils. toYearToMonth(Object pgInterval)Convert a Postgres interval to a jOOQYEAR TO MONTHintervalMethods in org.jooq.util.postgres with parameters of type YearToMonth Modifier and Type Method Description static ObjectPostgresUtils. 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 YearToMonth Modifier and Type Field Description static DataType<YearToMonth>RedshiftDataType. INTERVALYEARTOMONTHDeprecated.
-