Uses of Enum
org.apache.empire.dbms.postgresql.PostgresIntervalExpr.PostgresIntervalUnitField
Packages that use PostgresIntervalExpr.PostgresIntervalUnitField
Package
Description
This package contains classes necessary to support the PostgreSQL database system.
-
Uses of PostgresIntervalExpr.PostgresIntervalUnitField in org.apache.empire.dbms.postgresql
Methods in org.apache.empire.dbms.postgresql that return PostgresIntervalExpr.PostgresIntervalUnitFieldModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.PostgresIntervalExpr.PostgresIntervalUnitField.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.empire.dbms.postgresql with parameters of type PostgresIntervalExpr.PostgresIntervalUnitFieldModifier and TypeMethodDescriptionPostgresIntervalExpr.add(int quantity, PostgresIntervalExpr.PostgresIntervalUnitField unit) DBCommandPostgres.pgInterval(int quantity, PostgresIntervalExpr.PostgresIntervalUnitField unit) Constructors in org.apache.empire.dbms.postgresql with parameters of type PostgresIntervalExpr.PostgresIntervalUnitFieldModifierConstructorDescriptionPostgresIntervalExpr(DBDatabase db, int quantity, PostgresIntervalExpr.PostgresIntervalUnitField unit)