Package | Description |
---|---|
org.apache.empire.dbms.postgresql |
This package contains classes necessary to support the PostgreSQL database system.
|
Modifier and Type | Method and Description |
---|---|
static PostgresIntervalExpr.PostgresIntervalUnitField |
PostgresIntervalExpr.PostgresIntervalUnitField.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PostgresIntervalExpr.PostgresIntervalUnitField[] |
PostgresIntervalExpr.PostgresIntervalUnitField.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
PostgresIntervalExpr |
PostgresIntervalExpr.add(int quantity,
PostgresIntervalExpr.PostgresIntervalUnitField unit) |
PostgresIntervalExpr |
DBCommandPostgres.pgInterval(int quantity,
PostgresIntervalExpr.PostgresIntervalUnitField unit) |
Constructor and Description |
---|
PostgresIntervalExpr(DBDatabase db,
int quantity,
PostgresIntervalExpr.PostgresIntervalUnitField unit) |
Copyright © 2008–2023 Apache Software Foundation. All rights reserved.