Uses of Enum Class
org.pgcodekeeper.core.database.pg.schema.PgTriggerState
Packages that use PgTriggerState
-
Uses of PgTriggerState in org.pgcodekeeper.core.database.pg.schema
Methods in org.pgcodekeeper.core.database.pg.schema that return PgTriggerStateModifier and TypeMethodDescriptionstatic PgTriggerStateReturns the enum constant of this class with the specified name.static PgTriggerState[]PgTriggerState.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 PgTriggerStateModifier and TypeMethodDescriptionvoidPgAbstractTable.putTriggerState(String triggerName, PgTriggerState state) Sets the state of a specific trigger on this table.voidPgTrigger.setTriggerState(PgTriggerState triggerState)