Uses of Enum Class
org.pgcodekeeper.core.database.pg.schema.PgAggregate.AggKinds
Packages that use PgAggregate.AggKinds
-
Uses of PgAggregate.AggKinds in org.pgcodekeeper.core.database.pg.schema
Methods in org.pgcodekeeper.core.database.pg.schema 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.database.pg.schema with parameters of type PgAggregate.AggKinds