|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DayToSecond | |
---|---|
org.jooq.impl | |
org.jooq.types | |
org.jooq.util.oracle | |
org.jooq.util.postgres |
Uses of DayToSecond in org.jooq.impl |
---|
Fields in org.jooq.impl with type parameters of type DayToSecond | |
---|---|
static SQLDataType<DayToSecond> |
SQLDataType.INTERVALDAYTOSECOND
The SQL standard INTERVAL DAY TO SECOND data type |
Methods in org.jooq.impl that return types with arguments of type DayToSecond | |
---|---|
static Field<DayToSecond> |
Factory.timestampDiff(Field<Timestamp> timestamp1,
Field<Timestamp> timestamp2)
Get the timestamp difference as a INTERVAL DAY TO SECOND
type
This translates into any dialect |
static Field<DayToSecond> |
Factory.timestampDiff(Field<Timestamp> timestamp1,
Timestamp timestamp2)
Get the timestamp difference as a INTERVAL DAY TO SECOND
type
This translates into any dialect |
static Field<DayToSecond> |
Factory.timestampDiff(Timestamp timestamp1,
Field<Timestamp> timestamp2)
Get the timestamp difference as a INTERVAL DAY TO SECOND
type
This translates into any dialect |
static Field<DayToSecond> |
Factory.timestampDiff(Timestamp timestamp1,
Timestamp timestamp2)
Get the timestamp difference as a INTERVAL DAY TO SECOND
type
This translates into any dialect |
Uses of DayToSecond in org.jooq.types |
---|
Methods in org.jooq.types that return DayToSecond | |
---|---|
DayToSecond |
DayToSecond.abs()
|
DayToSecond |
DayToSecond.neg()
|
static DayToSecond |
DayToSecond.valueOf(double milli)
Load a Double representation of a INTERVAL DAY TO SECOND |
static DayToSecond |
DayToSecond.valueOf(String string)
Parse a string representation of a INTERVAL DAY TO SECOND |
Methods in org.jooq.types with parameters of type DayToSecond | |
---|---|
int |
DayToSecond.compareTo(DayToSecond that)
|
Uses of DayToSecond in org.jooq.util.oracle |
---|
Fields in org.jooq.util.oracle with type parameters of type DayToSecond | |
---|---|
static OracleDataType<DayToSecond> |
OracleDataType.INTERVALDAYTOSECOND
|
Uses of DayToSecond in org.jooq.util.postgres |
---|
Fields in org.jooq.util.postgres with type parameters of type DayToSecond | |
---|---|
static PostgresDataType<DayToSecond> |
PostgresDataType.INTERVALDAYTOSECOND
|
Methods in org.jooq.util.postgres that return DayToSecond | |
---|---|
static DayToSecond |
PGIntervalConverter.toDayToSecond(Object pgInterval)
Convert a Postgres interval to a jOOQ DAY TO SECOND interval |
Methods in org.jooq.util.postgres with parameters of type DayToSecond | |
---|---|
static Object |
PGIntervalConverter.toPGInterval(DayToSecond interval)
Convert a jOOQ DAY TO SECOND interval to a Postgres representation |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |