|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A representation of the model object 'Assertion'.
4.17.4 Assertions
An assertion is a named constraint that may relate to the content of individual rows of a table, to the entire contents of a table, or to a state required to exist among a number of tables. An assertion is described by an assertion descriptor. In addition to the components of every constraint descriptor an assertion descriptor includes:
- The
The following features are supported:
SQLConstraintsPackage.getAssertion()
Method Summary | |
EList |
getConstrainedTables()
Returns the value of the 'Constrained Tables' reference list. |
Schema |
getSchema()
Returns the value of the 'Schema' reference. |
SearchCondition |
getSearchCondition()
Returns the value of the 'Search Condition' containment reference. |
void |
setSchema(Schema value)
Sets the value of the ' Schema ' reference. |
void |
setSearchCondition(SearchCondition value)
Sets the value of the ' Search Condition ' containment reference. |
Methods inherited from interface org.eclipse.datatools.modelbase.sql.constraints.Constraint |
isDeferrable, isEnforced, isInitiallyDeferred, setDeferrable, setEnforced, setInitiallyDeferred |
Methods inherited from interface org.eclipse.datatools.modelbase.sql.schema.SQLObject |
addEAnnotation, addEAnnotationDetail, getDependencies, getDescription, getEAnnotation, getEAnnotationDetail, getLabel, removeEAnnotationDetail, setAnnotationDetail, setDescription, setLabel |
Method Detail |
public SearchCondition getSearchCondition()
If the meaning of the 'Search Condition' containment reference isn't clear, there really should be more of a description here...
setSearchCondition(SearchCondition)
,
SQLConstraintsPackage.getAssertion_SearchCondition()
public void setSearchCondition(SearchCondition value)
Search Condition
' containment reference.
value
- the new value of the 'Search Condition' containment reference.getSearchCondition()
public Schema getSchema()
Assertions
'.
If the meaning of the 'Schema' reference isn't clear, there really should be more of a description here...
setSchema(Schema)
,
SQLConstraintsPackage.getAssertion_Schema()
,
Schema.getAssertions()
public void setSchema(Schema value)
Schema
' reference.
value
- the new value of the 'Schema' reference.getSchema()
public EList getConstrainedTables()
BaseTable
.
If the meaning of the 'Constrained Tables' reference list isn't clear, there really should be more of a description here...
SQLConstraintsPackage.getAssertion_ConstrainedTables()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |