Uses of Class
org.jooq.types.YearToMonth
-
Packages that use YearToMonth Package Description org.jooq.impl Theorg.jooq.impl
package contains jOOQ's implementation classes.org.jooq.types Theorg.jooq.tools.types
package contains data types that are missing in JDBC.org.jooq.util.aurorapostgres Theorg.jooq.util.ase
package contains classes related to theSQLDialect.AURORA_POSTGRES
dialect.org.jooq.util.firebird Theorg.jooq.util.ase
package contains classes related to theSQLDialect.FIREBIRD
dialect.org.jooq.util.hsqldb Theorg.jooq.util.ase
package contains classes related to theSQLDialect.HSQLDB
dialect.org.jooq.util.oracle Theorg.jooq.util.ase
package contains classes related to theSQLDialect.ORACLE
dialect.org.jooq.util.postgres Theorg.jooq.util.ase
package contains classes related to theSQLDialect.POSTGRES
dialect.org.jooq.util.redshift Theorg.jooq.util.ase
package contains classes related to theSQLDialect.REDSHIFT
dialect. -
-
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. INTERVALYEARTOMONTH
The SQL standardINTERVAL YEAR TO MONTH
data type. -
Uses of YearToMonth in org.jooq.types
Methods in org.jooq.types that return YearToMonth Modifier and Type Method Description YearToMonth
YearToMonth. abs()
YearToMonth
YearToSecond. getYearToMonth()
YearToMonth
YearToMonth. neg()
static YearToMonth
YearToMonth. valueOf(java.lang.String string)
Parse a string representation of aINTERVAL YEAR TO MONTH
Methods in org.jooq.types with parameters of type YearToMonth Modifier and Type Method Description int
YearToMonth. 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. INTERVALYEARTOMONTH
Deprecated. -
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. INTERVALYEARTOMONTH
Deprecated. -
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. INTERVALYEARTOMONTH
Deprecated. -
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. INTERVALYEARTOMONTH
Deprecated. -
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. INTERVALYEARTOMONTH
Deprecated.Methods in org.jooq.util.postgres that return YearToMonth Modifier and Type Method Description static YearToMonth
PostgresUtils. toYearToMonth(java.lang.Object pgInterval)
Convert a Postgres interval to a jOOQYEAR TO MONTH
intervalMethods in org.jooq.util.postgres with parameters of type YearToMonth Modifier and Type Method Description static java.lang.Object
PostgresUtils. toPGInterval(YearToMonth interval)
Convert a jOOQYEAR TO MONTH
interval 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. INTERVALYEARTOMONTH
Deprecated.
-