Uses of Class
org.jooq.types.YearToSecond
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.FIREBIRD
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 YearToSecond in org.jooq.impl
Modifier and TypeFieldDescriptionstatic final DataType<YearToSecond>
SQLDataType.INTERVAL
A vendor specificINTERVAL YEAR TO SECOND
data type, which combinesSQLDataType.INTERVALYEARTOMONTH
andSQLDataType.INTERVALDAYTOSECOND
. -
Uses of YearToSecond in org.jooq.types
Modifier and TypeMethodDescriptionfinal YearToSecond
YearToSecond.abs()
final YearToSecond
YearToSecond.neg()
static YearToSecond
YearToSecond.valueOf
(double milli) Load aDouble
representation of aINTERVAL YEAR TO SECOND
by assuming standard 24 hour days and 60 second minutes.static YearToSecond
Parse a string representation of aINTERVAL YEAR TO SECOND
static YearToSecond
Transform aDuration
into aYearToSecond
interval by taking its number of milliseconds.static YearToSecond
Transform aPeriod
into aYearToSecond
interval. -
Uses of YearToSecond in org.jooq.util.aurorapostgres
Modifier and TypeFieldDescriptionstatic final DataType<YearToSecond>
AuroraPostgresDataType.INTERVAL
Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of YearToSecond in org.jooq.util.cockroachdb
Modifier and TypeFieldDescriptionstatic final DataType<YearToSecond>
CockroachDBDataType.INTERVAL
Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of YearToSecond in org.jooq.util.firebird
Modifier and TypeFieldDescriptionstatic final DataType<YearToSecond>
FirebirdDataType.INTERVAL
Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of YearToSecond in org.jooq.util.hsqldb
Modifier and TypeFieldDescriptionstatic final DataType<YearToSecond>
HSQLDBDataType.INTERVAL
Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of YearToSecond in org.jooq.util.oracle
Modifier and TypeFieldDescriptionstatic final DataType<YearToSecond>
OracleDataType.INTERVAL
Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of YearToSecond in org.jooq.util.postgres
Modifier and TypeFieldDescriptionstatic final DataType<YearToSecond>
PostgresDataType.INTERVAL
Deprecated, for removal: This API element is subject to removal in a future version.Modifier and TypeMethodDescriptionstatic YearToSecond
PostgresUtils.toYearToSecond
(Object pgInterval) Convert a Postgres interval to a jOOQYEAR TO SECOND
intervalModifier and TypeMethodDescriptionstatic PGInterval
PostgresUtils.toPGInterval
(YearToSecond interval) Convert a jOOQYEAR TO SECOND
interval to a Postgres representation -
Uses of YearToSecond in org.jooq.util.redshift
Modifier and TypeFieldDescriptionstatic final DataType<YearToSecond>
RedshiftDataType.INTERVAL
Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of YearToSecond in org.jooq.util.yugabytedb
Modifier and TypeFieldDescriptionstatic final DataType<YearToSecond>
YugabyteDBDataType.INTERVAL
Deprecated, for removal: This API element is subject to removal in a future version.