|
||||||||||
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
public class JDBCView
Constructor Summary | |
---|---|
JDBCView()
|
Method Summary | |
---|---|
boolean |
eIsSet(EStructuralFeature eFeature)
|
Database |
getCatalogDatabase()
|
EList |
getColumns()
|
java.sql.Connection |
getConnection()
|
EList |
getIndex()
|
Table |
getSupertable()
|
void |
refresh()
|
Methods inherited from class org.eclipse.datatools.modelbase.sql.tables.impl.ViewTableImpl |
---|
eGet, 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 org.eclipse.datatools.modelbase.sql.schema.impl.SQLObjectImpl |
---|
addEAnnotation, addEAnnotationDetail, getComments, getDependencies, getDescription, getEAnnotation, getEAnnotationDetail, getLabel, getPrivileges, removeEAnnotationDetail, setAnnotationDetail, setDescription, setLabel |
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()
TableImpl
getColumns
in interface Table
getColumns
in class TableImpl
SQLTablesPackage.getTable_Columns()
,
Column.getTable()
public EList getIndex()
TableImpl
getIndex
in interface Table
getIndex
in class TableImpl
SQLTablesPackage.getTable_Index()
,
Index.getTable()
public Table getSupertable()
TableImpl
getSupertable
in interface Table
getSupertable
in class TableImpl
Table.setSupertable(Table)
,
SQLTablesPackage.getTable_Supertable()
,
Table.getSubtables()
public boolean eIsSet(EStructuralFeature eFeature)
ViewTableImpl
eIsSet
in class ViewTableImpl
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |