Uses of Class
org.jooq.util.postgres.PGInterval
Package
Description
This package contains classes related to the
SQLDialect.POSTGRES
dialect family.-
Uses of PGInterval in org.jooq.util.postgres
Modifier and TypeMethodDescriptionstatic PGInterval
PostgresUtils.toPGInterval
(DayToSecond interval) Convert a jOOQDAY TO SECOND
interval to a Postgres representationstatic PGInterval
PostgresUtils.toPGInterval
(YearToMonth interval) Convert a jOOQYEAR TO MONTH
interval to a Postgres representationstatic PGInterval
PostgresUtils.toPGInterval
(YearToSecond interval) Convert a jOOQYEAR TO SECOND
interval to a Postgres representationModifier and TypeMethodDescriptionvoid
PGInterval.add
(PGInterval interval) Add this interval's value to the passed interval.static DayToSecond
PostgresUtils.toDayToSecond
(PGInterval pgInterval) Convert a Postgres interval to a jOOQDAY TO SECOND
intervalstatic YearToMonth
PostgresUtils.toYearToMonth
(PGInterval pgInterval) Convert a Postgres interval to a jOOQYEAR TO MONTH
interval