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 PostgresExtractField |
PostgresExtractField.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PostgresExtractField[] |
PostgresExtractField.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
DBColumnExpr |
DBCommandPostgres.pgExtract(PostgresExtractField field,
DBColumnExpr expr)
See https://www.postgresql.org/docs/current/functions-datetime.html
|
Copyright © 2008–2023 Apache Software Foundation. All rights reserved.