Uses of Class
org.jooq.types.DayToSecond
-
Packages that use DayToSecond 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 DayToSecond in org.jooq.impl
Fields in org.jooq.impl with type parameters of type DayToSecond Modifier and Type Field Description static DataType<DayToSecond>SQLDataType. INTERVALDAYTOSECONDThe SQL standardINTERVAL DAY TO SECONDdata type.Methods in org.jooq.impl that return types with arguments of type DayToSecond Modifier and Type Method Description static Field<DayToSecond>DSL. localDateTimeDiff(java.time.LocalDateTime timestamp1, java.time.LocalDateTime timestamp2)Get the timestamp difference as aINTERVAL DAY TO SECONDtype.static Field<DayToSecond>DSL. localDateTimeDiff(java.time.LocalDateTime timestamp1, Field<java.time.LocalDateTime> timestamp2)Get the timestamp difference as aINTERVAL DAY TO SECONDtype.static Field<DayToSecond>DSL. localDateTimeDiff(Field<java.time.LocalDateTime> timestamp1, java.time.LocalDateTime timestamp2)Get the timestamp difference as aINTERVAL DAY TO SECONDtype.static Field<DayToSecond>DSL. localDateTimeDiff(Field<java.time.LocalDateTime> timestamp1, Field<java.time.LocalDateTime> timestamp2)Get the timestamp difference as aINTERVAL DAY TO SECONDtype.static Field<DayToSecond>DSL. timestampDiff(java.sql.Timestamp timestamp1, java.sql.Timestamp timestamp2)Get the timestamp difference as aINTERVAL DAY TO SECONDtype.static Field<DayToSecond>DSL. timestampDiff(java.sql.Timestamp timestamp1, Field<java.sql.Timestamp> timestamp2)Get the timestamp difference as aINTERVAL DAY TO SECONDtype.static Field<DayToSecond>DSL. timestampDiff(Field<java.sql.Timestamp> timestamp1, java.sql.Timestamp timestamp2)Get the timestamp difference as aINTERVAL DAY TO SECONDtype.static Field<DayToSecond>DSL. timestampDiff(Field<java.sql.Timestamp> timestamp1, Field<java.sql.Timestamp> timestamp2)Get the timestamp difference as aINTERVAL DAY TO SECONDtype. -
Uses of DayToSecond in org.jooq.types
Methods in org.jooq.types that return DayToSecond Modifier and Type Method Description DayToSecondDayToSecond. abs()DayToSecondYearToSecond. getDayToSecond()DayToSecondDayToSecond. neg()static DayToSecondDayToSecond. valueOf(double milli)Load aDoublerepresentation of aINTERVAL DAY TO SECONDby assuming standard 24 hour days and 60 second minutes.static DayToSecondDayToSecond. valueOf(long second, int nanos)Load aDoublerepresentation of aINTERVAL DAY TO SECONDby assuming standard 24 hour days and 60 second minutes.static DayToSecondDayToSecond. valueOf(java.lang.String string)Parse a string representation of aINTERVAL DAY TO SECONDstatic DayToSecondDayToSecond. valueOf(java.time.Duration duration)Transform aDurationinto aDayToSecondinterval by taking its number of milliseconds.Methods in org.jooq.types with parameters of type DayToSecond Modifier and Type Method Description intDayToSecond. compareTo(DayToSecond that)Constructors in org.jooq.types with parameters of type DayToSecond Constructor Description YearToSecond(YearToMonth yearToMonth, DayToSecond dayToSecond) -
Uses of DayToSecond in org.jooq.util.aurorapostgres
Fields in org.jooq.util.aurorapostgres with type parameters of type DayToSecond Modifier and Type Field Description static DataType<DayToSecond>AuroraPostgresDataType. INTERVALDAYTOSECONDDeprecated. -
Uses of DayToSecond in org.jooq.util.firebird
Fields in org.jooq.util.firebird with type parameters of type DayToSecond Modifier and Type Field Description static DataType<DayToSecond>FirebirdDataType. INTERVALDAYTOSECONDDeprecated. -
Uses of DayToSecond in org.jooq.util.hsqldb
Fields in org.jooq.util.hsqldb with type parameters of type DayToSecond Modifier and Type Field Description static DataType<DayToSecond>HSQLDBDataType. INTERVALDAYTOSECONDDeprecated. -
Uses of DayToSecond in org.jooq.util.oracle
Fields in org.jooq.util.oracle with type parameters of type DayToSecond Modifier and Type Field Description static DataType<DayToSecond>OracleDataType. INTERVALDAYTOSECONDDeprecated. -
Uses of DayToSecond in org.jooq.util.postgres
Fields in org.jooq.util.postgres with type parameters of type DayToSecond Modifier and Type Field Description static DataType<DayToSecond>PostgresDataType. INTERVALDAYTOSECONDDeprecated.Methods in org.jooq.util.postgres that return DayToSecond Modifier and Type Method Description static DayToSecondPostgresUtils. toDayToSecond(java.lang.Object pgInterval)Convert a Postgres interval to a jOOQDAY TO SECONDintervalMethods in org.jooq.util.postgres with parameters of type DayToSecond Modifier and Type Method Description static java.lang.ObjectPostgresUtils. toPGInterval(DayToSecond interval)Convert a jOOQDAY TO SECONDinterval to a Postgres representation -
Uses of DayToSecond in org.jooq.util.redshift
Fields in org.jooq.util.redshift with type parameters of type DayToSecond Modifier and Type Field Description static DataType<DayToSecond>RedshiftDataType. INTERVALDAYTOSECONDDeprecated.
-