|
|||||||||||
| 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
org.eclipse.datatools.connectivity.sqm.core.rte.jdbc.JDBCTemporaryTable
| Constructor Summary | |
JDBCTemporaryTable()
|
|
| Method Summary | |
boolean |
eIsSet(EStructuralFeature eFeature)
|
Database |
getCatalogDatabase()
|
EList |
getColumns()
Returns the value of the 'Columns' containment reference list. |
java.sql.Connection |
getConnection()
|
EList |
getConstraints()
Returns the value of the 'Constraints' containment reference list. |
java.util.List |
getForeignKeys()
|
EList |
getIndex()
Returns the value of the 'Index' reference list. |
PrimaryKey |
getPrimaryKey()
|
Table |
getSupertable()
Returns the value of the 'Supertable' reference. |
java.util.List |
getUniqueConstraints()
|
static void |
loadColumns(java.sql.Connection connection,
EList columnList,
Table table)
Deprecated. |
static void |
loadIndexes(java.sql.Connection connection,
EList indexList,
Table table)
Deprecated. |
void |
refresh()
|
| Methods inherited from class org.eclipse.datatools.modelbase.sql.tables.impl.TemporaryTableImpl |
eGet, eIsSet, eSet, eUnset, isDeleteOnCommit, isLocal, setDeleteOnCommit, setLocal, toString |
| Methods inherited from class org.eclipse.datatools.modelbase.sql.tables.impl.BaseTableImpl |
eInverseAdd, eInverseRemove, getReferencingForeignKeys |
| Methods inherited from class org.eclipse.datatools.modelbase.sql.tables.impl.TableImpl |
basicGetSchema, basicGetSupertable, basicGetUdt, basicSetSchema, basicSetSupertable, getSchema, getSelfRefColumnGeneration, getSubtables, 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 |
getReferencingForeignKeys |
| Methods inherited from interface org.eclipse.datatools.modelbase.sql.tables.Table |
getSchema, getSelfRefColumnGeneration, getSubtables, 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 |
| Constructor Detail |
public JDBCTemporaryTable()
| Method Detail |
public Database getCatalogDatabase()
getCatalogDatabase in interface ICatalogObjectpublic java.sql.Connection getConnection()
getConnection in interface ICatalogObjectpublic void refresh()
refresh in interface ICatalogObjectpublic EList getColumns()
TableColumn.
It is bidirectional and its opposite is 'Table'.
If the meaning of the 'Columns' containment reference list isn't clear, there really should be more of a description here...
getColumns in interface TablegetColumns in class TableImplpublic PrimaryKey getPrimaryKey()
BaseTable
getPrimaryKey in interface BaseTablegetPrimaryKey in class BaseTableImplpublic java.util.List getUniqueConstraints()
BaseTable
getUniqueConstraints in interface BaseTablegetUniqueConstraints in class BaseTableImplpublic java.util.List getForeignKeys()
BaseTable
getForeignKeys in interface BaseTablegetForeignKeys in class BaseTableImplpublic EList getConstraints()
BaseTableTableConstraint.
It is bidirectional and its opposite is 'Base Table'.
If the meaning of the 'Constraints' containment reference list isn't clear, there really should be more of a description here...
getConstraints in interface BaseTablegetConstraints in class BaseTableImplpublic EList getIndex()
TableIndex.
It is bidirectional and its opposite is 'Table'.
If the meaning of the 'Index' reference list isn't clear, there really should be more of a description here...
getIndex in interface TablegetIndex in class TableImplpublic Table getSupertable()
TableSubtables'.
If the meaning of the 'Supertable' reference isn't clear, there really should be more of a description here...
getSupertable in interface TablegetSupertable in class TableImplpublic boolean eIsSet(EStructuralFeature eFeature)
eIsSet in class TemporaryTableImpl
public static void loadColumns(java.sql.Connection connection,
EList columnList,
Table table)
throws java.sql.SQLException
java.sql.SQLException
public static void loadIndexes(java.sql.Connection connection,
EList indexList,
Table table)
throws java.sql.SQLException
java.sql.SQLException
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||