Open SiteSearch 4.1.1
Final

Uses of Class
ORG.oclc.qparse.DbAttributes

Packages that use DbAttributes
ORG.oclc.db   
ORG.oclc.qparse   
ORG.oclc.webz   
 

Uses of DbAttributes in ORG.oclc.db
 

Methods in ORG.oclc.db that return DbAttributes
 DbAttributes DbRemoteZ.attributes()
          Retrieve the DbAttributes object.
 

Uses of DbAttributes in ORG.oclc.qparse
 

Methods in ORG.oclc.qparse with parameters of type DbAttributes
 void Z3958Parser.setUp(DbAttributes attrib, String operator)
          Set up global parser state (default to NOPOLISH or not to run the filter classes on the terms).
 void Z3958Parser.setUp(DbAttributes attrib, String operator, int m)
          Set up global parser state.
 

Uses of DbAttributes in ORG.oclc.webz
 

Fields in ORG.oclc.webz declared as DbAttributes
protected  DbAttributes Db.attributes
          DbAttributes object contains the set of index specificat
 

Methods in ORG.oclc.webz that return DbAttributes
 DbAttributes Db.getAttributes()
          Returns the DbAttributes object containing the set of index information for the database.
 DbAttributes ZDb.getAttributes()
          Returns the DbAttributes object containing the set of index information for the database.
 


Open SiteSearch 4.1.1
Final