Uses of Class
org.pgcodekeeper.core.database.pg.schema.PgAggregate
Packages that use PgAggregate
-
Uses of PgAggregate in org.pgcodekeeper.core.database.pg.parser.statement
Methods in org.pgcodekeeper.core.database.pg.parser.statement with parameters of type PgAggregateModifier and TypeMethodDescriptionstatic StringPgCreateAggregate.getParamFuncSignature(PgAggregate aggregate, PgAggregate.AggFuncs paramName) Gets the function signature for the given aggregate function parameter.static StringPgCreateAggregate.getSortOperSign(PgAggregate aggr) Gets the sort operator signature for the aggregate's sort operation.