All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class ORG.oclc.z39.DbResults

java.lang.Object
   |
   +----ORG.oclc.z39.DbResults

public class DbResults
extends Object
DbResults returns additional search information by database.

Version:
@(#)DbResults.java 1.1 07/09/97

Variable Index

 o count
Record count
 o dbName
List of database names for these results
 o fetchOffset
For combined databases, the first record number for retrieval
 o restrictorCounts
Record counts for each restrictor
 o restrictorNames
List of names of restrictors represented in this result set
 o restrictorUses
List of attribute type = use values for these restrictors

Constructor Index

 o DbResults()
 o DbResults(DataDir)

Method Index

 o assembleDir(DataDir)
 o dbName()
 o firstRecno()
 o postings()
 o toString()

Variables

 o dbName
 public String dbName[]
List of database names for these results

 o count
 public int count
Record count

 o fetchOffset
 public int fetchOffset
For combined databases, the first record number for retrieval

 o restrictorNames
 public String restrictorNames[]
List of names of restrictors represented in this result set

 o restrictorUses
 public int restrictorUses[]
List of attribute type = use values for these restrictors

 o restrictorCounts
 public int restrictorCounts[]
Record counts for each restrictor

Constructors

 o DbResults
 public DbResults()
 o DbResults
 public DbResults(DataDir resultsbyDb)

Methods

 o assembleDir
 public boolean assembleDir(DataDir parent)
 o dbName
 public String dbName()
 o postings
 public int postings()
 o firstRecno
 public int firstRecno()
 o toString
 public String toString()
Overrides:
toString in class Object

All Packages  Class Hierarchy  This Package  Previous  Next  Index