Uses of Interface
org.eclipse.jpt.db.Catalog

Packages that use Catalog
org.eclipse.jpt.db   
 

Uses of Catalog in org.eclipse.jpt.db
 

Methods in org.eclipse.jpt.db that return Catalog
 Catalog Database.catalogNamed(java.lang.String name)
          Return the catalog in the database with the specified name, respecting the database's case-sensitivity.
 Catalog ConnectionProfile.getDefaultCatalog()
          Return the connection profile's "default" catalog.
 Catalog Database.getDefaultCatalog()
          Return the database's "default" catalog.
 

Methods in org.eclipse.jpt.db that return types with arguments of type Catalog
 java.util.Iterator<Catalog> Database.catalogs()
          Return the database's catalogs.
 

Methods in org.eclipse.jpt.db with parameters of type Catalog
 void ConnectionAdapter.catalogChanged(ConnectionProfile profile, Catalog catalog)
           
 void ConnectionListener.catalogChanged(ConnectionProfile profile, Catalog catalog)