org.eclipse.datatools.modelbase.sql.constraints
Interface SQLConstraintsPackage

All Known Implementing Classes:
SQLConstraintsPackageImpl

public interface SQLConstraintsPackage

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

See Also:
SQLConstraintsFactory

Nested Class Summary
static interface SQLConstraintsPackage.Literals
          Defines literals for the meta objects that represent each class, each feature of each class, each enum, and each data type
 
Field Summary
static int ASSERTION
          The meta object id for the 'Assertion' class.
static int ASSERTION__COMMENTS
          The feature id for the 'Comments' reference list.
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__PRIVILEGES
          The feature id for the 'Privileges' reference list.
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 '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__COMMENTS
          The feature id for the 'Comments' reference list.
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__PRIVILEGES
          The feature id for the 'Privileges' reference list.
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 'Check Constraint' class.
static int CONSTRAINT
          The meta object id for the 'Constraint' class.
static int CONSTRAINT__COMMENTS
          The feature id for the 'Comments' reference list.
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__PRIVILEGES
          The feature id for the 'Privileges' reference list.
static int CONSTRAINT_FEATURE_COUNT
          The number of structural features of 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__COMMENTS
          The feature id for the 'Comments' reference list.
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__PRIVILEGES
          The feature id for the 'Privileges' reference list.
static int FOREIGN_KEY__REFERENCED_MEMBERS
          The feature id for the 'Referenced Members' reference list.
static int FOREIGN_KEY__REFERENCED_TABLE
          The feature id for the 'Referenced Table' reference.
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 '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__COMMENTS
          The feature id for the 'Comments' reference list.
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__PRIVILEGES
          The feature id for the 'Privileges' reference list.
static int INDEX__SCHEMA
          The feature id for the 'Schema' reference.
static int INDEX__SYSTEM_GENERATED
          The feature id for the 'System Generated' attribute.
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 '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__COMMENTS
          The feature id for the 'Comments' reference list.
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__PRIVILEGES
          The feature id for the 'Privileges' reference list.
static int INDEX_MEMBER_FEATURE_COUNT
          The number of structural features of 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__COMMENTS
          The feature id for the 'Comments' reference list.
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__PRIVILEGES
          The feature id for the 'Privileges' reference list.
static int PRIMARY_KEY_FEATURE_COUNT
          The number of structural features of 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__COMMENTS
          The feature id for the 'Comments' reference list.
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__PRIVILEGES
          The feature id for the 'Privileges' reference list.
static int REFERENCE_CONSTRAINT_FEATURE_COUNT
          The number of structural features of 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__COMMENTS
          The feature id for the 'Comments' reference list.
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__PRIVILEGES
          The feature id for the 'Privileges' reference list.
static int TABLE_CONSTRAINT_FEATURE_COUNT
          The number of structural features of 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__COMMENTS
          The feature id for the 'Comments' reference list.
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__PRIVILEGES
          The feature id for the 'Privileges' reference list.
static int UNIQUE_CONSTRAINT_FEATURE_COUNT
          The number of structural features of the 'Unique Constraint' class.
 
Method Summary
 EReference getAssertion_ConstrainedTables()
          Returns the meta object for the reference list 'Constrained Tables'.
 EReference getAssertion_Schema()
          Returns the meta object for the reference 'Schema'.
 EReference getAssertion_SearchCondition()
          Returns the meta object for the containment reference 'Search Condition'.
 EClass getAssertion()
          Returns the meta object for class 'Assertion'.
 EReference getCheckConstraint_SearchCondition()
          Returns the meta object for the containment reference 'Search Condition'.
 EClass getCheckConstraint()
          Returns the meta object for class 'Check Constraint'.
 EAttribute getConstraint_Deferrable()
          Returns the meta object for the attribute 'Deferrable'.
 EAttribute getConstraint_Enforced()
          Returns the meta object for the attribute 'Enforced'.
 EAttribute getConstraint_InitiallyDeferred()
          Returns the meta object for the attribute 'Initially Deferred'.
 EClass getConstraint()
          Returns the meta object for class 'Constraint'.
 EAttribute getForeignKey_Match()
          Returns the meta object for the attribute 'Match'.
 EAttribute getForeignKey_OnDelete()
          Returns the meta object for the attribute 'On Delete'.
 EAttribute getForeignKey_OnUpdate()
          Returns the meta object for the attribute 'On Update'.
 EReference getForeignKey_ReferencedMembers()
          Returns the meta object for the reference list 'Referenced Members'.
 EReference getForeignKey_ReferencedTable()
          Returns the meta object for the reference 'Referenced Table'.
 EReference getForeignKey_UniqueConstraint()
          Returns the meta object for the reference 'Unique Constraint'.
 EReference getForeignKey_UniqueIndex()
          Returns the meta object for the reference 'Unique Index'.
 EClass getForeignKey()
          Returns the meta object for class 'Foreign Key'.
 EEnum getIncrementType()
          Returns the meta object for enum 'Increment Type'.
 EAttribute getIndex_Clustered()
          Returns the meta object for the attribute 'Clustered'.
 EAttribute getIndex_FillFactor()
          Returns the meta object for the attribute 'Fill Factor'.
 EReference getIndex_ForeignKey()
          Returns the meta object for the reference list 'Foreign Key'.
 EReference getIndex_IncludedMembers()
          Returns the meta object for the containment reference list 'Included Members'.
 EReference getIndex_Members()
          Returns the meta object for the containment reference list 'Members'.
 EReference getIndex_Schema()
          Returns the meta object for the reference 'Schema'.
 EAttribute getIndex_SystemGenerated()
          Returns the meta object for the attribute 'System Generated'.
 EReference getIndex_Table()
          Returns the meta object for the reference 'Table'.
 EAttribute getIndex_Unique()
          Returns the meta object for the attribute 'Unique'.
 EClass getIndex()
          Returns the meta object for class 'Index'.
 EReference getIndexMember_Column()
          Returns the meta object for the reference 'Column'.
 EAttribute getIndexMember_IncrementType()
          Returns the meta object for the attribute 'Increment Type'.
 EClass getIndexMember()
          Returns the meta object for class 'Index Member'.
 EEnum getMatchType()
          Returns the meta object for enum 'Match Type'.
 EClass getPrimaryKey()
          Returns the meta object for class 'Primary Key'.
 EReference getReferenceConstraint_Members()
          Returns the meta object for the reference list 'Members'.
 EClass getReferenceConstraint()
          Returns the meta object for class 'Reference Constraint'.
 SQLConstraintsFactory getSQLConstraintsFactory()
          Returns the factory that creates the instances of the model.
 EReference getTableConstraint_BaseTable()
          Returns the meta object for the container reference 'Base Table'.
 EClass getTableConstraint()
          Returns the meta object for class 'Table Constraint'.
 EReference getUniqueConstraint_ForeignKey()
          Returns the meta object for the reference list 'Foreign Key'.
 EClass getUniqueConstraint()
          Returns the meta object for class 'Unique Constraint'.
 

Field Detail

eNAME

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

See Also:
Constant Field Values

eNS_URI

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

See Also:
Constant Field Values

eNS_PREFIX

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

See Also:
Constant Field Values

eINSTANCE

static final SQLConstraintsPackage eINSTANCE
The singleton instance of the package.


CONSTRAINT

static final int CONSTRAINT
The meta object id for the 'Constraint' class.

See Also:
ConstraintImpl, SQLConstraintsPackageImpl.getConstraint(), Constant Field Values

CONSTRAINT__EANNOTATIONS

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


CONSTRAINT__NAME

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


CONSTRAINT__DEPENDENCIES

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


CONSTRAINT__DESCRIPTION

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


CONSTRAINT__LABEL

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


CONSTRAINT__COMMENTS

static final int CONSTRAINT__COMMENTS
The feature id for the 'Comments' reference list.


CONSTRAINT__PRIVILEGES

static final int CONSTRAINT__PRIVILEGES
The feature id for the 'Privileges' reference list.


CONSTRAINT__DEFERRABLE

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


CONSTRAINT__INITIALLY_DEFERRED

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


CONSTRAINT__ENFORCED

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


CONSTRAINT_FEATURE_COUNT

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


ASSERTION

static final int ASSERTION
The meta object id for the 'Assertion' class.

See Also:
AssertionImpl, SQLConstraintsPackageImpl.getAssertion(), Constant Field Values

ASSERTION__EANNOTATIONS

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


ASSERTION__NAME

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


ASSERTION__DEPENDENCIES

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


ASSERTION__DESCRIPTION

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


ASSERTION__LABEL

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


ASSERTION__COMMENTS

static final int ASSERTION__COMMENTS
The feature id for the 'Comments' reference list.


ASSERTION__PRIVILEGES

static final int ASSERTION__PRIVILEGES
The feature id for the 'Privileges' reference list.


ASSERTION__DEFERRABLE

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


ASSERTION__INITIALLY_DEFERRED

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


ASSERTION__ENFORCED

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


ASSERTION__SEARCH_CONDITION

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


ASSERTION__SCHEMA

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


ASSERTION__CONSTRAINED_TABLES

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


ASSERTION_FEATURE_COUNT

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


TABLE_CONSTRAINT

static final int TABLE_CONSTRAINT
The meta object id for the 'Table Constraint' class.

See Also:
TableConstraintImpl, SQLConstraintsPackageImpl.getTableConstraint(), Constant Field Values

TABLE_CONSTRAINT__EANNOTATIONS

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


TABLE_CONSTRAINT__NAME

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


TABLE_CONSTRAINT__DEPENDENCIES

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


TABLE_CONSTRAINT__DESCRIPTION

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


TABLE_CONSTRAINT__LABEL

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


TABLE_CONSTRAINT__COMMENTS

static final int TABLE_CONSTRAINT__COMMENTS
The feature id for the 'Comments' reference list.


TABLE_CONSTRAINT__PRIVILEGES

static final int TABLE_CONSTRAINT__PRIVILEGES
The feature id for the 'Privileges' reference list.


TABLE_CONSTRAINT__DEFERRABLE

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


TABLE_CONSTRAINT__INITIALLY_DEFERRED

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


TABLE_CONSTRAINT__ENFORCED

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


TABLE_CONSTRAINT__BASE_TABLE

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


TABLE_CONSTRAINT_FEATURE_COUNT

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


REFERENCE_CONSTRAINT

static final int REFERENCE_CONSTRAINT
The meta object id for the 'Reference Constraint' class.

See Also:
ReferenceConstraintImpl, SQLConstraintsPackageImpl.getReferenceConstraint(), Constant Field Values

REFERENCE_CONSTRAINT__EANNOTATIONS

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


REFERENCE_CONSTRAINT__NAME

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


REFERENCE_CONSTRAINT__DEPENDENCIES

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


REFERENCE_CONSTRAINT__DESCRIPTION

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


REFERENCE_CONSTRAINT__LABEL

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


REFERENCE_CONSTRAINT__COMMENTS

static final int REFERENCE_CONSTRAINT__COMMENTS
The feature id for the 'Comments' reference list.


REFERENCE_CONSTRAINT__PRIVILEGES

static final int REFERENCE_CONSTRAINT__PRIVILEGES
The feature id for the 'Privileges' reference list.


REFERENCE_CONSTRAINT__DEFERRABLE

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


REFERENCE_CONSTRAINT__INITIALLY_DEFERRED

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


REFERENCE_CONSTRAINT__ENFORCED

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


REFERENCE_CONSTRAINT__BASE_TABLE

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


REFERENCE_CONSTRAINT__MEMBERS

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


REFERENCE_CONSTRAINT_FEATURE_COUNT

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


CHECK_CONSTRAINT

static final int CHECK_CONSTRAINT
The meta object id for the 'Check Constraint' class.

See Also:
CheckConstraintImpl, SQLConstraintsPackageImpl.getCheckConstraint(), Constant Field Values

CHECK_CONSTRAINT__EANNOTATIONS

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


CHECK_CONSTRAINT__NAME

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


CHECK_CONSTRAINT__DEPENDENCIES

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


CHECK_CONSTRAINT__DESCRIPTION

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


CHECK_CONSTRAINT__LABEL

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


CHECK_CONSTRAINT__COMMENTS

static final int CHECK_CONSTRAINT__COMMENTS
The feature id for the 'Comments' reference list.


CHECK_CONSTRAINT__PRIVILEGES

static final int CHECK_CONSTRAINT__PRIVILEGES
The feature id for the 'Privileges' reference list.


CHECK_CONSTRAINT__DEFERRABLE

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


CHECK_CONSTRAINT__INITIALLY_DEFERRED

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


CHECK_CONSTRAINT__ENFORCED

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


CHECK_CONSTRAINT__BASE_TABLE

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


CHECK_CONSTRAINT__SEARCH_CONDITION

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


CHECK_CONSTRAINT_FEATURE_COUNT

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


FOREIGN_KEY

static final int FOREIGN_KEY
The meta object id for the 'Foreign Key' class.

See Also:
ForeignKeyImpl, SQLConstraintsPackageImpl.getForeignKey(), Constant Field Values

FOREIGN_KEY__EANNOTATIONS

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


FOREIGN_KEY__NAME

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


FOREIGN_KEY__DEPENDENCIES

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


FOREIGN_KEY__DESCRIPTION

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


FOREIGN_KEY__LABEL

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


FOREIGN_KEY__COMMENTS

static final int FOREIGN_KEY__COMMENTS
The feature id for the 'Comments' reference list.


FOREIGN_KEY__PRIVILEGES

static final int FOREIGN_KEY__PRIVILEGES
The feature id for the 'Privileges' reference list.


FOREIGN_KEY__DEFERRABLE

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


FOREIGN_KEY__INITIALLY_DEFERRED

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


FOREIGN_KEY__ENFORCED

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


FOREIGN_KEY__BASE_TABLE

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


FOREIGN_KEY__MEMBERS

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


FOREIGN_KEY__MATCH

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


FOREIGN_KEY__ON_UPDATE

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


FOREIGN_KEY__ON_DELETE

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


FOREIGN_KEY__UNIQUE_CONSTRAINT

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


FOREIGN_KEY__REFERENCED_MEMBERS

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


FOREIGN_KEY__UNIQUE_INDEX

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


FOREIGN_KEY__REFERENCED_TABLE

static final int FOREIGN_KEY__REFERENCED_TABLE
The feature id for the 'Referenced Table' reference.


FOREIGN_KEY_FEATURE_COUNT

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


UNIQUE_CONSTRAINT

static final int UNIQUE_CONSTRAINT
The meta object id for the 'Unique Constraint' class.

See Also:
UniqueConstraintImpl, SQLConstraintsPackageImpl.getUniqueConstraint(), Constant Field Values

UNIQUE_CONSTRAINT__EANNOTATIONS

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


UNIQUE_CONSTRAINT__NAME

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


UNIQUE_CONSTRAINT__DEPENDENCIES

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


UNIQUE_CONSTRAINT__DESCRIPTION

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


UNIQUE_CONSTRAINT__LABEL

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


UNIQUE_CONSTRAINT__COMMENTS

static final int UNIQUE_CONSTRAINT__COMMENTS
The feature id for the 'Comments' reference list.


UNIQUE_CONSTRAINT__PRIVILEGES

static final int UNIQUE_CONSTRAINT__PRIVILEGES
The feature id for the 'Privileges' reference list.


UNIQUE_CONSTRAINT__DEFERRABLE

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


UNIQUE_CONSTRAINT__INITIALLY_DEFERRED

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


UNIQUE_CONSTRAINT__ENFORCED

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


UNIQUE_CONSTRAINT__BASE_TABLE

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


UNIQUE_CONSTRAINT__MEMBERS

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


UNIQUE_CONSTRAINT__FOREIGN_KEY

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


UNIQUE_CONSTRAINT_FEATURE_COUNT

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


PRIMARY_KEY

static final int PRIMARY_KEY
The meta object id for the 'Primary Key' class.

See Also:
PrimaryKeyImpl, SQLConstraintsPackageImpl.getPrimaryKey(), Constant Field Values

PRIMARY_KEY__EANNOTATIONS

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


PRIMARY_KEY__NAME

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


PRIMARY_KEY__DEPENDENCIES

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


PRIMARY_KEY__DESCRIPTION

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


PRIMARY_KEY__LABEL

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


PRIMARY_KEY__COMMENTS

static final int PRIMARY_KEY__COMMENTS
The feature id for the 'Comments' reference list.


PRIMARY_KEY__PRIVILEGES

static final int PRIMARY_KEY__PRIVILEGES
The feature id for the 'Privileges' reference list.


PRIMARY_KEY__DEFERRABLE

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


PRIMARY_KEY__INITIALLY_DEFERRED

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


PRIMARY_KEY__ENFORCED

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


PRIMARY_KEY__BASE_TABLE

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


PRIMARY_KEY__MEMBERS

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


PRIMARY_KEY__FOREIGN_KEY

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


PRIMARY_KEY_FEATURE_COUNT

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


INDEX

static final int INDEX
The meta object id for the 'Index' class.

See Also:
IndexImpl, SQLConstraintsPackageImpl.getIndex(), Constant Field Values

INDEX__EANNOTATIONS

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


INDEX__NAME

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


INDEX__DEPENDENCIES

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


INDEX__DESCRIPTION

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


INDEX__LABEL

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


INDEX__COMMENTS

static final int INDEX__COMMENTS
The feature id for the 'Comments' reference list.


INDEX__PRIVILEGES

static final int INDEX__PRIVILEGES
The feature id for the 'Privileges' reference list.


INDEX__SCHEMA

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


INDEX__CLUSTERED

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


INDEX__FILL_FACTOR

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


INDEX__UNIQUE

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


INDEX__SYSTEM_GENERATED

static final int INDEX__SYSTEM_GENERATED
The feature id for the 'System Generated' attribute.


INDEX__MEMBERS

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


INDEX__TABLE

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


INDEX__FOREIGN_KEY

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


INDEX__INCLUDED_MEMBERS

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


INDEX_FEATURE_COUNT

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


INDEX_MEMBER

static final int INDEX_MEMBER
The meta object id for the 'Index Member' class.

See Also:
IndexMemberImpl, SQLConstraintsPackageImpl.getIndexMember(), Constant Field Values

INDEX_MEMBER__EANNOTATIONS

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


INDEX_MEMBER__NAME

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


INDEX_MEMBER__DEPENDENCIES

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


INDEX_MEMBER__DESCRIPTION

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


INDEX_MEMBER__LABEL

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


INDEX_MEMBER__COMMENTS

static final int INDEX_MEMBER__COMMENTS
The feature id for the 'Comments' reference list.


INDEX_MEMBER__PRIVILEGES

static final int INDEX_MEMBER__PRIVILEGES
The feature id for the 'Privileges' reference list.


INDEX_MEMBER__INCREMENT_TYPE

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


INDEX_MEMBER__COLUMN

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


INDEX_MEMBER_FEATURE_COUNT

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


MATCH_TYPE

static final int MATCH_TYPE
The meta object id for the 'Match Type' enum.

See Also:
MatchType, SQLConstraintsPackageImpl.getMatchType(), Constant Field Values

INCREMENT_TYPE

static final int INCREMENT_TYPE
The meta object id for the 'Increment Type' enum.

See Also:
IncrementType, SQLConstraintsPackageImpl.getIncrementType(), Constant Field Values
Method Detail

getAssertion

EClass getAssertion()
Returns the meta object for class 'Assertion'.

Returns:
the meta object for class 'Assertion'.
See Also:
Assertion

getAssertion_SearchCondition

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

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

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

EClass getConstraint()
Returns the meta object for class 'Constraint'.

Returns:
the meta object for class 'Constraint'.
See Also:
Constraint

getConstraint_Deferrable

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

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

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

EClass getTableConstraint()
Returns the meta object for class 'Table Constraint'.

Returns:
the meta object for class 'Table Constraint'.
See Also:
TableConstraint

getTableConstraint_BaseTable

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

EClass getReferenceConstraint()
Returns the meta object for class 'Reference Constraint'.

Returns:
the meta object for class 'Reference Constraint'.
See Also:
ReferenceConstraint

getReferenceConstraint_Members

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

EClass getCheckConstraint()
Returns the meta object for class 'Check Constraint'.

Returns:
the meta object for class 'Check Constraint'.
See Also:
CheckConstraint

getCheckConstraint_SearchCondition

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

EClass getForeignKey()
Returns the meta object for class 'Foreign Key'.

Returns:
the meta object for class 'Foreign Key'.
See Also:
ForeignKey

getForeignKey_Match

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

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

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

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

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

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()

getForeignKey_ReferencedTable

EReference getForeignKey_ReferencedTable()
Returns the meta object for the reference 'Referenced Table'.

Returns:
the meta object for the reference 'Referenced Table'.
See Also:
ForeignKey.getReferencedTable(), getForeignKey()

getUniqueConstraint

EClass getUniqueConstraint()
Returns the meta object for class 'Unique Constraint'.

Returns:
the meta object for class 'Unique Constraint'.
See Also:
UniqueConstraint

getUniqueConstraint_ForeignKey

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

EClass getPrimaryKey()
Returns the meta object for class 'Primary Key'.

Returns:
the meta object for class 'Primary Key'.
See Also:
PrimaryKey

getIndex

EClass getIndex()
Returns the meta object for class 'Index'.

Returns:
the meta object for class 'Index'.
See Also:
Index

getIndex_Schema

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

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

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

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_SystemGenerated

EAttribute getIndex_SystemGenerated()
Returns the meta object for the attribute 'System Generated'.

Returns:
the meta object for the attribute 'System Generated'.
See Also:
Index.isSystemGenerated(), getIndex()

getIndex_Members

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

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

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

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

EClass getIndexMember()
Returns the meta object for class 'Index Member'.

Returns:
the meta object for class 'Index Member'.
See Also:
IndexMember

getIndexMember_IncrementType

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

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

EEnum getMatchType()
Returns the meta object for enum 'Match Type'.

Returns:
the meta object for enum 'Match Type'.
See Also:
MatchType

getIncrementType

EEnum getIncrementType()
Returns the meta object for enum 'Increment Type'.

Returns:
the meta object for enum 'Increment Type'.
See Also:
IncrementType

getSQLConstraintsFactory

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

Returns:
the factory that creates the instances of the model.


Copyright © 2006 -- 2008 Actuate, IBM Corporation, Sybase, Inc. and others. All rights reserved.