Uses of Class
org.jooq.types.YearToMonth
-
Packages that use YearToMonth Package Description org.jooq.impl Theorg.jooq.implpackage contains jOOQ's implementation classes.org.jooq.types Theorg.jooq.tools.typespackage contains data types that are missing in JDBC.org.jooq.util.aurorapostgres Theorg.jooq.util.asepackage contains classes related to theSQLDialect.AURORA_POSTGRESdialect.org.jooq.util.firebird Theorg.jooq.util.asepackage contains classes related to theSQLDialect.FIREBIRDdialect.org.jooq.util.hsqldb Theorg.jooq.util.asepackage contains classes related to theSQLDialect.HSQLDBdialect.org.jooq.util.oracle Theorg.jooq.util.asepackage contains classes related to theSQLDialect.ORACLEdialect.org.jooq.util.postgres Theorg.jooq.util.asepackage contains classes related to theSQLDialect.POSTGRESdialect.org.jooq.util.redshift Theorg.jooq.util.asepackage contains classes related to theSQLDialect.REDSHIFTdialect. -
-
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(java.lang.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.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(java.lang.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 java.lang.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.
-