|
|||||||||||
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.DerivedTableImpl
org.eclipse.datatools.modelbase.sql.tables.impl.ViewTableImpl
org.eclipse.datatools.connectivity.sqm.core.rte.jdbc.JDBCView
Constructor Summary | |
JDBCView()
|
Method Summary | |
boolean |
eIsSet(EStructuralFeature eFeature)
|
Database |
getCatalogDatabase()
|
EList |
getColumns()
Returns the value of the 'Columns' containment reference list. |
java.sql.Connection |
getConnection()
|
EList |
getIndex()
Returns the value of the 'Index' reference list. |
Table |
getSupertable()
Returns the value of the 'Supertable' reference. |
void |
refresh()
|
Methods inherited from class org.eclipse.datatools.modelbase.sql.tables.impl.ViewTableImpl |
eGet, eIsSet, eSet, eUnset, getCheckType, setCheckType, toString |
Methods inherited from class org.eclipse.datatools.modelbase.sql.tables.impl.DerivedTableImpl |
basicSetQueryExpression, eInverseRemove, getQueryExpression, setQueryExpression |
Methods inherited from class org.eclipse.datatools.modelbase.sql.tables.impl.TableImpl |
basicGetSchema, basicGetSupertable, basicGetUdt, basicSetSchema, basicSetSupertable, eInverseAdd, 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.DerivedTable |
getQueryExpression, setQueryExpression |
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 JDBCView()
Method Detail |
public Database getCatalogDatabase()
getCatalogDatabase
in interface ICatalogObject
public java.sql.Connection getConnection()
getConnection
in interface ICatalogObject
public void refresh()
refresh
in interface ICatalogObject
public EList getColumns()
Table
Column
.
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 Table
getColumns
in class TableImpl
public EList getIndex()
Table
Index
.
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 Table
getIndex
in class TableImpl
public Table getSupertable()
Table
Subtables
'.
If the meaning of the 'Supertable' reference isn't clear, there really should be more of a description here...
getSupertable
in interface Table
getSupertable
in class TableImpl
public boolean eIsSet(EStructuralFeature eFeature)
eIsSet
in class ViewTableImpl
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |