| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface SQLConstraintsPackage.Literals
Defines literals for the meta objects that represent
| Field Summary | |
|---|---|
| static org.eclipse.emf.ecore.EClass | ASSERTIONThe meta object literal for the ' Assertion' class. | 
| static org.eclipse.emf.ecore.EReference | ASSERTION__CONSTRAINED_TABLESThe meta object literal for the 'Constrained Tables' reference list feature. | 
| static org.eclipse.emf.ecore.EReference | ASSERTION__SCHEMAThe meta object literal for the 'Schema' reference feature. | 
| static org.eclipse.emf.ecore.EReference | ASSERTION__SEARCH_CONDITIONThe meta object literal for the 'Search Condition' containment reference feature. | 
| static org.eclipse.emf.ecore.EClass | CHECK_CONSTRAINTThe meta object literal for the ' Check Constraint' class. | 
| static org.eclipse.emf.ecore.EReference | CHECK_CONSTRAINT__SEARCH_CONDITIONThe meta object literal for the 'Search Condition' containment reference feature. | 
| static org.eclipse.emf.ecore.EClass | CONSTRAINTThe meta object literal for the ' Constraint' class. | 
| static org.eclipse.emf.ecore.EAttribute | CONSTRAINT__DEFERRABLEThe meta object literal for the 'Deferrable' attribute feature. | 
| static org.eclipse.emf.ecore.EAttribute | CONSTRAINT__ENFORCEDThe meta object literal for the 'Enforced' attribute feature. | 
| static org.eclipse.emf.ecore.EAttribute | CONSTRAINT__INITIALLY_DEFERREDThe meta object literal for the 'Initially Deferred' attribute feature. | 
| static org.eclipse.emf.ecore.EClass | FOREIGN_KEYThe meta object literal for the ' Foreign Key' class. | 
| static org.eclipse.emf.ecore.EAttribute | FOREIGN_KEY__MATCHThe meta object literal for the 'Match' attribute feature. | 
| static org.eclipse.emf.ecore.EAttribute | FOREIGN_KEY__ON_DELETEThe meta object literal for the 'On Delete' attribute feature. | 
| static org.eclipse.emf.ecore.EAttribute | FOREIGN_KEY__ON_UPDATEThe meta object literal for the 'On Update' attribute feature. | 
| static org.eclipse.emf.ecore.EReference | FOREIGN_KEY__REFERENCED_MEMBERSThe meta object literal for the 'Referenced Members' reference list feature. | 
| static org.eclipse.emf.ecore.EReference | FOREIGN_KEY__REFERENCED_TABLEThe meta object literal for the 'Referenced Table' reference feature. | 
| static org.eclipse.emf.ecore.EReference | FOREIGN_KEY__UNIQUE_CONSTRAINTThe meta object literal for the 'Unique Constraint' reference feature. | 
| static org.eclipse.emf.ecore.EReference | FOREIGN_KEY__UNIQUE_INDEXThe meta object literal for the 'Unique Index' reference feature. | 
| static org.eclipse.emf.ecore.EEnum | INCREMENT_TYPEThe meta object literal for the ' Increment Type' enum. | 
| static org.eclipse.emf.ecore.EClass | INDEXThe meta object literal for the ' Index' class. | 
| static org.eclipse.emf.ecore.EAttribute | INDEX__CLUSTEREDThe meta object literal for the 'Clustered' attribute feature. | 
| static org.eclipse.emf.ecore.EAttribute | INDEX__FILL_FACTORThe meta object literal for the 'Fill Factor' attribute feature. | 
| static org.eclipse.emf.ecore.EReference | INDEX__FOREIGN_KEYThe meta object literal for the 'Foreign Key' reference list feature. | 
| static org.eclipse.emf.ecore.EReference | INDEX__INCLUDED_MEMBERSThe meta object literal for the 'Included Members' containment reference list feature. | 
| static org.eclipse.emf.ecore.EReference | INDEX__MEMBERSThe meta object literal for the 'Members' containment reference list feature. | 
| static org.eclipse.emf.ecore.EReference | INDEX__SCHEMAThe meta object literal for the 'Schema' reference feature. | 
| static org.eclipse.emf.ecore.EAttribute | INDEX__SYSTEM_GENERATEDThe meta object literal for the 'System Generated' attribute feature. | 
| static org.eclipse.emf.ecore.EReference | INDEX__TABLEThe meta object literal for the 'Table' reference feature. | 
| static org.eclipse.emf.ecore.EAttribute | INDEX__UNIQUEThe meta object literal for the 'Unique' attribute feature. | 
| static org.eclipse.emf.ecore.EClass | INDEX_MEMBERThe meta object literal for the ' Index Member' class. | 
| static org.eclipse.emf.ecore.EReference | INDEX_MEMBER__COLUMNThe meta object literal for the 'Column' reference feature. | 
| static org.eclipse.emf.ecore.EAttribute | INDEX_MEMBER__INCREMENT_TYPEThe meta object literal for the 'Increment Type' attribute feature. | 
| static org.eclipse.emf.ecore.EEnum | MATCH_TYPEThe meta object literal for the ' Match Type' enum. | 
| static org.eclipse.emf.ecore.EClass | PRIMARY_KEYThe meta object literal for the ' Primary Key' class. | 
| static org.eclipse.emf.ecore.EClass | REFERENCE_CONSTRAINTThe meta object literal for the ' Reference Constraint' class. | 
| static org.eclipse.emf.ecore.EReference | REFERENCE_CONSTRAINT__MEMBERSThe meta object literal for the 'Members' reference list feature. | 
| static org.eclipse.emf.ecore.EClass | TABLE_CONSTRAINTThe meta object literal for the ' Table Constraint' class. | 
| static org.eclipse.emf.ecore.EReference | TABLE_CONSTRAINT__BASE_TABLEThe meta object literal for the 'Base Table' container reference feature. | 
| static org.eclipse.emf.ecore.EClass | UNIQUE_CONSTRAINTThe meta object literal for the ' Unique Constraint' class. | 
| static org.eclipse.emf.ecore.EReference | UNIQUE_CONSTRAINT__FOREIGN_KEYThe meta object literal for the 'Foreign Key' reference list feature. | 
| Field Detail | 
|---|
static final org.eclipse.emf.ecore.EClass ASSERTION
Assertion' class.
 
 
AssertionImpl, 
SQLConstraintsPackageImpl.getAssertion()static final org.eclipse.emf.ecore.EReference ASSERTION__SEARCH_CONDITION
static final org.eclipse.emf.ecore.EReference ASSERTION__SCHEMA
static final org.eclipse.emf.ecore.EReference ASSERTION__CONSTRAINED_TABLES
static final org.eclipse.emf.ecore.EClass CONSTRAINT
Constraint' class.
 
 
ConstraintImpl, 
SQLConstraintsPackageImpl.getConstraint()static final org.eclipse.emf.ecore.EAttribute CONSTRAINT__DEFERRABLE
static final org.eclipse.emf.ecore.EAttribute CONSTRAINT__INITIALLY_DEFERRED
static final org.eclipse.emf.ecore.EAttribute CONSTRAINT__ENFORCED
static final org.eclipse.emf.ecore.EClass TABLE_CONSTRAINT
Table Constraint' class.
 
 
TableConstraintImpl, 
SQLConstraintsPackageImpl.getTableConstraint()static final org.eclipse.emf.ecore.EReference TABLE_CONSTRAINT__BASE_TABLE
static final org.eclipse.emf.ecore.EClass REFERENCE_CONSTRAINT
Reference Constraint' class.
 
 
ReferenceConstraintImpl, 
SQLConstraintsPackageImpl.getReferenceConstraint()static final org.eclipse.emf.ecore.EReference REFERENCE_CONSTRAINT__MEMBERS
static final org.eclipse.emf.ecore.EClass CHECK_CONSTRAINT
Check Constraint' class.
 
 
CheckConstraintImpl, 
SQLConstraintsPackageImpl.getCheckConstraint()static final org.eclipse.emf.ecore.EReference CHECK_CONSTRAINT__SEARCH_CONDITION
static final org.eclipse.emf.ecore.EClass FOREIGN_KEY
Foreign Key' class.
 
 
ForeignKeyImpl, 
SQLConstraintsPackageImpl.getForeignKey()static final org.eclipse.emf.ecore.EAttribute FOREIGN_KEY__MATCH
static final org.eclipse.emf.ecore.EAttribute FOREIGN_KEY__ON_UPDATE
static final org.eclipse.emf.ecore.EAttribute FOREIGN_KEY__ON_DELETE
static final org.eclipse.emf.ecore.EReference FOREIGN_KEY__UNIQUE_CONSTRAINT
static final org.eclipse.emf.ecore.EReference FOREIGN_KEY__REFERENCED_MEMBERS
static final org.eclipse.emf.ecore.EReference FOREIGN_KEY__UNIQUE_INDEX
static final org.eclipse.emf.ecore.EReference FOREIGN_KEY__REFERENCED_TABLE
static final org.eclipse.emf.ecore.EClass UNIQUE_CONSTRAINT
Unique Constraint' class.
 
 
UniqueConstraintImpl, 
SQLConstraintsPackageImpl.getUniqueConstraint()static final org.eclipse.emf.ecore.EReference UNIQUE_CONSTRAINT__FOREIGN_KEY
static final org.eclipse.emf.ecore.EClass PRIMARY_KEY
Primary Key' class.
 
 
PrimaryKeyImpl, 
SQLConstraintsPackageImpl.getPrimaryKey()static final org.eclipse.emf.ecore.EClass INDEX
Index' class.
 
 
IndexImpl, 
SQLConstraintsPackageImpl.getIndex()static final org.eclipse.emf.ecore.EReference INDEX__SCHEMA
static final org.eclipse.emf.ecore.EAttribute INDEX__CLUSTERED
static final org.eclipse.emf.ecore.EAttribute INDEX__FILL_FACTOR
static final org.eclipse.emf.ecore.EAttribute INDEX__UNIQUE
static final org.eclipse.emf.ecore.EAttribute INDEX__SYSTEM_GENERATED
static final org.eclipse.emf.ecore.EReference INDEX__MEMBERS
static final org.eclipse.emf.ecore.EReference INDEX__TABLE
static final org.eclipse.emf.ecore.EReference INDEX__FOREIGN_KEY
static final org.eclipse.emf.ecore.EReference INDEX__INCLUDED_MEMBERS
static final org.eclipse.emf.ecore.EClass INDEX_MEMBER
Index Member' class.
 
 
IndexMemberImpl, 
SQLConstraintsPackageImpl.getIndexMember()static final org.eclipse.emf.ecore.EAttribute INDEX_MEMBER__INCREMENT_TYPE
static final org.eclipse.emf.ecore.EReference INDEX_MEMBER__COLUMN
static final org.eclipse.emf.ecore.EEnum MATCH_TYPE
Match Type' enum.
 
 
MatchType, 
SQLConstraintsPackageImpl.getMatchType()static final org.eclipse.emf.ecore.EEnum INCREMENT_TYPE
Increment Type' enum.
 
 
IncrementType, 
SQLConstraintsPackageImpl.getIncrementType()| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||