Uses of Enum
org.apache.empire.dbms.postgresql.PostgresSqlPhrase
Packages that use PostgresSqlPhrase
Package
Description
This package contains classes necessary to support the PostgreSQL database system.
-
Uses of PostgresSqlPhrase in org.apache.empire.dbms.postgresql
Fields in org.apache.empire.dbms.postgresql declared as PostgresSqlPhraseMethods in org.apache.empire.dbms.postgresql that return PostgresSqlPhraseModifier and TypeMethodDescriptionstatic PostgresSqlPhraseReturns 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.Constructors in org.apache.empire.dbms.postgresql with parameters of type PostgresSqlPhraseModifierConstructorDescriptionPostgresFuncExpr(DBColumnExpr expr, PostgresSqlPhrase phrase, Object[] params, DataType dataType)