|
||||||||||
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.enablement.ase.catalog |
---|
Classes in org.eclipse.datatools.enablement.ase.catalog that implement ViewTable | |
---|---|
class |
SybaseASECatalogView
|
Uses of ViewTable in org.eclipse.datatools.enablement.ase.ddl |
---|
Methods in org.eclipse.datatools.enablement.ase.ddl with parameters of type ViewTable | |
---|---|
java.lang.String[] |
SybaseASEDdlBuilder.createView(ViewTable view,
boolean quoteIdentifiers,
boolean qualifyNames,
boolean fullSyntax)
CREATE VIEW [ owner.]view-name [ ( column-name, . |
java.lang.String |
SybaseASEDdlBuilder.dropView(ViewTable view,
boolean quoteIdentifiers,
boolean qualifyNames)
|
void |
SybaseASEDdlParser.parseView(ViewTable view,
java.lang.String viewText)
|
Uses of ViewTable in org.eclipse.datatools.enablement.ingres.models.ingressqlmodel |
---|
Subinterfaces of ViewTable in org.eclipse.datatools.enablement.ingres.models.ingressqlmodel | |
---|---|
interface |
IngresViewTable
A representation of the model object 'Ingres View Table'. |
Uses of ViewTable in org.eclipse.datatools.enablement.ingres.models.ingressqlmodel.impl |
---|
Classes in org.eclipse.datatools.enablement.ingres.models.ingressqlmodel.impl that implement ViewTable | |
---|---|
class |
IngresViewTableImpl
An implementation of the model object 'Ingres View Table'. |
Uses of ViewTable in org.eclipse.datatools.enablement.ingres.models.ingressqlmodel.util |
---|
Methods in org.eclipse.datatools.enablement.ingres.models.ingressqlmodel.util with parameters of type ViewTable | |
---|---|
java.lang.Object |
IngressqlmodelSwitch.caseViewTable(ViewTable object)
Returns the result of interpreting the object as an instance of 'View Table'. |
Uses of ViewTable in org.eclipse.datatools.enablement.mysql.ddl |
---|
Methods in org.eclipse.datatools.enablement.mysql.ddl with parameters of type ViewTable | |
---|---|
java.lang.String |
MySqlDdlBuilder.createView(ViewTable view,
boolean quoteIdentifiers,
boolean qualifyNames)
|
Uses of ViewTable in org.eclipse.datatools.enablement.mysql.ddl.shared |
---|
Methods in org.eclipse.datatools.enablement.mysql.ddl.shared with parameters of type ViewTable | |
---|---|
abstract java.lang.String |
MySqlDdlBuilderHelper.createView(ViewTable o,
boolean quoteIdentifiers,
boolean qualifyNames)
|
java.lang.String |
MySqlDdlBuilderHelper.dropView(ViewTable view,
boolean quoteIdentifiers,
boolean qualifyNames)
|
Uses of ViewTable in org.eclipse.datatools.enablement.sybase.asa.base.catalog |
---|
Classes in org.eclipse.datatools.enablement.sybase.asa.base.catalog that implement ViewTable | |
---|---|
class |
SybaseASACatalogBaseViewTable
|
Uses of ViewTable in org.eclipse.datatools.enablement.sybase.asa.catalog |
---|
Methods in org.eclipse.datatools.enablement.sybase.asa.catalog with parameters of type ViewTable | |
---|---|
static void |
SybaseASACatalogUtils.parseView(ViewTable view,
java.lang.String viewText)
|
Uses of ViewTable in org.eclipse.datatools.enablement.sybase.asa.ddl |
---|
Methods in org.eclipse.datatools.enablement.sybase.asa.ddl with parameters of type ViewTable | |
---|---|
java.lang.String[] |
SybaseASADdlBuilder.createView(ViewTable view,
boolean quoteIdentifiers,
boolean qualifyNames,
boolean fullSyntax)
CREATE VIEW [ owner.]view-name [ ( column-name, . |
java.lang.String |
SybaseASADdlBuilder.dropView(ViewTable view,
boolean quoteIdentifiers,
boolean qualifyNames)
|
void |
SybaseASADdlParser.parseView(ViewTable view,
java.lang.String viewText)
|
Uses of ViewTable in org.eclipse.datatools.enablement.sybase.asa.models.sybaseasabasesqlmodel |
---|
Subinterfaces of ViewTable in org.eclipse.datatools.enablement.sybase.asa.models.sybaseasabasesqlmodel | |
---|---|
interface |
SybaseASABaseViewTable
A representation of the model object 'Sybase ASA Base View Table'. |
Uses of ViewTable in org.eclipse.datatools.enablement.sybase.asa.models.sybaseasabasesqlmodel.impl |
---|
Classes in org.eclipse.datatools.enablement.sybase.asa.models.sybaseasabasesqlmodel.impl that implement ViewTable | |
---|---|
class |
SybaseASABaseViewTableImpl
An implementation of the model object 'Sybase ASA Base View Table'. |
Uses of ViewTable in org.eclipse.datatools.enablement.sybase.asa.models.sybaseasabasesqlmodel.util |
---|
Methods in org.eclipse.datatools.enablement.sybase.asa.models.sybaseasabasesqlmodel.util with parameters of type ViewTable | |
---|---|
java.lang.Object |
SybaseasabasesqlmodelSwitch.caseViewTable(ViewTable object)
Returns the result of interpreting the object as an instance of 'View Table'. |
Uses of ViewTable in org.eclipse.datatools.enablement.sybase.ase.models.sybaseasesqlmodel |
---|
Subinterfaces of ViewTable in org.eclipse.datatools.enablement.sybase.ase.models.sybaseasesqlmodel | |
---|---|
interface |
SybaseASEViewTable
A representation of the model object 'Sybase ASE View Table'. |
Uses of ViewTable in org.eclipse.datatools.enablement.sybase.ase.models.sybaseasesqlmodel.impl |
---|
Classes in org.eclipse.datatools.enablement.sybase.ase.models.sybaseasesqlmodel.impl that implement ViewTable | |
---|---|
class |
SybaseASEViewTableImpl
An implementation of the model object 'Sybase ASE View Table'. |
Uses of ViewTable in org.eclipse.datatools.enablement.sybase.ase.models.sybaseasesqlmodel.util |
---|
Methods in org.eclipse.datatools.enablement.sybase.ase.models.sybaseasesqlmodel.util with parameters of type ViewTable | |
---|---|
java.lang.Object |
SybaseasesqlmodelSwitch.caseViewTable(ViewTable object)
Returns the result of interpreting the object as an instance of 'View Table'. |
Uses of ViewTable in org.eclipse.datatools.enablement.sybase.ddl |
---|
Methods in org.eclipse.datatools.enablement.sybase.ddl with parameters of type ViewTable | |
---|---|
java.lang.String[] |
SybaseDdlBuilderWrapper.createView(ViewTable table,
boolean quoteIdentifiers,
boolean qualifyNames,
boolean fullSyntax)
|
abstract java.lang.String[] |
SybaseDdlBuilder.createView(ViewTable table,
boolean quoteIdentifiers,
boolean qualifyNames,
boolean fullSyntax)
|
java.lang.String |
SybaseDdlBuilder.dropView(ViewTable view,
boolean quoteIdentifiers,
boolean qualifyNames)
DROP VIEW [ owner.]view-name |
Uses of ViewTable in org.eclipse.datatools.enablement.sybase.models.sybasesqlmodel |
---|
Subinterfaces of ViewTable in org.eclipse.datatools.enablement.sybase.models.sybasesqlmodel | |
---|---|
interface |
SybaseViewTable
A representation of the model object 'Sybase View Table'. |
Uses of ViewTable in org.eclipse.datatools.enablement.sybase.models.sybasesqlmodel.impl |
---|
Classes in org.eclipse.datatools.enablement.sybase.models.sybasesqlmodel.impl that implement ViewTable | |
---|---|
class |
SybaseViewTableImpl
An implementation of the model object 'Sybase View Table'. |
Uses of ViewTable in org.eclipse.datatools.enablement.sybase.models.sybasesqlmodel.util |
---|
Methods in org.eclipse.datatools.enablement.sybase.models.sybasesqlmodel.util with parameters of type ViewTable | |
---|---|
java.lang.Object |
SybasesqlmodelSwitch.caseViewTable(ViewTable object)
Returns the result of interpreting the object as an instance of 'View Table'. |
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 |
org.eclipse.datatools.modelbase.sql.tables.impl.ViewTableImpl
|
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 interpreting the object as an instance of 'View Table'. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |