Uses of Enum Class
org.pgcodekeeper.core.schema.pg.PgAggregate.AggKinds
Packages that use PgAggregate.AggKinds
-
Uses of PgAggregate.AggKinds in org.pgcodekeeper.core.schema.pg
Methods in org.pgcodekeeper.core.schema.pg that return PgAggregate.AggKindsModifier and TypeMethodDescriptionPgAggregate.getKind()static PgAggregate.AggKindsReturns the enum constant of this class with the specified name.static PgAggregate.AggKinds[]PgAggregate.AggKinds.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.pgcodekeeper.core.schema.pg with parameters of type PgAggregate.AggKinds