| 
 | ||||||||||
| 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 | eINSTANCEThe 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. | 
| Methods inherited from interface org.eclipse.emf.ecore.EFactory | 
|---|
| convertToString, create, createFromString, getEPackage, setEPackage | 
| 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, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset | 
| Methods inherited from interface org.eclipse.emf.common.notify.Notifier | 
|---|
| eAdapters, eDeliver, eNotify, eSetDeliver | 
| 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 | |||||||||