com.xerox.bantam
Class Query
java.lang.Object
|
+--com.xerox.bantam.Query
- public abstract class Query
- extends Object
Base class for queries.
This is an opaque object with specific instances supplied by a Storage
implementation. To create queries, use the QueryFactory obtained from a
Storage object.
- Version:
- $Revision: 1.3 $, $Date: 2000/03/14 18:31:59 $
- Author:
- Keith Edwards
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Query
protected Query(Storage s)
getStorage
public Storage getStorage()
execute
public DocumentList execute()
throws StorageException