|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SQLConstraintsFactory
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 |
---|
static final SQLConstraintsFactory eINSTANCE
Method Detail |
---|
Assertion createAssertion()
CheckConstraint createCheckConstraint()
ForeignKey createForeignKey()
UniqueConstraint createUniqueConstraint()
PrimaryKey createPrimaryKey()
Index createIndex()
IndexMember createIndexMember()
SQLConstraintsPackage getSQLConstraintsPackage()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |