Uses of Enum Class
org.pgcodekeeper.core.database.api.schema.ObjectState
Packages that use ObjectState
Package
Description
-
Uses of ObjectState in org.pgcodekeeper.core.database.api.schema
Methods in org.pgcodekeeper.core.database.api.schema that return ObjectStateModifier and TypeMethodDescriptiondefault ObjectStateIDatabase.appendAlterSQL(IStatement newCondition, SQLScript script) IStatement.appendAlterSQL(IStatement newCondition, SQLScript script) Fill script with object changes and return change typestatic 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.database.api.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.database.base.schema
Methods in org.pgcodekeeper.core.database.base.schema that return ObjectStateModifier and TypeMethodDescriptionAbstractStatement.getObjectState(boolean isNeedDepcies, SQLScript script, int startSize) Determines the object state based on changes made to the script.AbstractStatement.getObjectState(SQLScript script, int startSize) Determines the object state based on changes made to the script. -
Uses of ObjectState in org.pgcodekeeper.core.database.base.schema.meta
Methods in org.pgcodekeeper.core.database.base.schema.meta that return ObjectStateModifier and TypeMethodDescriptionMetaStatement.appendAlterSQL(IStatement newCondition, SQLScript script) -
Uses of ObjectState in org.pgcodekeeper.core.database.ch.schema
Methods in org.pgcodekeeper.core.database.ch.schema that return ObjectStateModifier and TypeMethodDescriptionChColumn.appendAlterSQL(IStatement newCondition, SQLScript script) ChConstraint.appendAlterSQL(IStatement newCondition, SQLScript script) ChDictionary.appendAlterSQL(IStatement newCondition, SQLScript script) ChFunction.appendAlterSQL(IStatement newCondition, SQLScript script) ChIndex.appendAlterSQL(IStatement newCondition, SQLScript script) ChPolicy.appendAlterSQL(IStatement newCondition, SQLScript script) ChRole.appendAlterSQL(IStatement newCondition, SQLScript script) ChSchema.appendAlterSQL(IStatement newCondition, SQLScript script) ChTable.appendAlterSQL(IStatement newCondition, SQLScript script) ChUser.appendAlterSQL(IStatement newCondition, SQLScript script) ChView.appendAlterSQL(IStatement newCondition, SQLScript script) -
Uses of ObjectState in org.pgcodekeeper.core.database.ms.schema
Methods in org.pgcodekeeper.core.database.ms.schema that return ObjectStateModifier and TypeMethodDescriptionMsAbstractCommonFunction.appendAlterSQL(IStatement newCondition, SQLScript script) MsAssembly.appendAlterSQL(IStatement newCondition, SQLScript script) MsColumn.appendAlterSQL(IStatement newCondition, SQLScript script) MsConstraint.appendAlterSQL(IStatement newCondition, SQLScript script) MsIndex.appendAlterSQL(IStatement newCondition, SQLScript script) MsRole.appendAlterSQL(IStatement newCondition, SQLScript script) MsSchema.appendAlterSQL(IStatement newCondition, SQLScript script) MsSequence.appendAlterSQL(IStatement newCondition, SQLScript script) MsStatistics.appendAlterSQL(IStatement newCondition, SQLScript script) MsTable.appendAlterSQL(IStatement newCondition, SQLScript script) MsTrigger.appendAlterSQL(IStatement newCondition, SQLScript script) MsType.appendAlterSQL(IStatement newCondition, SQLScript script) MsUser.appendAlterSQL(IStatement newCondition, SQLScript script) MsView.appendAlterSQL(IStatement newCondition, SQLScript script) -
Uses of ObjectState in org.pgcodekeeper.core.database.pg.schema
Methods in org.pgcodekeeper.core.database.pg.schema that return ObjectStateModifier and TypeMethodDescriptionPgAbstractFunction.appendAlterSQL(IStatement newCondition, SQLScript script) PgAbstractTable.appendAlterSQL(IStatement newCondition, SQLScript script) PgAbstractType.appendAlterSQL(IStatement newCondition, SQLScript script) PgAbstractView.appendAlterSQL(IStatement newCondition, SQLScript script) PgCast.appendAlterSQL(IStatement newCondition, SQLScript script) PgCollation.appendAlterSQL(IStatement newCondition, SQLScript script) PgColumn.appendAlterSQL(IStatement newCondition, SQLScript script) PgConstraint.appendAlterSQL(IStatement newCondition, SQLScript script) PgDomain.appendAlterSQL(IStatement newCondition, SQLScript script) PgEventTrigger.appendAlterSQL(IStatement newCondition, SQLScript script) PgExtension.appendAlterSQL(IStatement newCondition, SQLScript script) PgForeignDataWrapper.appendAlterSQL(IStatement newCondition, SQLScript script) PgFtsConfiguration.appendAlterSQL(IStatement newCondition, SQLScript script) PgFtsDictionary.appendAlterSQL(IStatement newCondition, SQLScript script) PgFtsParser.appendAlterSQL(IStatement newCondition, SQLScript script) PgFtsTemplate.appendAlterSQL(IStatement newCondition, SQLScript script) PgIndex.appendAlterSQL(IStatement newCondition, SQLScript script) PgOperator.appendAlterSQL(IStatement newCondition, SQLScript script) PgPolicy.appendAlterSQL(IStatement newCondition, SQLScript script) PgRule.appendAlterSQL(IStatement newCondition, SQLScript script) PgSchema.appendAlterSQL(IStatement newCondition, SQLScript script) PgSequence.appendAlterSQL(IStatement newCondition, SQLScript script) PgServer.appendAlterSQL(IStatement newCondition, SQLScript script) PgStatistics.appendAlterSQL(IStatement newCondition, SQLScript script) PgTrigger.appendAlterSQL(IStatement newCondition, SQLScript script) PgUserMapping.appendAlterSQL(IStatement newCondition, SQLScript script) -
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(IStatement oldObj, IStatement newObj, ObjectState action, IStatement starter) Creates an action container with the specified objects and action.