org.eclipse.datatools.enablement.sybase.asa.models.sybaseasabasesqlmodel
Interface SybaseASABaseViewTable

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, SybaseAuthorizedObject, SybaseViewTable, Table, ViewTable
All Known Implementing Classes:
SybaseASABaseViewTableImpl, SybaseASACatalogBaseViewTable

public interface SybaseASABaseViewTable
extends SybaseViewTable

A representation of the model object 'Sybase ASA Base View Table'.

The following features are supported:

See Also:
SybaseasabasesqlmodelPackage.getSybaseASABaseViewTable()

Method Summary
 SQLStatement getStatement()
          Returns the value of the 'Statement' reference.
 boolean isWithCheckOption()
          Returns the value of the 'With Check Option' attribute.
 void setStatement(SQLStatement value)
          Sets the value of the 'Statement' reference.
 void setWithCheckOption(boolean value)
          Sets the value of the 'With Check Option' attribute.
 
Methods inherited from interface org.eclipse.datatools.enablement.sybase.models.sybasesqlmodel.SybaseViewTable
isSystem
 
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, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

isWithCheckOption

boolean isWithCheckOption()
Returns the value of the 'With Check Option' attribute. The default value is "false".

If the meaning of the 'With Check Option' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'With Check Option' attribute.
See Also:
setWithCheckOption(boolean), SybaseasabasesqlmodelPackage.getSybaseASABaseViewTable_WithCheckOption()

setWithCheckOption

void setWithCheckOption(boolean value)
Sets the value of the 'With Check Option' attribute.

Parameters:
value - the new value of the 'With Check Option' attribute.
See Also:
isWithCheckOption()

getStatement

SQLStatement getStatement()
Returns the value of the 'Statement' reference.

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

Returns:
the value of the 'Statement' reference.
See Also:
setStatement(SQLStatement), SybaseasabasesqlmodelPackage.getSybaseASABaseViewTable_Statement()

setStatement

void setStatement(SQLStatement value)
Sets the value of the 'Statement' reference.

Parameters:
value - the new value of the 'Statement' reference.
See Also:
getStatement()