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

All Superinterfaces:
BaseTable, org.eclipse.emf.ecore.EModelElement, org.eclipse.emf.ecore.ENamedElement, org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier, SQLObject, SybaseAuthorizedObject, SybaseBaseTable, Table, TemporaryTable
All Known Subinterfaces:
SybaseASATempTable
All Known Implementing Classes:
SybaseASABaseTempTableImpl, SybaseASACatalogBaseTempTable, SybaseASACatalogTempTable, SybaseASATempTableImpl

public interface SybaseASABaseTempTable
extends TemporaryTable, SybaseBaseTable

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

The following features are supported:

See Also:
SybaseasabasesqlmodelPackage.getSybaseASABaseTempTable()

Method Summary
 TransactionOption getTransactionOption()
          Returns the value of the 'Transaction Option' attribute.
 void setTransactionOption(TransactionOption value)
          Sets the value of the 'Transaction Option' attribute.
 
Methods inherited from interface org.eclipse.datatools.modelbase.sql.tables.TemporaryTable
isDeleteOnCommit, isLocal, setDeleteOnCommit, setLocal
 
Methods inherited from interface org.eclipse.datatools.modelbase.sql.tables.BaseTable
getConstraints, getForeignKeys, getPrimaryKey, getReferencingForeignKeys, getUniqueConstraints
 
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
 
Methods inherited from interface org.eclipse.datatools.enablement.sybase.models.sybasesqlmodel.SybaseBaseTable
getCheckConstraints, isSystem
 
Methods inherited from interface org.eclipse.datatools.modelbase.sql.tables.BaseTable
getConstraints, getForeignKeys, getPrimaryKey, getReferencingForeignKeys, getUniqueConstraints
 
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

getTransactionOption

TransactionOption getTransactionOption()
Returns the value of the 'Transaction Option' attribute. The literals are from the enumeration TransactionOption.

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

Returns:
the value of the 'Transaction Option' attribute.
See Also:
TransactionOption, setTransactionOption(TransactionOption), SybaseasabasesqlmodelPackage.getSybaseASABaseTempTable_TransactionOption()

setTransactionOption

void setTransactionOption(TransactionOption value)
Sets the value of the 'Transaction Option' attribute.

Parameters:
value - the new value of the 'Transaction Option' attribute.
See Also:
TransactionOption, getTransactionOption()