Open SiteSearch 4.1.1
Final

Uses of Class
ORG.oclc.webz.Db

Packages that use Db
ORG.oclc.tools   
ORG.oclc.webz   
 

Uses of Db in ORG.oclc.tools
 

Subclasses of Db in ORG.oclc.tools
 class IniDb
          IniDb reads/maintains database information read from inifiles.
 

Uses of Db in ORG.oclc.webz
 

Fields in ORG.oclc.webz declared as Db
protected  Db ZDb.db
          Db object containg the database definition.
 

Methods in ORG.oclc.webz that return Db
static Db Db.get(String dbname)
          Retrieves a Db object for the specified input database name.
static Db Db.getDefaultDbGroup()
          Retrieves the Db object for the defaultDbGroup definition.
static Db ZDb.get(String dbname)
          Returns a Db object for the input database name.
 Db ZDb.db()
          Returns the Db object maintained by this ZDb object.
static Db ZDb.getDefaultDbGroup()
          Returns the Db object for the database defined as the default Db Group database.
 

Methods in ORG.oclc.webz with parameters of type Db
static void Db.setDefaultDbGroup(Db db)
          Sets the defaultDbGroup object to the input Db object.
 

Constructors in ORG.oclc.webz with parameters of type Db
ZDb.ZDb(Db db)
          Constructs a ZDb object using the information from the input Db object.
TermFinderInfo.TermFinderInfo(Db databaseObject, IniFile dbIni)
          Constructs a TermFinderInfo object for the input database object and the associated input configuration file.
 


Open SiteSearch 4.1.1
Final