Uses of Enum Class
org.pgcodekeeper.core.schema.pg.PgAggregate.ModifyType
Packages that use PgAggregate.ModifyType
-
Uses of PgAggregate.ModifyType in org.pgcodekeeper.core.schema.pg
Methods in org.pgcodekeeper.core.schema.pg that return PgAggregate.ModifyTypeModifier and TypeMethodDescriptionstatic PgAggregate.ModifyTypeReturns the enum constant of this class with the specified name.static PgAggregate.ModifyType[]PgAggregate.ModifyType.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.ModifyTypeModifier and TypeMethodDescriptionvoidPgAggregate.setFinalFuncModify(PgAggregate.ModifyType finalFuncModify) voidPgAggregate.setMFinalFuncModify(PgAggregate.ModifyType mFinalFuncModify)