org.eclipse.wst.rdb.internal.models.sql.constraints
Interface SQLConstraintsPackage

All Superinterfaces:
org.eclipse.emf.ecore.EModelElement, org.eclipse.emf.ecore.ENamedElement, org.eclipse.emf.ecore.EObject, org.eclipse.emf.ecore.EPackage, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
SQLConstraintsPackageImpl

public interface SQLConstraintsPackage
extends org.eclipse.emf.ecore.EPackage

The Package for the model. It contains accessors for the meta objects to represent

See Also:
SQLConstraintsFactory

Inner classes inherited from class org.eclipse.emf.ecore.EPackage
org.eclipse.emf.ecore.EPackage.Descriptor, org.eclipse.emf.ecore.EPackage.Registry
 
Field Summary
static int ASSERTION
          The meta object id for the 'Assertion' class.
static int ASSERTION__CONSTRAINED_TABLES
          The feature id for the 'Constrained Tables' reference list.
static int ASSERTION__DEFERRABLE
          The feature id for the 'Deferrable' attribute.
static int ASSERTION__DEPENDENCIES
          The feature id for the 'Dependencies' containment reference list.
static int ASSERTION__DESCRIPTION
          The feature id for the 'Description' attribute.
static int ASSERTION__EANNOTATIONS
          The feature id for the 'EAnnotations' containment reference list.
static int ASSERTION__ENFORCED
          The feature id for the 'Enforced' attribute.
static int ASSERTION__INITIALLY_DEFERRED
          The feature id for the 'Initially Deferred' attribute.
static int ASSERTION__LABEL
          The feature id for the 'Label' attribute.
static int ASSERTION__NAME
          The feature id for the 'Name' attribute.
static int ASSERTION__SCHEMA
          The feature id for the 'Schema' reference.
static int ASSERTION__SEARCH_CONDITION
          The feature id for the 'Search Condition' containment reference.
static int ASSERTION_FEATURE_COUNT
          The number of structural features of the the 'Assertion' class.
static int CHECK_CONSTRAINT
          The meta object id for the 'Check Constraint' class.
static int CHECK_CONSTRAINT__BASE_TABLE
          The feature id for the 'Base Table' container reference.
static int CHECK_CONSTRAINT__DEFERRABLE
          The feature id for the 'Deferrable' attribute.
static int CHECK_CONSTRAINT__DEPENDENCIES
          The feature id for the 'Dependencies' containment reference list.
static int CHECK_CONSTRAINT__DESCRIPTION
          The feature id for the 'Description' attribute.
static int CHECK_CONSTRAINT__EANNOTATIONS
          The feature id for the 'EAnnotations' containment reference list.
static int CHECK_CONSTRAINT__ENFORCED
          The feature id for the 'Enforced' attribute.
static int CHECK_CONSTRAINT__INITIALLY_DEFERRED
          The feature id for the 'Initially Deferred' attribute.
static int CHECK_CONSTRAINT__LABEL
          The feature id for the 'Label' attribute.
static int CHECK_CONSTRAINT__NAME
          The feature id for the 'Name' attribute.
static int CHECK_CONSTRAINT__SEARCH_CONDITION
          The feature id for the 'Search Condition' containment reference.
static int CHECK_CONSTRAINT_FEATURE_COUNT
          The number of structural features of the the 'Check Constraint' class.
static int CONSTRAINT
          The meta object id for the 'Constraint' class.
static int CONSTRAINT__DEFERRABLE
          The feature id for the 'Deferrable' attribute.
static int CONSTRAINT__DEPENDENCIES
          The feature id for the 'Dependencies' containment reference list.
static int CONSTRAINT__DESCRIPTION
          The feature id for the 'Description' attribute.
static int CONSTRAINT__EANNOTATIONS
          The feature id for the 'EAnnotations' containment reference list.
static int CONSTRAINT__ENFORCED
          The feature id for the 'Enforced' attribute.
static int CONSTRAINT__INITIALLY_DEFERRED
          The feature id for the 'Initially Deferred' attribute.
static int CONSTRAINT__LABEL
          The feature id for the 'Label' attribute.
static int CONSTRAINT__NAME
          The feature id for the 'Name' attribute.
static int CONSTRAINT_FEATURE_COUNT
          The number of structural features of the the 'Constraint' class.
static SQLConstraintsPackage eINSTANCE
          The singleton instance of the package.
static java.lang.String eNAME
          The package name.
static java.lang.String eNS_PREFIX
          The package namespace name.
static java.lang.String eNS_URI
          The package namespace URI.
static int FOREIGN_KEY
          The meta object id for the 'Foreign Key' class.
static int FOREIGN_KEY__BASE_TABLE
          The feature id for the 'Base Table' container reference.
static int FOREIGN_KEY__DEFERRABLE
          The feature id for the 'Deferrable' attribute.
static int FOREIGN_KEY__DEPENDENCIES
          The feature id for the 'Dependencies' containment reference list.
static int FOREIGN_KEY__DESCRIPTION
          The feature id for the 'Description' attribute.
static int FOREIGN_KEY__EANNOTATIONS
          The feature id for the 'EAnnotations' containment reference list.
static int FOREIGN_KEY__ENFORCED
          The feature id for the 'Enforced' attribute.
static int FOREIGN_KEY__INITIALLY_DEFERRED
          The feature id for the 'Initially Deferred' attribute.
static int FOREIGN_KEY__LABEL
          The feature id for the 'Label' attribute.
static int FOREIGN_KEY__MATCH
          The feature id for the 'Match' attribute.
static int FOREIGN_KEY__MEMBERS
          The feature id for the 'Members' reference list.
static int FOREIGN_KEY__NAME
          The feature id for the 'Name' attribute.
static int FOREIGN_KEY__ON_DELETE
          The feature id for the 'On Delete' attribute.
static int FOREIGN_KEY__ON_UPDATE
          The feature id for the 'On Update' attribute.
static int FOREIGN_KEY__REFERENCED_MEMBERS
          The feature id for the 'Referenced Members' reference list.
static int FOREIGN_KEY__UNIQUE_CONSTRAINT
          The feature id for the 'Unique Constraint' reference.
static int FOREIGN_KEY__UNIQUE_INDEX
          The feature id for the 'Unique Index' reference.
static int FOREIGN_KEY_FEATURE_COUNT
          The number of structural features of the the 'Foreign Key' class.
static int INCREMENT_TYPE
          The meta object id for the 'Increment Type' enum.
static int INDEX
          The meta object id for the 'Index' class.
static int INDEX__CLUSTERED
          The feature id for the 'Clustered' attribute.
static int INDEX__DEPENDENCIES
          The feature id for the 'Dependencies' containment reference list.
static int INDEX__DESCRIPTION
          The feature id for the 'Description' attribute.
static int INDEX__EANNOTATIONS
          The feature id for the 'EAnnotations' containment reference list.
static int INDEX__FILL_FACTOR
          The feature id for the 'Fill Factor' attribute.
static int INDEX__FOREIGN_KEY
          The feature id for the 'Foreign Key' reference list.
static int INDEX__INCLUDED_MEMBERS
          The feature id for the 'Included Members' containment reference list.
static int INDEX__LABEL
          The feature id for the 'Label' attribute.
static int INDEX__MEMBERS
          The feature id for the 'Members' containment reference list.
static int INDEX__NAME
          The feature id for the 'Name' attribute.
static int INDEX__SCHEMA
          The feature id for the 'Schema' reference.
static int INDEX__TABLE
          The feature id for the 'Table' reference.
static int INDEX__UNIQUE
          The feature id for the 'Unique' attribute.
static int INDEX_FEATURE_COUNT
          The number of structural features of the the 'Index' class.
static int INDEX_MEMBER
          The meta object id for the 'Index Member' class.
static int INDEX_MEMBER__COLUMN
          The feature id for the 'Column' reference.
static int INDEX_MEMBER__DEPENDENCIES
          The feature id for the 'Dependencies' containment reference list.
static int INDEX_MEMBER__DESCRIPTION
          The feature id for the 'Description' attribute.
static int INDEX_MEMBER__EANNOTATIONS
          The feature id for the 'EAnnotations' containment reference list.
static int INDEX_MEMBER__INCREMENT_TYPE
          The feature id for the 'Increment Type' attribute.
static int INDEX_MEMBER__LABEL
          The feature id for the 'Label' attribute.
static int INDEX_MEMBER__NAME
          The feature id for the 'Name' attribute.
static int INDEX_MEMBER_FEATURE_COUNT
          The number of structural features of the the 'Index Member' class.
static int MATCH_TYPE
          The meta object id for the 'Match Type' enum.
static int PRIMARY_KEY
          The meta object id for the 'Primary Key' class.
static int PRIMARY_KEY__BASE_TABLE
          The feature id for the 'Base Table' container reference.
static int PRIMARY_KEY__DEFERRABLE
          The feature id for the 'Deferrable' attribute.
static int PRIMARY_KEY__DEPENDENCIES
          The feature id for the 'Dependencies' containment reference list.
static int PRIMARY_KEY__DESCRIPTION
          The feature id for the 'Description' attribute.
static int PRIMARY_KEY__EANNOTATIONS
          The feature id for the 'EAnnotations' containment reference list.
static int PRIMARY_KEY__ENFORCED
          The feature id for the 'Enforced' attribute.
static int PRIMARY_KEY__FOREIGN_KEY
          The feature id for the 'Foreign Key' reference list.
static int PRIMARY_KEY__INITIALLY_DEFERRED
          The feature id for the 'Initially Deferred' attribute.
static int PRIMARY_KEY__LABEL
          The feature id for the 'Label' attribute.
static int PRIMARY_KEY__MEMBERS
          The feature id for the 'Members' reference list.
static int PRIMARY_KEY__NAME
          The feature id for the 'Name' attribute.
static int PRIMARY_KEY_FEATURE_COUNT
          The number of structural features of the the 'Primary Key' class.
static int REFERENCE_CONSTRAINT
          The meta object id for the 'Reference Constraint' class.
static int REFERENCE_CONSTRAINT__BASE_TABLE
          The feature id for the 'Base Table' container reference.
static int REFERENCE_CONSTRAINT__DEFERRABLE
          The feature id for the 'Deferrable' attribute.
static int REFERENCE_CONSTRAINT__DEPENDENCIES
          The feature id for the 'Dependencies' containment reference list.
static int REFERENCE_CONSTRAINT__DESCRIPTION
          The feature id for the 'Description' attribute.
static int REFERENCE_CONSTRAINT__EANNOTATIONS
          The feature id for the 'EAnnotations' containment reference list.
static int REFERENCE_CONSTRAINT__ENFORCED
          The feature id for the 'Enforced' attribute.
static int REFERENCE_CONSTRAINT__INITIALLY_DEFERRED
          The feature id for the 'Initially Deferred' attribute.
static int REFERENCE_CONSTRAINT__LABEL
          The feature id for the 'Label' attribute.
static int REFERENCE_CONSTRAINT__MEMBERS
          The feature id for the 'Members' reference list.
static int REFERENCE_CONSTRAINT__NAME
          The feature id for the 'Name' attribute.
static int REFERENCE_CONSTRAINT_FEATURE_COUNT
          The number of structural features of the the 'Reference Constraint' class.
static int TABLE_CONSTRAINT
          The meta object id for the 'Table Constraint' class.
static int TABLE_CONSTRAINT__BASE_TABLE
          The feature id for the 'Base Table' container reference.
static int TABLE_CONSTRAINT__DEFERRABLE
          The feature id for the 'Deferrable' attribute.
static int TABLE_CONSTRAINT__DEPENDENCIES
          The feature id for the 'Dependencies' containment reference list.
static int TABLE_CONSTRAINT__DESCRIPTION
          The feature id for the 'Description' attribute.
static int TABLE_CONSTRAINT__EANNOTATIONS
          The feature id for the 'EAnnotations' containment reference list.
static int TABLE_CONSTRAINT__ENFORCED
          The feature id for the 'Enforced' attribute.
static int TABLE_CONSTRAINT__INITIALLY_DEFERRED
          The feature id for the 'Initially Deferred' attribute.
static int TABLE_CONSTRAINT__LABEL
          The feature id for the 'Label' attribute.
static int TABLE_CONSTRAINT__NAME
          The feature id for the 'Name' attribute.
static int TABLE_CONSTRAINT_FEATURE_COUNT
          The number of structural features of the the 'Table Constraint' class.
static int UNIQUE_CONSTRAINT
          The meta object id for the 'Unique Constraint' class.
static int UNIQUE_CONSTRAINT__BASE_TABLE
          The feature id for the 'Base Table' container reference.
static int UNIQUE_CONSTRAINT__DEFERRABLE
          The feature id for the 'Deferrable' attribute.
static int UNIQUE_CONSTRAINT__DEPENDENCIES
          The feature id for the 'Dependencies' containment reference list.
static int UNIQUE_CONSTRAINT__DESCRIPTION
          The feature id for the 'Description' attribute.
static int UNIQUE_CONSTRAINT__EANNOTATIONS
          The feature id for the 'EAnnotations' containment reference list.
static int UNIQUE_CONSTRAINT__ENFORCED
          The feature id for the 'Enforced' attribute.
static int UNIQUE_CONSTRAINT__FOREIGN_KEY
          The feature id for the 'Foreign Key' reference list.
static int UNIQUE_CONSTRAINT__INITIALLY_DEFERRED
          The feature id for the 'Initially Deferred' attribute.
static int UNIQUE_CONSTRAINT__LABEL
          The feature id for the 'Label' attribute.
static int UNIQUE_CONSTRAINT__MEMBERS
          The feature id for the 'Members' reference list.
static int UNIQUE_CONSTRAINT__NAME
          The feature id for the 'Name' attribute.
static int UNIQUE_CONSTRAINT_FEATURE_COUNT
          The number of structural features of the the 'Unique Constraint' class.
 
Method Summary
 org.eclipse.emf.ecore.EReference getAssertion_ConstrainedTables()
          Returns the meta object for the reference list 'Constrained Tables'.
 org.eclipse.emf.ecore.EReference getAssertion_Schema()
          Returns the meta object for the reference 'Schema'.
 org.eclipse.emf.ecore.EReference getAssertion_SearchCondition()
          Returns the meta object for the containment reference 'Search Condition'.
 org.eclipse.emf.ecore.EClass getAssertion()
          Returns the meta object for class 'Assertion'.
 org.eclipse.emf.ecore.EReference getCheckConstraint_SearchCondition()
          Returns the meta object for the containment reference 'Search Condition'.
 org.eclipse.emf.ecore.EClass getCheckConstraint()
          Returns the meta object for class 'Check Constraint'.
 org.eclipse.emf.ecore.EAttribute getConstraint_Deferrable()
          Returns the meta object for the attribute 'Deferrable'.
 org.eclipse.emf.ecore.EAttribute getConstraint_Enforced()
          Returns the meta object for the attribute 'Enforced'.
 org.eclipse.emf.ecore.EAttribute getConstraint_InitiallyDeferred()
          Returns the meta object for the attribute 'Initially Deferred'.
 org.eclipse.emf.ecore.EClass getConstraint()
          Returns the meta object for class 'Constraint'.
 org.eclipse.emf.ecore.EAttribute getForeignKey_Match()
          Returns the meta object for the attribute 'Match'.
 org.eclipse.emf.ecore.EAttribute getForeignKey_OnDelete()
          Returns the meta object for the attribute 'On Delete'.
 org.eclipse.emf.ecore.EAttribute getForeignKey_OnUpdate()
          Returns the meta object for the attribute 'On Update'.
 org.eclipse.emf.ecore.EReference getForeignKey_ReferencedMembers()
          Returns the meta object for the reference list 'Referenced Members'.
 org.eclipse.emf.ecore.EReference getForeignKey_UniqueConstraint()
          Returns the meta object for the reference 'Unique Constraint'.
 org.eclipse.emf.ecore.EReference getForeignKey_UniqueIndex()
          Returns the meta object for the reference 'Unique Index'.
 org.eclipse.emf.ecore.EClass getForeignKey()
          Returns the meta object for class 'Foreign Key'.
 org.eclipse.emf.ecore.EEnum getIncrementType()
          Returns the meta object for enum 'Increment Type'.
 org.eclipse.emf.ecore.EAttribute getIndex_Clustered()
          Returns the meta object for the attribute 'Clustered'.
 org.eclipse.emf.ecore.EAttribute getIndex_FillFactor()
          Returns the meta object for the attribute 'Fill Factor'.
 org.eclipse.emf.ecore.EReference getIndex_ForeignKey()
          Returns the meta object for the reference list 'Foreign Key'.
 org.eclipse.emf.ecore.EReference getIndex_IncludedMembers()
          Returns the meta object for the containment reference list 'Included Members'.
 org.eclipse.emf.ecore.EReference getIndex_Members()
          Returns the meta object for the containment reference list 'Members'.
 org.eclipse.emf.ecore.EReference getIndex_Schema()
          Returns the meta object for the reference 'Schema'.
 org.eclipse.emf.ecore.EReference getIndex_Table()
          Returns the meta object for the reference 'Table'.
 org.eclipse.emf.ecore.EAttribute getIndex_Unique()
          Returns the meta object for the attribute 'Unique'.
 org.eclipse.emf.ecore.EClass getIndex()
          Returns the meta object for class 'Index'.
 org.eclipse.emf.ecore.EReference getIndexMember_Column()
          Returns the meta object for the reference 'Column'.
 org.eclipse.emf.ecore.EAttribute getIndexMember_IncrementType()
          Returns the meta object for the attribute 'Increment Type'.
 org.eclipse.emf.ecore.EClass getIndexMember()
          Returns the meta object for class 'Index Member'.
 org.eclipse.emf.ecore.EEnum getMatchType()
          Returns the meta object for enum 'Match Type'.
 org.eclipse.emf.ecore.EClass getPrimaryKey()
          Returns the meta object for class 'Primary Key'.
 org.eclipse.emf.ecore.EReference getReferenceConstraint_Members()
          Returns the meta object for the reference list 'Members'.
 org.eclipse.emf.ecore.EClass getReferenceConstraint()
          Returns the meta object for class 'Reference Constraint'.
 SQLConstraintsFactory getSQLConstraintsFactory()
          Returns the factory that creates the instances of the model.
 org.eclipse.emf.ecore.EReference getTableConstraint_BaseTable()
          Returns the meta object for the container reference 'Base Table'.
 org.eclipse.emf.ecore.EClass getTableConstraint()
          Returns the meta object for class 'Table Constraint'.
 org.eclipse.emf.ecore.EReference getUniqueConstraint_ForeignKey()
          Returns the meta object for the reference list 'Foreign Key'.
 org.eclipse.emf.ecore.EClass getUniqueConstraint()
          Returns the meta object for class 'Unique Constraint'.
 
Methods inherited from interface org.eclipse.emf.ecore.EPackage
getEClassifier, getEClassifiers, getEFactoryInstance, getESubpackages, getESuperPackage, getNsPrefix, getNsURI, setEFactoryInstance, setNsPrefix, setNsURI
 
Methods inherited from interface org.eclipse.emf.ecore.ENamedElement
getName, setName
 
Methods inherited from interface org.eclipse.emf.ecore.EModelElement
getEAnnotation, getEAnnotations
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Field Detail

eNAME

public static final java.lang.String eNAME
The package name.

eNS_URI

public static final java.lang.String eNS_URI
The package namespace URI.

eNS_PREFIX

public static final java.lang.String eNS_PREFIX
The package namespace name.

eINSTANCE

public static final SQLConstraintsPackage eINSTANCE
The singleton instance of the package.

CONSTRAINT

public static final int CONSTRAINT
The meta object id for the 'Constraint' class.
See Also:
ConstraintImpl, SQLConstraintsPackageImpl.getConstraint()

CONSTRAINT__EANNOTATIONS

public static final int CONSTRAINT__EANNOTATIONS
The feature id for the 'EAnnotations' containment reference list.

CONSTRAINT__NAME

public static final int CONSTRAINT__NAME
The feature id for the 'Name' attribute.

CONSTRAINT__DEPENDENCIES

public static final int CONSTRAINT__DEPENDENCIES
The feature id for the 'Dependencies' containment reference list.

CONSTRAINT__DESCRIPTION

public static final int CONSTRAINT__DESCRIPTION
The feature id for the 'Description' attribute.

CONSTRAINT__LABEL

public static final int CONSTRAINT__LABEL
The feature id for the 'Label' attribute.

CONSTRAINT__DEFERRABLE

public static final int CONSTRAINT__DEFERRABLE
The feature id for the 'Deferrable' attribute.

CONSTRAINT__INITIALLY_DEFERRED

public static final int CONSTRAINT__INITIALLY_DEFERRED
The feature id for the 'Initially Deferred' attribute.

CONSTRAINT__ENFORCED

public static final int CONSTRAINT__ENFORCED
The feature id for the 'Enforced' attribute.

CONSTRAINT_FEATURE_COUNT

public static final int CONSTRAINT_FEATURE_COUNT
The number of structural features of the the 'Constraint' class.

ASSERTION

public static final int ASSERTION
The meta object id for the 'Assertion' class.
See Also:
AssertionImpl, SQLConstraintsPackageImpl.getAssertion()

ASSERTION__EANNOTATIONS

public static final int ASSERTION__EANNOTATIONS
The feature id for the 'EAnnotations' containment reference list.

ASSERTION__NAME

public static final int ASSERTION__NAME
The feature id for the 'Name' attribute.

ASSERTION__DEPENDENCIES

public static final int ASSERTION__DEPENDENCIES
The feature id for the 'Dependencies' containment reference list.

ASSERTION__DESCRIPTION

public static final int ASSERTION__DESCRIPTION
The feature id for the 'Description' attribute.

ASSERTION__LABEL

public static final int ASSERTION__LABEL
The feature id for the 'Label' attribute.

ASSERTION__DEFERRABLE

public static final int ASSERTION__DEFERRABLE
The feature id for the 'Deferrable' attribute.

ASSERTION__INITIALLY_DEFERRED

public static final int ASSERTION__INITIALLY_DEFERRED
The feature id for the 'Initially Deferred' attribute.

ASSERTION__ENFORCED

public static final int ASSERTION__ENFORCED
The feature id for the 'Enforced' attribute.

ASSERTION__SEARCH_CONDITION

public static final int ASSERTION__SEARCH_CONDITION
The feature id for the 'Search Condition' containment reference.

ASSERTION__SCHEMA

public static final int ASSERTION__SCHEMA
The feature id for the 'Schema' reference.

ASSERTION__CONSTRAINED_TABLES

public static final int ASSERTION__CONSTRAINED_TABLES
The feature id for the 'Constrained Tables' reference list.

ASSERTION_FEATURE_COUNT

public static final int ASSERTION_FEATURE_COUNT
The number of structural features of the the 'Assertion' class.

TABLE_CONSTRAINT

public static final int TABLE_CONSTRAINT
The meta object id for the 'Table Constraint' class.
See Also:
TableConstraintImpl, SQLConstraintsPackageImpl.getTableConstraint()

TABLE_CONSTRAINT__EANNOTATIONS

public static final int TABLE_CONSTRAINT__EANNOTATIONS
The feature id for the 'EAnnotations' containment reference list.

TABLE_CONSTRAINT__NAME

public static final int TABLE_CONSTRAINT__NAME
The feature id for the 'Name' attribute.

TABLE_CONSTRAINT__DEPENDENCIES

public static final int TABLE_CONSTRAINT__DEPENDENCIES
The feature id for the 'Dependencies' containment reference list.

TABLE_CONSTRAINT__DESCRIPTION

public static final int TABLE_CONSTRAINT__DESCRIPTION
The feature id for the 'Description' attribute.

TABLE_CONSTRAINT__LABEL

public static final int TABLE_CONSTRAINT__LABEL
The feature id for the 'Label' attribute.

TABLE_CONSTRAINT__DEFERRABLE

public static final int TABLE_CONSTRAINT__DEFERRABLE
The feature id for the 'Deferrable' attribute.

TABLE_CONSTRAINT__INITIALLY_DEFERRED

public static final int TABLE_CONSTRAINT__INITIALLY_DEFERRED
The feature id for the 'Initially Deferred' attribute.

TABLE_CONSTRAINT__ENFORCED

public static final int TABLE_CONSTRAINT__ENFORCED
The feature id for the 'Enforced' attribute.

TABLE_CONSTRAINT__BASE_TABLE

public static final int TABLE_CONSTRAINT__BASE_TABLE
The feature id for the 'Base Table' container reference.

TABLE_CONSTRAINT_FEATURE_COUNT

public static final int TABLE_CONSTRAINT_FEATURE_COUNT
The number of structural features of the the 'Table Constraint' class.

REFERENCE_CONSTRAINT

public static final int REFERENCE_CONSTRAINT
The meta object id for the 'Reference Constraint' class.
See Also:
ReferenceConstraintImpl, SQLConstraintsPackageImpl.getReferenceConstraint()

REFERENCE_CONSTRAINT__EANNOTATIONS

public static final int REFERENCE_CONSTRAINT__EANNOTATIONS
The feature id for the 'EAnnotations' containment reference list.

REFERENCE_CONSTRAINT__NAME

public static final int REFERENCE_CONSTRAINT__NAME
The feature id for the 'Name' attribute.

REFERENCE_CONSTRAINT__DEPENDENCIES

public static final int REFERENCE_CONSTRAINT__DEPENDENCIES
The feature id for the 'Dependencies' containment reference list.

REFERENCE_CONSTRAINT__DESCRIPTION

public static final int REFERENCE_CONSTRAINT__DESCRIPTION
The feature id for the 'Description' attribute.

REFERENCE_CONSTRAINT__LABEL

public static final int REFERENCE_CONSTRAINT__LABEL
The feature id for the 'Label' attribute.

REFERENCE_CONSTRAINT__DEFERRABLE

public static final int REFERENCE_CONSTRAINT__DEFERRABLE
The feature id for the 'Deferrable' attribute.

REFERENCE_CONSTRAINT__INITIALLY_DEFERRED

public static final int REFERENCE_CONSTRAINT__INITIALLY_DEFERRED
The feature id for the 'Initially Deferred' attribute.

REFERENCE_CONSTRAINT__ENFORCED

public static final int REFERENCE_CONSTRAINT__ENFORCED
The feature id for the 'Enforced' attribute.

REFERENCE_CONSTRAINT__BASE_TABLE

public static final int REFERENCE_CONSTRAINT__BASE_TABLE
The feature id for the 'Base Table' container reference.

REFERENCE_CONSTRAINT__MEMBERS

public static final int REFERENCE_CONSTRAINT__MEMBERS
The feature id for the 'Members' reference list.

REFERENCE_CONSTRAINT_FEATURE_COUNT

public static final int REFERENCE_CONSTRAINT_FEATURE_COUNT
The number of structural features of the the 'Reference Constraint' class.

CHECK_CONSTRAINT

public static final int CHECK_CONSTRAINT
The meta object id for the 'Check Constraint' class.
See Also:
CheckConstraintImpl, SQLConstraintsPackageImpl.getCheckConstraint()

CHECK_CONSTRAINT__EANNOTATIONS

public static final int CHECK_CONSTRAINT__EANNOTATIONS
The feature id for the 'EAnnotations' containment reference list.

CHECK_CONSTRAINT__NAME

public static final int CHECK_CONSTRAINT__NAME
The feature id for the 'Name' attribute.

CHECK_CONSTRAINT__DEPENDENCIES

public static final int CHECK_CONSTRAINT__DEPENDENCIES
The feature id for the 'Dependencies' containment reference list.

CHECK_CONSTRAINT__DESCRIPTION

public static final int CHECK_CONSTRAINT__DESCRIPTION
The feature id for the 'Description' attribute.

CHECK_CONSTRAINT__LABEL

public static final int CHECK_CONSTRAINT__LABEL
The feature id for the 'Label' attribute.

CHECK_CONSTRAINT__DEFERRABLE

public static final int CHECK_CONSTRAINT__DEFERRABLE
The feature id for the 'Deferrable' attribute.

CHECK_CONSTRAINT__INITIALLY_DEFERRED

public static final int CHECK_CONSTRAINT__INITIALLY_DEFERRED
The feature id for the 'Initially Deferred' attribute.

CHECK_CONSTRAINT__ENFORCED

public static final int CHECK_CONSTRAINT__ENFORCED
The feature id for the 'Enforced' attribute.

CHECK_CONSTRAINT__BASE_TABLE

public static final int CHECK_CONSTRAINT__BASE_TABLE
The feature id for the 'Base Table' container reference.

CHECK_CONSTRAINT__SEARCH_CONDITION

public static final int CHECK_CONSTRAINT__SEARCH_CONDITION
The feature id for the 'Search Condition' containment reference.

CHECK_CONSTRAINT_FEATURE_COUNT

public static final int CHECK_CONSTRAINT_FEATURE_COUNT
The number of structural features of the the 'Check Constraint' class.

FOREIGN_KEY

public static final int FOREIGN_KEY
The meta object id for the 'Foreign Key' class.
See Also:
ForeignKeyImpl, SQLConstraintsPackageImpl.getForeignKey()

FOREIGN_KEY__EANNOTATIONS

public static final int FOREIGN_KEY__EANNOTATIONS
The feature id for the 'EAnnotations' containment reference list.

FOREIGN_KEY__NAME

public static final int FOREIGN_KEY__NAME
The feature id for the 'Name' attribute.

FOREIGN_KEY__DEPENDENCIES

public static final int FOREIGN_KEY__DEPENDENCIES
The feature id for the 'Dependencies' containment reference list.

FOREIGN_KEY__DESCRIPTION

public static final int FOREIGN_KEY__DESCRIPTION
The feature id for the 'Description' attribute.

FOREIGN_KEY__LABEL

public static final int FOREIGN_KEY__LABEL
The feature id for the 'Label' attribute.

FOREIGN_KEY__DEFERRABLE

public static final int FOREIGN_KEY__DEFERRABLE
The feature id for the 'Deferrable' attribute.

FOREIGN_KEY__INITIALLY_DEFERRED

public static final int FOREIGN_KEY__INITIALLY_DEFERRED
The feature id for the 'Initially Deferred' attribute.

FOREIGN_KEY__ENFORCED

public static final int FOREIGN_KEY__ENFORCED
The feature id for the 'Enforced' attribute.

FOREIGN_KEY__BASE_TABLE

public static final int FOREIGN_KEY__BASE_TABLE
The feature id for the 'Base Table' container reference.

FOREIGN_KEY__MEMBERS

public static final int FOREIGN_KEY__MEMBERS
The feature id for the 'Members' reference list.

FOREIGN_KEY__MATCH

public static final int FOREIGN_KEY__MATCH
The feature id for the 'Match' attribute.

FOREIGN_KEY__ON_UPDATE

public static final int FOREIGN_KEY__ON_UPDATE
The feature id for the 'On Update' attribute.

FOREIGN_KEY__ON_DELETE

public static final int FOREIGN_KEY__ON_DELETE
The feature id for the 'On Delete' attribute.

FOREIGN_KEY__UNIQUE_CONSTRAINT

public static final int FOREIGN_KEY__UNIQUE_CONSTRAINT
The feature id for the 'Unique Constraint' reference.

FOREIGN_KEY__REFERENCED_MEMBERS

public static final int FOREIGN_KEY__REFERENCED_MEMBERS
The feature id for the 'Referenced Members' reference list.

FOREIGN_KEY__UNIQUE_INDEX

public static final int FOREIGN_KEY__UNIQUE_INDEX
The feature id for the 'Unique Index' reference.

FOREIGN_KEY_FEATURE_COUNT

public static final int FOREIGN_KEY_FEATURE_COUNT
The number of structural features of the the 'Foreign Key' class.

UNIQUE_CONSTRAINT

public static final int UNIQUE_CONSTRAINT
The meta object id for the 'Unique Constraint' class.
See Also:
UniqueConstraintImpl, SQLConstraintsPackageImpl.getUniqueConstraint()

UNIQUE_CONSTRAINT__EANNOTATIONS

public static final int UNIQUE_CONSTRAINT__EANNOTATIONS
The feature id for the 'EAnnotations' containment reference list.

UNIQUE_CONSTRAINT__NAME

public static final int UNIQUE_CONSTRAINT__NAME
The feature id for the 'Name' attribute.

UNIQUE_CONSTRAINT__DEPENDENCIES

public static final int UNIQUE_CONSTRAINT__DEPENDENCIES
The feature id for the 'Dependencies' containment reference list.

UNIQUE_CONSTRAINT__DESCRIPTION

public static final int UNIQUE_CONSTRAINT__DESCRIPTION
The feature id for the 'Description' attribute.

UNIQUE_CONSTRAINT__LABEL

public static final int UNIQUE_CONSTRAINT__LABEL
The feature id for the 'Label' attribute.

UNIQUE_CONSTRAINT__DEFERRABLE

public static final int UNIQUE_CONSTRAINT__DEFERRABLE
The feature id for the 'Deferrable' attribute.

UNIQUE_CONSTRAINT__INITIALLY_DEFERRED

public static final int UNIQUE_CONSTRAINT__INITIALLY_DEFERRED
The feature id for the 'Initially Deferred' attribute.

UNIQUE_CONSTRAINT__ENFORCED

public static final int UNIQUE_CONSTRAINT__ENFORCED
The feature id for the 'Enforced' attribute.

UNIQUE_CONSTRAINT__BASE_TABLE

public static final int UNIQUE_CONSTRAINT__BASE_TABLE
The feature id for the 'Base Table' container reference.

UNIQUE_CONSTRAINT__MEMBERS

public static final int UNIQUE_CONSTRAINT__MEMBERS
The feature id for the 'Members' reference list.

UNIQUE_CONSTRAINT__FOREIGN_KEY

public static final int UNIQUE_CONSTRAINT__FOREIGN_KEY
The feature id for the 'Foreign Key' reference list.

UNIQUE_CONSTRAINT_FEATURE_COUNT

public static final int UNIQUE_CONSTRAINT_FEATURE_COUNT
The number of structural features of the the 'Unique Constraint' class.

PRIMARY_KEY

public static final int PRIMARY_KEY
The meta object id for the 'Primary Key' class.
See Also:
PrimaryKeyImpl, SQLConstraintsPackageImpl.getPrimaryKey()

PRIMARY_KEY__EANNOTATIONS

public static final int PRIMARY_KEY__EANNOTATIONS
The feature id for the 'EAnnotations' containment reference list.

PRIMARY_KEY__NAME

public static final int PRIMARY_KEY__NAME
The feature id for the 'Name' attribute.

PRIMARY_KEY__DEPENDENCIES

public static final int PRIMARY_KEY__DEPENDENCIES
The feature id for the 'Dependencies' containment reference list.

PRIMARY_KEY__DESCRIPTION

public static final int PRIMARY_KEY__DESCRIPTION
The feature id for the 'Description' attribute.

PRIMARY_KEY__LABEL

public static final int PRIMARY_KEY__LABEL
The feature id for the 'Label' attribute.

PRIMARY_KEY__DEFERRABLE

public static final int PRIMARY_KEY__DEFERRABLE
The feature id for the 'Deferrable' attribute.

PRIMARY_KEY__INITIALLY_DEFERRED

public static final int PRIMARY_KEY__INITIALLY_DEFERRED
The feature id for the 'Initially Deferred' attribute.

PRIMARY_KEY__ENFORCED

public static final int PRIMARY_KEY__ENFORCED
The feature id for the 'Enforced' attribute.

PRIMARY_KEY__BASE_TABLE

public static final int PRIMARY_KEY__BASE_TABLE
The feature id for the 'Base Table' container reference.

PRIMARY_KEY__MEMBERS

public static final int PRIMARY_KEY__MEMBERS
The feature id for the 'Members' reference list.

PRIMARY_KEY__FOREIGN_KEY

public static final int PRIMARY_KEY__FOREIGN_KEY
The feature id for the 'Foreign Key' reference list.

PRIMARY_KEY_FEATURE_COUNT

public static final int PRIMARY_KEY_FEATURE_COUNT
The number of structural features of the the 'Primary Key' class.

INDEX

public static final int INDEX
The meta object id for the 'Index' class.
See Also:
IndexImpl, SQLConstraintsPackageImpl.getIndex()

INDEX__EANNOTATIONS

public static final int INDEX__EANNOTATIONS
The feature id for the 'EAnnotations' containment reference list.

INDEX__NAME

public static final int INDEX__NAME
The feature id for the 'Name' attribute.

INDEX__DEPENDENCIES

public static final int INDEX__DEPENDENCIES
The feature id for the 'Dependencies' containment reference list.

INDEX__DESCRIPTION

public static final int INDEX__DESCRIPTION
The feature id for the 'Description' attribute.

INDEX__LABEL

public static final int INDEX__LABEL
The feature id for the 'Label' attribute.

INDEX__SCHEMA

public static final int INDEX__SCHEMA
The feature id for the 'Schema' reference.

INDEX__CLUSTERED

public static final int INDEX__CLUSTERED
The feature id for the 'Clustered' attribute.

INDEX__FILL_FACTOR

public static final int INDEX__FILL_FACTOR
The feature id for the 'Fill Factor' attribute.

INDEX__UNIQUE

public static final int INDEX__UNIQUE
The feature id for the 'Unique' attribute.

INDEX__MEMBERS

public static final int INDEX__MEMBERS
The feature id for the 'Members' containment reference list.

INDEX__TABLE

public static final int INDEX__TABLE
The feature id for the 'Table' reference.

INDEX__FOREIGN_KEY

public static final int INDEX__FOREIGN_KEY
The feature id for the 'Foreign Key' reference list.

INDEX__INCLUDED_MEMBERS

public static final int INDEX__INCLUDED_MEMBERS
The feature id for the 'Included Members' containment reference list.

INDEX_FEATURE_COUNT

public static final int INDEX_FEATURE_COUNT
The number of structural features of the the 'Index' class.

INDEX_MEMBER

public static final int INDEX_MEMBER
The meta object id for the 'Index Member' class.
See Also:
IndexMemberImpl, SQLConstraintsPackageImpl.getIndexMember()

INDEX_MEMBER__EANNOTATIONS

public static final int INDEX_MEMBER__EANNOTATIONS
The feature id for the 'EAnnotations' containment reference list.

INDEX_MEMBER__NAME

public static final int INDEX_MEMBER__NAME
The feature id for the 'Name' attribute.

INDEX_MEMBER__DEPENDENCIES

public static final int INDEX_MEMBER__DEPENDENCIES
The feature id for the 'Dependencies' containment reference list.

INDEX_MEMBER__DESCRIPTION

public static final int INDEX_MEMBER__DESCRIPTION
The feature id for the 'Description' attribute.

INDEX_MEMBER__LABEL

public static final int INDEX_MEMBER__LABEL
The feature id for the 'Label' attribute.

INDEX_MEMBER__INCREMENT_TYPE

public static final int INDEX_MEMBER__INCREMENT_TYPE
The feature id for the 'Increment Type' attribute.

INDEX_MEMBER__COLUMN

public static final int INDEX_MEMBER__COLUMN
The feature id for the 'Column' reference.

INDEX_MEMBER_FEATURE_COUNT

public static final int INDEX_MEMBER_FEATURE_COUNT
The number of structural features of the the 'Index Member' class.

MATCH_TYPE

public static final int MATCH_TYPE
The meta object id for the 'Match Type' enum.
See Also:
MatchType, SQLConstraintsPackageImpl.getMatchType()

INCREMENT_TYPE

public static final int INCREMENT_TYPE
The meta object id for the 'Increment Type' enum.
See Also:
IncrementType, SQLConstraintsPackageImpl.getIncrementType()
Method Detail

getAssertion

public org.eclipse.emf.ecore.EClass getAssertion()
Returns the meta object for class 'Assertion'.
Returns:
the meta object for class 'Assertion'.
See Also:
Assertion

getAssertion_SearchCondition

public org.eclipse.emf.ecore.EReference getAssertion_SearchCondition()
Returns the meta object for the containment reference 'Search Condition'.
Returns:
the meta object for the containment reference 'Search Condition'.
See Also:
Assertion.getSearchCondition(), getAssertion()

getAssertion_Schema

public org.eclipse.emf.ecore.EReference getAssertion_Schema()
Returns the meta object for the reference 'Schema'.
Returns:
the meta object for the reference 'Schema'.
See Also:
Assertion.getSchema(), getAssertion()

getAssertion_ConstrainedTables

public org.eclipse.emf.ecore.EReference getAssertion_ConstrainedTables()
Returns the meta object for the reference list 'Constrained Tables'.
Returns:
the meta object for the reference list 'Constrained Tables'.
See Also:
Assertion.getConstrainedTables(), getAssertion()

getConstraint

public org.eclipse.emf.ecore.EClass getConstraint()
Returns the meta object for class 'Constraint'.
Returns:
the meta object for class 'Constraint'.
See Also:
Constraint

getConstraint_Deferrable

public org.eclipse.emf.ecore.EAttribute getConstraint_Deferrable()
Returns the meta object for the attribute 'Deferrable'.
Returns:
the meta object for the attribute 'Deferrable'.
See Also:
Constraint.isDeferrable(), getConstraint()

getConstraint_InitiallyDeferred

public org.eclipse.emf.ecore.EAttribute getConstraint_InitiallyDeferred()
Returns the meta object for the attribute 'Initially Deferred'.
Returns:
the meta object for the attribute 'Initially Deferred'.
See Also:
Constraint.isInitiallyDeferred(), getConstraint()

getConstraint_Enforced

public org.eclipse.emf.ecore.EAttribute getConstraint_Enforced()
Returns the meta object for the attribute 'Enforced'.
Returns:
the meta object for the attribute 'Enforced'.
See Also:
Constraint.isEnforced(), getConstraint()

getTableConstraint

public org.eclipse.emf.ecore.EClass getTableConstraint()
Returns the meta object for class 'Table Constraint'.
Returns:
the meta object for class 'Table Constraint'.
See Also:
TableConstraint

getTableConstraint_BaseTable

public org.eclipse.emf.ecore.EReference getTableConstraint_BaseTable()
Returns the meta object for the container reference 'Base Table'.
Returns:
the meta object for the container reference 'Base Table'.
See Also:
TableConstraint.getBaseTable(), getTableConstraint()

getReferenceConstraint

public org.eclipse.emf.ecore.EClass getReferenceConstraint()
Returns the meta object for class 'Reference Constraint'.
Returns:
the meta object for class 'Reference Constraint'.
See Also:
ReferenceConstraint

getReferenceConstraint_Members

public org.eclipse.emf.ecore.EReference getReferenceConstraint_Members()
Returns the meta object for the reference list 'Members'.
Returns:
the meta object for the reference list 'Members'.
See Also:
ReferenceConstraint.getMembers(), getReferenceConstraint()

getCheckConstraint

public org.eclipse.emf.ecore.EClass getCheckConstraint()
Returns the meta object for class 'Check Constraint'.
Returns:
the meta object for class 'Check Constraint'.
See Also:
CheckConstraint

getCheckConstraint_SearchCondition

public org.eclipse.emf.ecore.EReference getCheckConstraint_SearchCondition()
Returns the meta object for the containment reference 'Search Condition'.
Returns:
the meta object for the containment reference 'Search Condition'.
See Also:
CheckConstraint.getSearchCondition(), getCheckConstraint()

getForeignKey

public org.eclipse.emf.ecore.EClass getForeignKey()
Returns the meta object for class 'Foreign Key'.
Returns:
the meta object for class 'Foreign Key'.
See Also:
ForeignKey

getForeignKey_Match

public org.eclipse.emf.ecore.EAttribute getForeignKey_Match()
Returns the meta object for the attribute 'Match'.
Returns:
the meta object for the attribute 'Match'.
See Also:
ForeignKey.getMatch(), getForeignKey()

getForeignKey_OnUpdate

public org.eclipse.emf.ecore.EAttribute getForeignKey_OnUpdate()
Returns the meta object for the attribute 'On Update'.
Returns:
the meta object for the attribute 'On Update'.
See Also:
ForeignKey.getOnUpdate(), getForeignKey()

getForeignKey_OnDelete

public org.eclipse.emf.ecore.EAttribute getForeignKey_OnDelete()
Returns the meta object for the attribute 'On Delete'.
Returns:
the meta object for the attribute 'On Delete'.
See Also:
ForeignKey.getOnDelete(), getForeignKey()

getForeignKey_UniqueConstraint

public org.eclipse.emf.ecore.EReference getForeignKey_UniqueConstraint()
Returns the meta object for the reference 'Unique Constraint'.
Returns:
the meta object for the reference 'Unique Constraint'.
See Also:
ForeignKey.getUniqueConstraint(), getForeignKey()

getForeignKey_ReferencedMembers

public org.eclipse.emf.ecore.EReference getForeignKey_ReferencedMembers()
Returns the meta object for the reference list 'Referenced Members'.
Returns:
the meta object for the reference list 'Referenced Members'.
See Also:
ForeignKey.getReferencedMembers(), getForeignKey()

getForeignKey_UniqueIndex

public org.eclipse.emf.ecore.EReference getForeignKey_UniqueIndex()
Returns the meta object for the reference 'Unique Index'.
Returns:
the meta object for the reference 'Unique Index'.
See Also:
ForeignKey.getUniqueIndex(), getForeignKey()

getUniqueConstraint

public org.eclipse.emf.ecore.EClass getUniqueConstraint()
Returns the meta object for class 'Unique Constraint'.
Returns:
the meta object for class 'Unique Constraint'.
See Also:
UniqueConstraint

getUniqueConstraint_ForeignKey

public org.eclipse.emf.ecore.EReference getUniqueConstraint_ForeignKey()
Returns the meta object for the reference list 'Foreign Key'.
Returns:
the meta object for the reference list 'Foreign Key'.
See Also:
UniqueConstraint.getForeignKey(), getUniqueConstraint()

getPrimaryKey

public org.eclipse.emf.ecore.EClass getPrimaryKey()
Returns the meta object for class 'Primary Key'.
Returns:
the meta object for class 'Primary Key'.
See Also:
PrimaryKey

getIndex

public org.eclipse.emf.ecore.EClass getIndex()
Returns the meta object for class 'Index'.
Returns:
the meta object for class 'Index'.
See Also:
Index

getIndex_Schema

public org.eclipse.emf.ecore.EReference getIndex_Schema()
Returns the meta object for the reference 'Schema'.
Returns:
the meta object for the reference 'Schema'.
See Also:
Index.getSchema(), getIndex()

getIndex_Clustered

public org.eclipse.emf.ecore.EAttribute getIndex_Clustered()
Returns the meta object for the attribute 'Clustered'.
Returns:
the meta object for the attribute 'Clustered'.
See Also:
Index.isClustered(), getIndex()

getIndex_FillFactor

public org.eclipse.emf.ecore.EAttribute getIndex_FillFactor()
Returns the meta object for the attribute 'Fill Factor'.
Returns:
the meta object for the attribute 'Fill Factor'.
See Also:
Index.getFillFactor(), getIndex()

getIndex_Unique

public org.eclipse.emf.ecore.EAttribute getIndex_Unique()
Returns the meta object for the attribute 'Unique'.
Returns:
the meta object for the attribute 'Unique'.
See Also:
Index.isUnique(), getIndex()

getIndex_Members

public org.eclipse.emf.ecore.EReference getIndex_Members()
Returns the meta object for the containment reference list 'Members'.
Returns:
the meta object for the containment reference list 'Members'.
See Also:
Index.getMembers(), getIndex()

getIndex_Table

public org.eclipse.emf.ecore.EReference getIndex_Table()
Returns the meta object for the reference 'Table'.
Returns:
the meta object for the reference 'Table'.
See Also:
Index.getTable(), getIndex()

getIndex_ForeignKey

public org.eclipse.emf.ecore.EReference getIndex_ForeignKey()
Returns the meta object for the reference list 'Foreign Key'.
Returns:
the meta object for the reference list 'Foreign Key'.
See Also:
Index.getForeignKey(), getIndex()

getIndex_IncludedMembers

public org.eclipse.emf.ecore.EReference getIndex_IncludedMembers()
Returns the meta object for the containment reference list 'Included Members'.
Returns:
the meta object for the containment reference list 'Included Members'.
See Also:
Index.getIncludedMembers(), getIndex()

getIndexMember

public org.eclipse.emf.ecore.EClass getIndexMember()
Returns the meta object for class 'Index Member'.
Returns:
the meta object for class 'Index Member'.
See Also:
IndexMember

getIndexMember_IncrementType

public org.eclipse.emf.ecore.EAttribute getIndexMember_IncrementType()
Returns the meta object for the attribute 'Increment Type'.
Returns:
the meta object for the attribute 'Increment Type'.
See Also:
IndexMember.getIncrementType(), getIndexMember()

getIndexMember_Column

public org.eclipse.emf.ecore.EReference getIndexMember_Column()
Returns the meta object for the reference 'Column'.
Returns:
the meta object for the reference 'Column'.
See Also:
IndexMember.getColumn(), getIndexMember()

getMatchType

public org.eclipse.emf.ecore.EEnum getMatchType()
Returns the meta object for enum 'Match Type'.
Returns:
the meta object for enum 'Match Type'.
See Also:
MatchType

getIncrementType

public org.eclipse.emf.ecore.EEnum getIncrementType()
Returns the meta object for enum 'Increment Type'.
Returns:
the meta object for enum 'Increment Type'.
See Also:
IncrementType

getSQLConstraintsFactory

public SQLConstraintsFactory getSQLConstraintsFactory()
Returns the factory that creates the instances of the model.
Returns:
the factory that creates the instances of the model.