org.eclipse.datatools.modelbase.sql.query
Interface ResultTableAllColumns

All Superinterfaces:
org.eclipse.emf.ecore.EModelElement, org.eclipse.emf.ecore.ENamedElement, org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier, QueryResultSpecification, SQLObject, SQLQueryObject

public interface ResultTableAllColumns
extends QueryResultSpecification

A representation of the model object 'SQL Result Column All'.

The following features are supported:

See Also:
SQLQueryModelPackage.getResultTableAllColumns()

Method Summary
 TableExpression getTableExpr()
          Returns the value of the 'Table Expr' reference.
 void setTableExpr(TableExpression value)
          Sets the value of the 'Table Expr' reference.
 
Methods inherited from interface org.eclipse.datatools.modelbase.sql.query.QueryResultSpecification
getQuerySelect, setQuerySelect
 
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, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getTableExpr

TableExpression getTableExpr()
Returns the value of the 'Table Expr' reference. It is bidirectional and its opposite is 'Result Table All Columns'.

If the meaning of the 'Table Expr' reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Table Expr' reference.
See Also:
setTableExpr(TableExpression), SQLQueryModelPackage.getResultTableAllColumns_TableExpr(), TableExpression.getResultTableAllColumns()

setTableExpr

void setTableExpr(TableExpression value)
Sets the value of the 'Table Expr' reference.

Parameters:
value - the new value of the 'Table Expr' reference.
See Also:
getTableExpr()