| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface TableInDatabase
A representation of the model object 'SQLRDB Table'.
The following features are supported:
SQLQueryModelPackage.getTableInDatabase()| Method Summary | |
|---|---|
|  Table | getDatabaseTable()Returns the value of the 'Database Table' reference. | 
|  QueryDeleteStatement | getDeleteStatement()Returns the value of the 'Delete Statement' container reference. | 
|  org.eclipse.emf.common.util.EList | getDerivedColumnList()Returns the value of the 'Derived Column List' reference list. | 
|  QueryInsertStatement | getInsertStatement()Returns the value of the 'Insert Statement' container reference. | 
|  QueryUpdateStatement | getUpdateStatement()Returns the value of the 'Update Statement' container reference. | 
|  void | setDatabaseTable(Table value)Sets the value of the ' Database Table' reference. | 
|  void | setDeleteStatement(QueryDeleteStatement value)Sets the value of the ' Delete Statement' container reference. | 
|  void | setInsertStatement(QueryInsertStatement value)Sets the value of the ' Insert Statement' container reference. | 
|  void | setUpdateStatement(QueryUpdateStatement value)Sets the value of the ' Update Statement' container reference. | 
| Methods inherited from interface org.eclipse.datatools.modelbase.sql.query.TableExpression | 
|---|
| getColumnList, getMergeTargetTable, getResultTableAllColumns, getTableCorrelation, getValueExprColumns, setMergeTargetTable, setTableCorrelation | 
| Methods inherited from interface org.eclipse.datatools.modelbase.sql.query.TableReference | 
|---|
| getMergeSourceTable, getNest, getQuerySelect, getTableJoinedLeft, getTableJoinedRight, setMergeSourceTable, setNest, setQuerySelect, setTableJoinedLeft, setTableJoinedRight | 
| Methods inherited from interface org.eclipse.datatools.modelbase.sql.query.SQLQueryObject | 
|---|
| getSourceInfo, getSQL, setSourceInfo, setSQL | 
| Methods inherited from interface org.eclipse.datatools.modelbase.sql.schema.SQLObject | 
|---|
| addEAnnotation, addEAnnotationDetail, getComments, getDependencies, getDescription, getEAnnotation, getEAnnotationDetail, getExtensions, getLabel, getPrivileges, 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, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset | 
| Methods inherited from interface org.eclipse.emf.common.notify.Notifier | 
|---|
| eAdapters, eDeliver, eNotify, eSetDeliver | 
| Method Detail | 
|---|
QueryUpdateStatement getUpdateStatement()
Target Table'.
 
 If the meaning of the 'Update Statement' container reference isn't clear, there really should be more of a description here...
setUpdateStatement(QueryUpdateStatement), 
SQLQueryModelPackage.getTableInDatabase_UpdateStatement(), 
QueryUpdateStatement.getTargetTable()void setUpdateStatement(QueryUpdateStatement value)
Update Statement' container reference.
 
 
value - the new value of the 'Update Statement' container reference.getUpdateStatement()QueryDeleteStatement getDeleteStatement()
Target Table'.
 
 If the meaning of the 'Delete Statement' container reference isn't clear, there really should be more of a description here...
setDeleteStatement(QueryDeleteStatement), 
SQLQueryModelPackage.getTableInDatabase_DeleteStatement(), 
QueryDeleteStatement.getTargetTable()void setDeleteStatement(QueryDeleteStatement value)
Delete Statement' container reference.
 
 
value - the new value of the 'Delete Statement' container reference.getDeleteStatement()QueryInsertStatement getInsertStatement()
Target Table'.
 
 If the meaning of the 'Insert Statement' container reference isn't clear, there really should be more of a description here...
setInsertStatement(QueryInsertStatement), 
SQLQueryModelPackage.getTableInDatabase_InsertStatement(), 
QueryInsertStatement.getTargetTable()void setInsertStatement(QueryInsertStatement value)
Insert Statement' container reference.
 
 
value - the new value of the 'Insert Statement' container reference.getInsertStatement()Table getDatabaseTable()
If the meaning of the 'Database Table' reference isn't clear, there really should be more of a description here...
setDatabaseTable(Table), 
SQLQueryModelPackage.getTableInDatabase_DatabaseTable()void setDatabaseTable(Table value)
Database Table' reference.
 
 
value - the new value of the 'Database Table' reference.getDatabaseTable()org.eclipse.emf.common.util.EList getDerivedColumnList()
ValueExpressionColumn.
 It is bidirectional and its opposite is 'Table In Database'.
 
 
 
 Gets the list of columns used anywhere in the statement that are derived from this table.
 
SQLQueryModelPackage.getTableInDatabase_DerivedColumnList(), 
ValueExpressionColumn.getTableInDatabase()| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||