Uses of Class
org.jooq.types.DayToSecond
Packages that use DayToSecond
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.EXASOL dialect family.This package contains classes related to the
SQLDialect.FIREBIRD dialect family.This package contains classes related to the
SQLDialect.H2
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 DayToSecond in org.jooq.impl
Fields in org.jooq.impl with type parameters of type DayToSecondModifier and TypeFieldDescriptionstatic final DataType<DayToSecond> SQLDataType.INTERVALDAYTOSECONDThe SQL standardINTERVAL DAY TO SECONDdata type.Methods in org.jooq.impl that return types with arguments of type DayToSecondModifier and TypeMethodDescriptionstatic @NotNull Field<DayToSecond> DSL.localDateTimeDiff(LocalDateTime timestamp1, LocalDateTime timestamp2) Get the timestamp difference as aINTERVAL DAY TO SECONDtype.static @NotNull Field<DayToSecond> DSL.localDateTimeDiff(LocalDateTime timestamp1, Field<LocalDateTime> timestamp2) Get the timestamp difference as aINTERVAL DAY TO SECONDtype.static @NotNull Field<DayToSecond> DSL.localDateTimeDiff(Field<LocalDateTime> timestamp1, LocalDateTime timestamp2) Get the timestamp difference as aINTERVAL DAY TO SECONDtype.static @NotNull Field<DayToSecond> DSL.localDateTimeDiff(Field<LocalDateTime> timestamp1, Field<LocalDateTime> timestamp2) Get the timestamp difference as aINTERVAL DAY TO SECONDtype.static @NotNull Field<DayToSecond> DSL.timestampDiff(Timestamp timestamp1, Timestamp timestamp2) Get the timestamp difference as aINTERVAL DAY TO SECONDtype.static @NotNull Field<DayToSecond> DSL.timestampDiff(Timestamp timestamp1, Field<Timestamp> timestamp2) Get the timestamp difference as aINTERVAL DAY TO SECONDtype.static @NotNull Field<DayToSecond> DSL.timestampDiff(Field<Timestamp> timestamp1, Timestamp timestamp2) Get the timestamp difference as aINTERVAL DAY TO SECONDtype.static @NotNull Field<DayToSecond> DSL.timestampDiff(Field<Timestamp> timestamp1, Field<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 DayToSecondModifier and TypeMethodDescriptionfinal DayToSecondDayToSecond.abs()static DayToSecondParse a string representation of aINTERVAL DAY TO HOUR.static DayToSecondParse a string representation of aINTERVAL DAY TO HOUR.static DayToSecondDayToSecond.dayToMinute(String string) Parse a string representation of aINTERVAL DAY TO MINUTE.static DayToSecondDayToSecond.dayToSecond(String string) Parse a string representation of aINTERVAL DAY TO SECOND.final DayToSecondYearToSecond.getDayToSecond()static DayToSecondParse a string representation of aINTERVAL HOUR.static DayToSecondDayToSecond.hourToMinute(String string) Parse a string representation of aINTERVAL HOUR TO MINUTE.static DayToSecondDayToSecond.hourToSecond(String string) Parse a string representation of aINTERVAL HOUR TO SECOND.static DayToSecondParse a string representation of aINTERVAL MINUTE.static DayToSecondDayToSecond.minuteToSecond(String string) Parse a string representation of aINTERVAL MINUTE TO SECOND.final DayToSecondDayToSecond.neg()static DayToSecondParse a string representation of aINTERVAL SECOND.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 DayToSecondParse a string representation of aINTERVAL DAY TO SECOND.static DayToSecondTransform aDurationinto aDayToSecondinterval by taking its number of milliseconds.Methods in org.jooq.types with parameters of type DayToSecondConstructors in org.jooq.types with parameters of type DayToSecond -
Uses of DayToSecond in org.jooq.util.aurorapostgres
Fields in org.jooq.util.aurorapostgres with type parameters of type DayToSecondModifier and TypeFieldDescriptionstatic final DataType<DayToSecond> AuroraPostgresDataType.INTERVALDAYTOSECONDDeprecated, for removal: This API element is subject to removal in a future version. -
Uses of DayToSecond in org.jooq.util.cockroachdb
Fields in org.jooq.util.cockroachdb with type parameters of type DayToSecondModifier and TypeFieldDescriptionstatic final DataType<DayToSecond> CockroachDBDataType.INTERVALDAYTOSECONDDeprecated, for removal: This API element is subject to removal in a future version. -
Uses of DayToSecond in org.jooq.util.exasol
Fields in org.jooq.util.exasol with type parameters of type DayToSecondModifier and TypeFieldDescriptionstatic final DataType<DayToSecond> ExasolDataType.INTERVALDAYTOSECONDDeprecated, for removal: This API element is subject to removal in a future version. -
Uses of DayToSecond in org.jooq.util.firebird
Fields in org.jooq.util.firebird with type parameters of type DayToSecondModifier and TypeFieldDescriptionstatic final DataType<DayToSecond> FirebirdDataType.INTERVALDAYTOSECONDDeprecated, for removal: This API element is subject to removal in a future version. -
Uses of DayToSecond in org.jooq.util.h2
Fields in org.jooq.util.h2 with type parameters of type DayToSecondModifier and TypeFieldDescriptionstatic final DataType<DayToSecond> H2DataType.INTERVALDAYTOSECONDDeprecated, for removal: This API element is subject to removal in a future version. -
Uses of DayToSecond in org.jooq.util.hsqldb
Fields in org.jooq.util.hsqldb with type parameters of type DayToSecondModifier and TypeFieldDescriptionstatic final DataType<DayToSecond> HSQLDBDataType.INTERVALDAYTOSECONDDeprecated, for removal: This API element is subject to removal in a future version. -
Uses of DayToSecond in org.jooq.util.oracle
Fields in org.jooq.util.oracle with type parameters of type DayToSecondModifier and TypeFieldDescriptionstatic final DataType<DayToSecond> OracleDataType.INTERVALDAYTOSECONDDeprecated, for removal: This API element is subject to removal in a future version. -
Uses of DayToSecond in org.jooq.util.postgres
Fields in org.jooq.util.postgres with type parameters of type DayToSecondModifier and TypeFieldDescriptionstatic final DataType<DayToSecond> PostgresDataType.INTERVALDAYTOSECONDDeprecated, for removal: This API element is subject to removal in a future version.Methods in org.jooq.util.postgres that return DayToSecondModifier and TypeMethodDescriptionstatic DayToSecondPostgresUtils.toDayToSecond(Object pgInterval) Convert a Postgres interval to a jOOQDAY TO SECONDintervalstatic DayToSecondPostgresUtils.toDayToSecond(PGInterval pgInterval) Convert a Postgres interval to a jOOQDAY TO SECONDintervalMethods in org.jooq.util.postgres with parameters of type DayToSecondModifier and TypeMethodDescriptionstatic PGIntervalPostgresUtils.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 DayToSecondModifier and TypeFieldDescriptionstatic final DataType<DayToSecond> RedshiftDataType.INTERVALDAYTOSECONDDeprecated, for removal: This API element is subject to removal in a future version. -
Uses of DayToSecond in org.jooq.util.yugabytedb
Fields in org.jooq.util.yugabytedb with type parameters of type DayToSecondModifier and TypeFieldDescriptionstatic final DataType<DayToSecond> YugabyteDBDataType.INTERVALDAYTOSECONDDeprecated, for removal: This API element is subject to removal in a future version.