|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The Factory for the model. It provides a create method for each non-abstract class of the model.
SQLConstraintsPackage
Field Summary | |
static SQLConstraintsFactory |
eINSTANCE
The singleton instance of the factory. |
Method Summary | |
Assertion |
createAssertion()
Returns a new object of class 'Assertion'. |
CheckConstraint |
createCheckConstraint()
Returns a new object of class 'Check Constraint'. |
ForeignKey |
createForeignKey()
Returns a new object of class 'Foreign Key'. |
Index |
createIndex()
Returns a new object of class 'Index'. |
IndexMember |
createIndexMember()
Returns a new object of class 'Index Member'. |
PrimaryKey |
createPrimaryKey()
Returns a new object of class 'Primary Key'. |
UniqueConstraint |
createUniqueConstraint()
Returns a new object of class 'Unique Constraint'. |
SQLConstraintsPackage |
getSQLConstraintsPackage()
Returns the package supported by this factory. |
Field Detail |
public static final SQLConstraintsFactory eINSTANCE
Method Detail |
public Assertion createAssertion()
public CheckConstraint createCheckConstraint()
public ForeignKey createForeignKey()
public UniqueConstraint createUniqueConstraint()
public PrimaryKey createPrimaryKey()
public Index createIndex()
public IndexMember createIndexMember()
public SQLConstraintsPackage getSQLConstraintsPackage()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |