org.eclipse.datatools.enablement.ingres.models.ingressqlmodel
Interface IngresViewTable

All Superinterfaces:
DerivedTable, org.eclipse.emf.ecore.EModelElement, org.eclipse.emf.ecore.ENamedElement, org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier, SQLObject, Table, ViewTable
All Known Implementing Classes:
IngresViewTableImpl

public interface IngresViewTable
extends ViewTable

A representation of the model object 'Ingres View Table'.

The following features are supported:

See Also:
IngressqlmodelPackage.getIngresViewTable()

Field Summary
static java.lang.String copyright
           
 
Method Summary
 Source getSource()
          Returns the value of the 'Source' reference.
 void setSource(Source value)
          Sets the value of the 'Source' reference.
 
Methods inherited from interface org.eclipse.datatools.modelbase.sql.tables.ViewTable
getCheckType, setCheckType
 
Methods inherited from interface org.eclipse.datatools.modelbase.sql.tables.DerivedTable
getQueryExpression, setQueryExpression
 
Methods inherited from interface org.eclipse.datatools.modelbase.sql.tables.Table
getColumns, getIndex, getSchema, getSelfRefColumnGeneration, getSubtables, getSupertable, getTriggers, getUdt, isInsertable, isUpdatable, setSchema, setSelfRefColumnGeneration, setSupertable, setUdt
 
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
 

Field Detail

copyright

static final java.lang.String copyright

See Also:
Constant Field Values
Method Detail

getSource

Source getSource()
Returns the value of the 'Source' reference.

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

Returns:
the value of the 'Source' reference.
See Also:
setSource(Source), IngressqlmodelPackage.getIngresViewTable_Source()

setSource

void setSource(Source value)
Sets the value of the 'Source' reference.

Parameters:
value - the new value of the 'Source' reference.
See Also:
getSource()