|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Catalog in org.eclipse.datatools.connectivity.sqm.core.rte.jdbc |
Classes in org.eclipse.datatools.connectivity.sqm.core.rte.jdbc that implement Catalog | |
class |
JDBCCatalog
|
Methods in org.eclipse.datatools.connectivity.sqm.core.rte.jdbc with parameters of type Catalog | |
NotificationChain |
JDBCSchema.basicSetCatalog(Catalog newCatalog,
NotificationChain msgs)
|
Uses of Catalog in org.eclipse.datatools.modelbase.sql.schema |
Methods in org.eclipse.datatools.modelbase.sql.schema that return Catalog | |
Catalog |
SQLSchemaFactory.createCatalog()
Returns a new object of class 'Catalog'. |
Catalog |
Schema.getCatalog()
Returns the value of the 'Catalog' reference. |
Methods in org.eclipse.datatools.modelbase.sql.schema with parameters of type Catalog | |
void |
Schema.setCatalog(Catalog value)
Sets the value of the ' Catalog ' reference. |
Uses of Catalog in org.eclipse.datatools.modelbase.sql.schema.impl |
Classes in org.eclipse.datatools.modelbase.sql.schema.impl that implement Catalog | |
class |
CatalogImpl
An implementation of the model object 'Catalog'. |
Methods in org.eclipse.datatools.modelbase.sql.schema.impl that return Catalog | |
Catalog |
SQLSchemaFactoryImpl.createCatalog()
|
Catalog |
SchemaImpl.getCatalog()
|
Catalog |
SchemaImpl.basicGetCatalog()
|
Methods in org.eclipse.datatools.modelbase.sql.schema.impl with parameters of type Catalog | |
NotificationChain |
SchemaImpl.basicSetCatalog(Catalog newCatalog,
NotificationChain msgs)
|
void |
SchemaImpl.setCatalog(Catalog newCatalog)
|
Uses of Catalog in org.eclipse.datatools.modelbase.sql.schema.util |
Methods in org.eclipse.datatools.modelbase.sql.schema.util with parameters of type Catalog | |
java.lang.Object |
SQLSchemaSwitch.caseCatalog(Catalog object)
Returns the result of interpretting the object as an instance of 'Catalog'. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |