Uses of Class
com.googlecode.jdbw.metadata.Catalog

Packages that use Catalog
com.googlecode.jdbw   
com.googlecode.jdbw.impl   
com.googlecode.jdbw.metadata   
 

Uses of Catalog in com.googlecode.jdbw
 

Methods in com.googlecode.jdbw that return Catalog
 Catalog DatabaseConnection.getCatalog(String catalogName)
          Looks up one catalog on the server
 

Methods in com.googlecode.jdbw that return types with arguments of type Catalog
 List<Catalog> DatabaseConnection.getCatalogs()
           
 

Uses of Catalog in com.googlecode.jdbw.impl
 

Methods in com.googlecode.jdbw.impl that return Catalog
 Catalog DatabaseConnectionImpl.getCatalog(String catalogName)
           
 

Methods in com.googlecode.jdbw.impl that return types with arguments of type Catalog
 List<Catalog> DatabaseConnectionImpl.getCatalogs()
           
 

Uses of Catalog in com.googlecode.jdbw.metadata
 

Methods in com.googlecode.jdbw.metadata that return Catalog
 Catalog MetaDataFactory.createCatalog(String catalogName)
           
 Catalog DefaultMetaDataFactory.createCatalog(String catalogName)
           
 Catalog StoredProcedure.getCatalog()
           
 Catalog Schema.getCatalog()
           
 Catalog View.getCatalog()
           
 Catalog Table.getCatalog()
           
 Catalog MetaDataResolver.getCatalog(String catalogName)
           
 

Methods in com.googlecode.jdbw.metadata that return types with arguments of type Catalog
 List<Catalog> MetaDataResolver.getCatalogs()
           
 

Methods in com.googlecode.jdbw.metadata with parameters of type Catalog
 int Catalog.compareTo(Catalog o)
           
 Schema MetaDataFactory.createSchema(Catalog catalog, String schemaName)
           
 Schema DefaultMetaDataFactory.createSchema(Catalog catalog, String schemaName)
           
 

Constructors in com.googlecode.jdbw.metadata with parameters of type Catalog
Schema(MetaDataResolver metaDataResolver, Catalog catalog, String name)
           
StoredProcedure(MetaDataResolver metaDataResolver, Catalog catalog, Schema schema, String name)
           
View(Catalog catalog, Schema schema, String name)
           
 



Copyright © 2012. All Rights Reserved.