Uses of Enum Class
org.pgcodekeeper.core.schema.ObjectState
Packages that use ObjectState
Package
Description
-
Uses of ObjectState in org.pgcodekeeper.core.model.graph
Methods in org.pgcodekeeper.core.model.graph that return ObjectStateConstructors in org.pgcodekeeper.core.model.graph with parameters of type ObjectStateModifierConstructorDescriptionActionContainer(PgStatement oldObj, PgStatement newObj, ObjectState action, PgStatement starter) Creates an action container with the specified objects and action. -
Uses of ObjectState in org.pgcodekeeper.core.schema
Methods in org.pgcodekeeper.core.schema that return ObjectStateModifier and TypeMethodDescriptionAbstractDatabase.appendAlterSQL(PgStatement newCondition, SQLScript script) AbstractFunction.appendAlterSQL(PgStatement newCondition, SQLScript script) AbstractType.appendAlterSQL(PgStatement newCondition, SQLScript script) abstract ObjectStatePgStatement.appendAlterSQL(PgStatement newCondition, SQLScript script) Fill script with object changes and return change typePgStatement.getObjectState(boolean isNeedDepcies, SQLScript script, int startSize) Determines the object state based on changes made to the script.PgStatement.getObjectState(SQLScript script, int startSize) Determines the object state based on changes made to the script.static ObjectStateReturns the enum constant of this class with the specified name.static ObjectState[]ObjectState.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.pgcodekeeper.core.schema with parameters of type ObjectStateModifier and TypeMethodDescriptionbooleanObjectState.in(ObjectState... states) Checks if this state matches any of the provided states. -
Uses of ObjectState in org.pgcodekeeper.core.schema.ch
Methods in org.pgcodekeeper.core.schema.ch that return ObjectStateModifier and TypeMethodDescriptionChColumn.appendAlterSQL(PgStatement newCondition, SQLScript script) ChConstraint.appendAlterSQL(PgStatement newCondition, SQLScript script) ChDictionary.appendAlterSQL(PgStatement newCondition, SQLScript script) ChFunction.appendAlterSQL(PgStatement newCondition, SQLScript script) ChIndex.appendAlterSQL(PgStatement newCondition, SQLScript script) ChPolicy.appendAlterSQL(PgStatement newCondition, SQLScript script) ChRole.appendAlterSQL(PgStatement newCondition, SQLScript script) ChSchema.appendAlterSQL(PgStatement newCondition, SQLScript script) ChTable.appendAlterSQL(PgStatement newCondition, SQLScript script) ChTableLog.appendAlterSQL(PgStatement newCondition, SQLScript script) ChUser.appendAlterSQL(PgStatement newCondition, SQLScript script) ChView.appendAlterSQL(PgStatement newCondition, SQLScript script) -
Uses of ObjectState in org.pgcodekeeper.core.schema.ms
Methods in org.pgcodekeeper.core.schema.ms that return ObjectStateModifier and TypeMethodDescriptionMsAssembly.appendAlterSQL(PgStatement newCondition, SQLScript script) MsColumn.appendAlterSQL(PgStatement newCondition, SQLScript script) MsConstraint.appendAlterSQL(PgStatement newCondition, SQLScript script) MsIndex.appendAlterSQL(PgStatement newCondition, SQLScript script) MsRole.appendAlterSQL(PgStatement newCondition, SQLScript script) MsSchema.appendAlterSQL(PgStatement newCondition, SQLScript script) MsSequence.appendAlterSQL(PgStatement newCondition, SQLScript script) MsStatistics.appendAlterSQL(PgStatement newCondition, SQLScript script) MsTable.appendAlterSQL(PgStatement newCondition, SQLScript script) MsTrigger.appendAlterSQL(PgStatement newCondition, SQLScript script) MsUser.appendAlterSQL(PgStatement newCondition, SQLScript script) MsView.appendAlterSQL(PgStatement newCondition, SQLScript script) -
Uses of ObjectState in org.pgcodekeeper.core.schema.pg
Methods in org.pgcodekeeper.core.schema.pg that return ObjectStateModifier and TypeMethodDescriptionAbstractPgTable.appendAlterSQL(PgStatement newCondition, SQLScript script) AbstractPgView.appendAlterSQL(PgStatement newCondition, SQLScript script) PgCast.appendAlterSQL(PgStatement newCondition, SQLScript script) PgCollation.appendAlterSQL(PgStatement newCondition, SQLScript script) PgColumn.appendAlterSQL(PgStatement newCondition, SQLScript script) PgConstraint.appendAlterSQL(PgStatement newCondition, SQLScript script) PgDomain.appendAlterSQL(PgStatement newCondition, SQLScript script) PgEventTrigger.appendAlterSQL(PgStatement newCondition, SQLScript script) PgExtension.appendAlterSQL(PgStatement newCondition, SQLScript script) PgForeignDataWrapper.appendAlterSQL(PgStatement newCondition, SQLScript script) PgFtsConfiguration.appendAlterSQL(PgStatement newCondition, SQLScript script) PgFtsDictionary.appendAlterSQL(PgStatement newCondition, SQLScript script) PgFtsParser.appendAlterSQL(PgStatement newCondition, SQLScript script) PgFtsTemplate.appendAlterSQL(PgStatement newCondition, SQLScript script) PgIndex.appendAlterSQL(PgStatement newCondition, SQLScript script) PgOperator.appendAlterSQL(PgStatement newCondition, SQLScript script) PgPolicy.appendAlterSQL(PgStatement newCondition, SQLScript script) PgRule.appendAlterSQL(PgStatement newCondition, SQLScript script) PgSchema.appendAlterSQL(PgStatement newCondition, SQLScript script) PgSequence.appendAlterSQL(PgStatement newCondition, SQLScript script) PgServer.appendAlterSQL(PgStatement newCondition, SQLScript script) PgStatistics.appendAlterSQL(PgStatement newCondition, SQLScript script) PgTrigger.appendAlterSQL(PgStatement newCondition, SQLScript script) PgUserMapping.appendAlterSQL(PgStatement newCondition, SQLScript script)