|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
A representation of the model object 'View Table'.
4.14 Tables
A table is a collection of rows having one or more columns. [...]
A table is either a base table, a derived table, or a transient table. A base table is either a persistent base table, a global temporary table, a created local temporary table, or a declared local temporary table.
A derived table is a table derived directly or indirectly from one or more other tables by the evaluation of a
The following features are supported:
SQLTablesPackage.getViewTable()| Method Summary | |
CheckType |
getCheckType()
Returns the value of the 'Check Type' attribute. |
void |
setCheckType(CheckType value)
Sets the value of the ' Check Type' attribute. |
| Methods inherited from interface org.eclipse.wst.rdb.internal.models.sql.tables.DerivedTable |
getQueryExpression, setQueryExpression |
| Methods inherited from interface org.eclipse.wst.rdb.internal.models.sql.tables.Table |
getColumns, getIndex, getSchema, getSelfRefColumnGeneration, getSubtables, getSupertable, getTriggers, getUdt, isInsertable, isUpdatable, setSchema, setSelfRefColumnGeneration, setSupertable, setUdt |
| Methods inherited from interface org.eclipse.wst.rdb.internal.models.sql.schema.SQLObject |
addEAnnotation, addEAnnotationDetail, getDependencies, getDescription, getEAnnotation, getEAnnotationDetail, getLabel, removeEAnnotationDetail, setAnnotationDetail, setDescription, setLabel |
| Methods inherited from interface org.eclipse.emf.ecore.ENamedElement |
getName, setName |
| Methods inherited from interface org.eclipse.emf.ecore.EModelElement |
getEAnnotations |
| Methods inherited from interface org.eclipse.emf.ecore.EObject |
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset |
| Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
eAdapters, eDeliver, eNotify, eSetDeliver |
| Method Detail |
public CheckType getCheckType()
CheckType.
If the meaning of the 'Check Type' attribute isn't clear, there really should be more of a description here...
CheckType,
setCheckType(CheckType),
SQLTablesPackage.getViewTable_CheckType()public void setCheckType(CheckType value)
Check Type' attribute.
value - the new value of the 'Check Type' attribute.CheckType,
getCheckType()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||