Uses of Class
org.jooq.types.YearToSecond
Packages that use 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
Fields in org.jooq.impl with type parameters of type YearToSecondModifier and TypeFieldDescriptionstatic final DataType<YearToSecond> SQLDataType.INTERVALA vendor specificINTERVAL YEAR TO SECONDdata type, which combinesSQLDataType.INTERVALYEARTOMONTHandSQLDataType.INTERVALDAYTOSECOND. -
Uses of YearToSecond in org.jooq.types
Methods in org.jooq.types that return YearToSecondModifier and TypeMethodDescriptionfinal YearToSecondYearToSecond.abs()final YearToSecondYearToSecond.neg()static YearToSecondYearToSecond.valueOf(double milli) Load aDoublerepresentation of aINTERVAL YEAR TO SECONDby assuming standard 24 hour days and 60 second minutes.static YearToSecondParse a string representation of aINTERVAL YEAR TO SECONDstatic YearToSecondTransform aDurationinto aYearToSecondinterval by taking its number of milliseconds.static YearToSecondTransform aPeriodinto aYearToSecondinterval.Methods in org.jooq.types with parameters of type YearToSecond -
Uses of YearToSecond in org.jooq.util.aurorapostgres
Fields in org.jooq.util.aurorapostgres with type parameters of type YearToSecondModifier and TypeFieldDescriptionstatic final DataType<YearToSecond> AuroraPostgresDataType.INTERVALDeprecated, for removal: This API element is subject to removal in a future version. -
Uses of YearToSecond in org.jooq.util.cockroachdb
Fields in org.jooq.util.cockroachdb with type parameters of type YearToSecondModifier and TypeFieldDescriptionstatic final DataType<YearToSecond> CockroachDBDataType.INTERVALDeprecated, for removal: This API element is subject to removal in a future version. -
Uses of YearToSecond in org.jooq.util.firebird
Fields in org.jooq.util.firebird with type parameters of type YearToSecondModifier and TypeFieldDescriptionstatic final DataType<YearToSecond> FirebirdDataType.INTERVALDeprecated, for removal: This API element is subject to removal in a future version. -
Uses of YearToSecond in org.jooq.util.hsqldb
Fields in org.jooq.util.hsqldb with type parameters of type YearToSecondModifier and TypeFieldDescriptionstatic final DataType<YearToSecond> HSQLDBDataType.INTERVALDeprecated, for removal: This API element is subject to removal in a future version. -
Uses of YearToSecond in org.jooq.util.oracle
Fields in org.jooq.util.oracle with type parameters of type YearToSecondModifier and TypeFieldDescriptionstatic final DataType<YearToSecond> OracleDataType.INTERVALDeprecated, for removal: This API element is subject to removal in a future version. -
Uses of YearToSecond in org.jooq.util.postgres
Fields in org.jooq.util.postgres with type parameters of type YearToSecondModifier and TypeFieldDescriptionstatic final DataType<YearToSecond> PostgresDataType.INTERVALDeprecated, for removal: This API element is subject to removal in a future version.Methods in org.jooq.util.postgres that return YearToSecondModifier and TypeMethodDescriptionstatic YearToSecondPostgresUtils.toYearToSecond(Object pgInterval) Convert a Postgres interval to a jOOQYEAR TO SECONDintervalMethods in org.jooq.util.postgres with parameters of type YearToSecondModifier and TypeMethodDescriptionstatic PGIntervalPostgresUtils.toPGInterval(YearToSecond interval) Convert a jOOQYEAR TO SECONDinterval to a Postgres representation -
Uses of YearToSecond in org.jooq.util.redshift
Fields in org.jooq.util.redshift with type parameters of type YearToSecondModifier and TypeFieldDescriptionstatic final DataType<YearToSecond> RedshiftDataType.INTERVALDeprecated, for removal: This API element is subject to removal in a future version. -
Uses of YearToSecond in org.jooq.util.yugabytedb
Fields in org.jooq.util.yugabytedb with type parameters of type YearToSecondModifier and TypeFieldDescriptionstatic final DataType<YearToSecond> YugabyteDBDataType.INTERVALDeprecated, for removal: This API element is subject to removal in a future version.