Package | Description |
---|---|
org.apache.empire.dbms.postgresql |
This package contains classes necessary to support the PostgreSQL database system.
|
Modifier and Type | Field and Description |
---|---|
protected PostgresSqlPhrase |
PostgresFuncExpr.phrase |
Modifier and Type | Method and Description |
---|---|
static PostgresSqlPhrase |
PostgresSqlPhrase.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PostgresSqlPhrase[] |
PostgresSqlPhrase.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
PostgresFuncExpr(DBColumnExpr expr,
PostgresSqlPhrase phrase,
Object[] params,
DataType dataType) |
Copyright © 2008–2023 Apache Software Foundation. All rights reserved.