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.POSTGRES 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
Classes in org.jooq.types that implement interfaces with type arguments of type YearToSecondMethods 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.postgres
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