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