Uses of Enum Class
org.pgcodekeeper.core.schema.pg.PgAggregate.AggFuncs
Packages that use PgAggregate.AggFuncs
Package
Description
-
Uses of PgAggregate.AggFuncs in org.pgcodekeeper.core.parsers.antlr.pg.statement
Methods in org.pgcodekeeper.core.parsers.antlr.pg.statement with parameters of type PgAggregate.AggFuncsModifier and TypeMethodDescriptionstatic StringCreateAggregate.getParamFuncSignature(PgAggregate aggregate, PgAggregate.AggFuncs paramName) Gets the function signature for the given aggregate function parameter. -
Uses of PgAggregate.AggFuncs in org.pgcodekeeper.core.schema.pg
Methods in org.pgcodekeeper.core.schema.pg that return PgAggregate.AggFuncsModifier and TypeMethodDescriptionstatic PgAggregate.AggFuncsReturns the enum constant of this class with the specified name.static PgAggregate.AggFuncs[]PgAggregate.AggFuncs.values()Returns an array containing the constants of this enum class, in the order they are declared.