Uses of Interface
org.eclipse.datatools.modelbase.sql.schema.Catalog

Packages that use Catalog
org.eclipse.datatools.connectivity.sqm.core.rte.jdbc   
org.eclipse.datatools.modelbase.sql.schema   
org.eclipse.datatools.modelbase.sql.schema.impl   
org.eclipse.datatools.modelbase.sql.schema.util   
 

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 SchemaImpl.basicGetCatalog()
           
 Catalog SQLSchemaFactoryImpl.createCatalog()
           
 Catalog SchemaImpl.getCatalog()
           
 

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'.
 



Copyright © 2006 -- 2008 Actuate, IBM Corporation, Sybase, Inc. and others. All rights reserved.