Uses of Class
org.jooq.types.YearToSecond
-
Packages that use YearToSecond 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 YearToSecond in org.jooq.impl
Fields in org.jooq.impl with type parameters of type YearToSecond Modifier and Type Field Description static DataType<YearToSecond>SQLDataType. INTERVALThe SQL standardINTERVAL YEAR TO SECONDdata type. -
Uses of YearToSecond in org.jooq.types
Methods in org.jooq.types that return YearToSecond Modifier and Type Method Description YearToSecondYearToSecond. abs()YearToSecondYearToSecond. neg()static YearToSecondYearToSecond. valueOf(double milli)Load aDoublerepresentation of aINTERVAL YEAR TO SECONDby assuming standard 24 hour days and 60 second minutes.static YearToSecondYearToSecond. valueOf(java.lang.String string)Parse a string representation of aINTERVAL YEAR TO SECONDstatic YearToSecondYearToSecond. valueOf(java.time.Duration duration)Transform aDurationinto aYearToSecondinterval by taking its number of milliseconds.static YearToSecondYearToSecond. valueOf(java.time.Period period)Transform aPeriodinto aYearToSecondinterval.Methods in org.jooq.types with parameters of type YearToSecond Modifier and Type Method Description intYearToSecond. compareTo(YearToSecond that) -
Uses of YearToSecond in org.jooq.util.aurorapostgres
Fields in org.jooq.util.aurorapostgres with type parameters of type YearToSecond Modifier and Type Field Description static DataType<YearToSecond>AuroraPostgresDataType. INTERVALDeprecated. -
Uses of YearToSecond in org.jooq.util.firebird
Fields in org.jooq.util.firebird with type parameters of type YearToSecond Modifier and Type Field Description static DataType<YearToSecond>FirebirdDataType. INTERVALDeprecated. -
Uses of YearToSecond in org.jooq.util.hsqldb
Fields in org.jooq.util.hsqldb with type parameters of type YearToSecond Modifier and Type Field Description static DataType<YearToSecond>HSQLDBDataType. INTERVALDeprecated. -
Uses of YearToSecond in org.jooq.util.oracle
Fields in org.jooq.util.oracle with type parameters of type YearToSecond Modifier and Type Field Description static DataType<YearToSecond>OracleDataType. INTERVALDeprecated. -
Uses of YearToSecond in org.jooq.util.postgres
Fields in org.jooq.util.postgres with type parameters of type YearToSecond Modifier and Type Field Description static DataType<YearToSecond>PostgresDataType. INTERVALDeprecated.Methods in org.jooq.util.postgres that return YearToSecond Modifier and Type Method Description static YearToSecondPostgresUtils. toYearToSecond(java.lang.Object pgInterval)Convert a Postgres interval to a jOOQYEAR TO SECONDintervalMethods in org.jooq.util.postgres with parameters of type YearToSecond Modifier and Type Method Description static java.lang.ObjectPostgresUtils. 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 YearToSecond Modifier and Type Field Description static DataType<YearToSecond>RedshiftDataType. INTERVALDeprecated.
-