|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectENamedElementImpl
org.eclipse.datatools.modelbase.sql.schema.impl.SQLObjectImpl
org.eclipse.datatools.modelbase.sql.tables.impl.TableImpl
org.eclipse.datatools.modelbase.sql.tables.impl.BaseTableImpl
org.eclipse.datatools.modelbase.sql.tables.impl.TemporaryTableImpl
An implementation of the model object 'Temporary Table'.
The following features are implemented:
Method Summary | |
java.lang.Object |
eGet(int featureID,
boolean resolve,
boolean coreType)
|
boolean |
eIsSet(int featureID)
|
void |
eSet(int featureID,
java.lang.Object newValue)
|
void |
eUnset(int featureID)
|
boolean |
isDeleteOnCommit()
|
boolean |
isLocal()
|
void |
setDeleteOnCommit(boolean newDeleteOnCommit)
|
void |
setLocal(boolean newLocal)
|
java.lang.String |
toString()
|
Methods inherited from class org.eclipse.datatools.modelbase.sql.tables.impl.BaseTableImpl |
eInverseAdd, eInverseRemove, getConstraints, getForeignKeys, getPrimaryKey, getReferencingForeignKeys, getUniqueConstraints |
Methods inherited from class org.eclipse.datatools.modelbase.sql.tables.impl.TableImpl |
basicGetSchema, basicGetSupertable, basicGetUdt, basicSetSchema, basicSetSupertable, getColumns, getIndex, getSchema, getSelfRefColumnGeneration, getSubtables, getSupertable, getTriggers, getUdt, isInsertable, isUpdatable, setSchema, setSelfRefColumnGeneration, setSupertable, setUdt |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
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, getLabel, getPrivileges, removeEAnnotationDetail, setAnnotationDetail, setDescription, setLabel |
Method Detail |
public boolean isLocal()
isLocal
in interface TemporaryTable
TemporaryTable.setLocal(boolean)
,
SQLTablesPackage.getTemporaryTable_Local()
public void setLocal(boolean newLocal)
setLocal
in interface TemporaryTable
newLocal
- the new value of the 'Local' attribute.TemporaryTable.isLocal()
public boolean isDeleteOnCommit()
isDeleteOnCommit
in interface TemporaryTable
TemporaryTable.setDeleteOnCommit(boolean)
,
SQLTablesPackage.getTemporaryTable_DeleteOnCommit()
public void setDeleteOnCommit(boolean newDeleteOnCommit)
setDeleteOnCommit
in interface TemporaryTable
newDeleteOnCommit
- the new value of the 'Delete On Commit' attribute.TemporaryTable.isDeleteOnCommit()
public java.lang.Object eGet(int featureID, boolean resolve, boolean coreType)
eGet
in class BaseTableImpl
public void eSet(int featureID, java.lang.Object newValue)
eSet
in class BaseTableImpl
public void eUnset(int featureID)
eUnset
in class BaseTableImpl
public boolean eIsSet(int featureID)
eIsSet
in class BaseTableImpl
public java.lang.String toString()
toString
in class TableImpl
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |