Uses of Class
org.jooq.types.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
Modifier and TypeFieldDescriptionstatic final DataType<DayToSecond>
SQLDataType.INTERVALDAYTOSECOND
The SQL standardINTERVAL DAY TO SECOND
data type.Modifier and TypeMethodDescriptionstatic @NotNull Field<DayToSecond>
DSL.localDateTimeDiff
(LocalDateTime timestamp1, LocalDateTime timestamp2) Get the timestamp difference as aINTERVAL DAY TO SECOND
type.static @NotNull Field<DayToSecond>
DSL.localDateTimeDiff
(LocalDateTime timestamp1, Field<LocalDateTime> timestamp2) Get the timestamp difference as aINTERVAL DAY TO SECOND
type.static @NotNull Field<DayToSecond>
DSL.localDateTimeDiff
(Field<LocalDateTime> timestamp1, LocalDateTime timestamp2) Get the timestamp difference as aINTERVAL DAY TO SECOND
type.static @NotNull Field<DayToSecond>
DSL.localDateTimeDiff
(Field<LocalDateTime> timestamp1, Field<LocalDateTime> timestamp2) Get the timestamp difference as aINTERVAL DAY TO SECOND
type.static @NotNull Field<DayToSecond>
DSL.timestampDiff
(Timestamp timestamp1, Timestamp timestamp2) Get the timestamp difference as aINTERVAL DAY TO SECOND
type.static @NotNull Field<DayToSecond>
DSL.timestampDiff
(Timestamp timestamp1, Field<Timestamp> timestamp2) Get the timestamp difference as aINTERVAL DAY TO SECOND
type.static @NotNull Field<DayToSecond>
DSL.timestampDiff
(Field<Timestamp> timestamp1, Timestamp timestamp2) Get the timestamp difference as aINTERVAL DAY TO SECOND
type.static @NotNull Field<DayToSecond>
DSL.timestampDiff
(Field<Timestamp> timestamp1, Field<Timestamp> timestamp2) Get the timestamp difference as aINTERVAL DAY TO SECOND
type. -
Uses of DayToSecond in org.jooq.types
Modifier and TypeMethodDescriptionfinal DayToSecond
DayToSecond.abs()
static DayToSecond
Parse a string representation of aINTERVAL DAY TO HOUR
.static DayToSecond
Parse a string representation of aINTERVAL DAY TO HOUR
.static DayToSecond
DayToSecond.dayToMinute
(String string) Parse a string representation of aINTERVAL DAY TO MINUTE
.static DayToSecond
DayToSecond.dayToSecond
(String string) Parse a string representation of aINTERVAL DAY TO SECOND
.final DayToSecond
YearToSecond.getDayToSecond()
static DayToSecond
Parse a string representation of aINTERVAL HOUR
.static DayToSecond
DayToSecond.hourToMinute
(String string) Parse a string representation of aINTERVAL HOUR TO MINUTE
.static DayToSecond
DayToSecond.hourToSecond
(String string) Parse a string representation of aINTERVAL HOUR TO SECOND
.static DayToSecond
Parse a string representation of aINTERVAL MINUTE
.static DayToSecond
DayToSecond.minuteToSecond
(String string) Parse a string representation of aINTERVAL MINUTE TO SECOND
.final DayToSecond
DayToSecond.neg()
static DayToSecond
Parse a string representation of aINTERVAL SECOND
.static DayToSecond
DayToSecond.valueOf
(double milli) Load aDouble
representation of aINTERVAL DAY TO SECOND
by assuming standard 24 hour days and 60 second minutes.static DayToSecond
DayToSecond.valueOf
(long second, int nanos) Load aDouble
representation of aINTERVAL DAY TO SECOND
by assuming standard 24 hour days and 60 second minutes.static DayToSecond
Parse a string representation of aINTERVAL DAY TO SECOND
.static DayToSecond
Transform aDuration
into aDayToSecond
interval by taking its number of milliseconds. -
Uses of DayToSecond in org.jooq.util.aurorapostgres
Modifier and TypeFieldDescriptionstatic final DataType<DayToSecond>
AuroraPostgresDataType.INTERVALDAYTOSECOND
Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of DayToSecond in org.jooq.util.cockroachdb
Modifier and TypeFieldDescriptionstatic final DataType<DayToSecond>
CockroachDBDataType.INTERVALDAYTOSECOND
Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of DayToSecond in org.jooq.util.exasol
Modifier and TypeFieldDescriptionstatic final DataType<DayToSecond>
ExasolDataType.INTERVALDAYTOSECOND
Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of DayToSecond in org.jooq.util.firebird
Modifier and TypeFieldDescriptionstatic final DataType<DayToSecond>
FirebirdDataType.INTERVALDAYTOSECOND
Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of DayToSecond in org.jooq.util.h2
Modifier and TypeFieldDescriptionstatic final DataType<DayToSecond>
H2DataType.INTERVALDAYTOSECOND
Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of DayToSecond in org.jooq.util.hsqldb
Modifier and TypeFieldDescriptionstatic final DataType<DayToSecond>
HSQLDBDataType.INTERVALDAYTOSECOND
Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of DayToSecond in org.jooq.util.oracle
Modifier and TypeFieldDescriptionstatic final DataType<DayToSecond>
OracleDataType.INTERVALDAYTOSECOND
Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of DayToSecond in org.jooq.util.postgres
Modifier and TypeFieldDescriptionstatic final DataType<DayToSecond>
PostgresDataType.INTERVALDAYTOSECOND
Deprecated, for removal: This API element is subject to removal in a future version.Modifier and TypeMethodDescriptionstatic DayToSecond
PostgresUtils.toDayToSecond
(Object pgInterval) Convert a Postgres interval to a jOOQDAY TO SECOND
intervalModifier and TypeMethodDescriptionstatic Object
PostgresUtils.toPGInterval
(DayToSecond interval) Convert a jOOQDAY TO SECOND
interval to a Postgres representationstatic Object
PostgresUtils.toRedshiftInterval
(DayToSecond interval) Convert a jOOQDAY TO SECOND
interval to a Redshift representation -
Uses of DayToSecond in org.jooq.util.redshift
Modifier and TypeFieldDescriptionstatic final DataType<DayToSecond>
RedshiftDataType.INTERVALDAYTOSECOND
Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of DayToSecond in org.jooq.util.yugabytedb
Modifier and TypeFieldDescriptionstatic final DataType<DayToSecond>
YugabyteDBDataType.INTERVALDAYTOSECOND
Deprecated, for removal: This API element is subject to removal in a future version.