Uses of Class
org.apache.empire.dbms.postgresql.PostgresIntervalExpr
Packages that use PostgresIntervalExpr
Package
Description
This package contains classes necessary to support the PostgreSQL database system.
-
Uses of PostgresIntervalExpr in org.apache.empire.dbms.postgresql
Methods in org.apache.empire.dbms.postgresql that return PostgresIntervalExprModifier and TypeMethodDescriptionPostgresIntervalExpr.add(int quantity, PostgresIntervalExpr.PostgresIntervalUnitField unit) DBCommandPostgres.pgInterval(int quantity, PostgresIntervalExpr.PostgresIntervalUnitField unit)