|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ViewTable in org.eclipse.datatools.connectivity.sqm.core.rte.fe |
---|
Methods in org.eclipse.datatools.connectivity.sqm.core.rte.fe with parameters of type ViewTable | |
---|---|
java.lang.String |
GenericDdlBuilder.createView(ViewTable view,
boolean quoteIdentifiers,
boolean qualifyNames)
|
java.lang.String |
GenericDdlBuilder.dropView(ViewTable view,
boolean quoteIdentifiers,
boolean qualifyNames)
|
Uses of ViewTable in org.eclipse.datatools.connectivity.sqm.core.rte.jdbc |
---|
Classes in org.eclipse.datatools.connectivity.sqm.core.rte.jdbc that implement ViewTable | |
---|---|
class |
JDBCView
|
Uses of ViewTable in org.eclipse.datatools.modelbase.sql.tables |
---|
Methods in org.eclipse.datatools.modelbase.sql.tables that return ViewTable | |
---|---|
ViewTable |
SQLTablesFactory.createViewTable()
Returns a new object of class 'View Table'. |
Uses of ViewTable in org.eclipse.datatools.modelbase.sql.tables.impl |
---|
Classes in org.eclipse.datatools.modelbase.sql.tables.impl that implement ViewTable | |
---|---|
class |
ViewTableImpl
An implementation of the model object 'View Table'. |
Methods in org.eclipse.datatools.modelbase.sql.tables.impl that return ViewTable | |
---|---|
ViewTable |
SQLTablesFactoryImpl.createViewTable()
|
Uses of ViewTable in org.eclipse.datatools.modelbase.sql.tables.util |
---|
Methods in org.eclipse.datatools.modelbase.sql.tables.util with parameters of type ViewTable | |
---|---|
java.lang.Object |
SQLTablesSwitch.caseViewTable(ViewTable object)
Returns the result of interpretting the object as an instance of 'View Table'. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |