|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectnet.sf.jso.query.JSOQueryProcessor
Class responsible for query processing operations.
| Constructor Summary | |
JSOQueryProcessor(StorageManager aManager,
SchemaProxy aSchema)
Constructs query processor. |
|
| Method Summary | |
int |
count(Parameters params)
Counts the number of objects according to parameters. |
int |
countPages(Parameters params)
Counts the number of result pages according to parameters. |
java.util.List |
retrieve(Parameters params)
Retrieves objects according to parameters. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public JSOQueryProcessor(StorageManager aManager,
SchemaProxy aSchema)
| Method Detail |
public int count(Parameters params)
throws StorageException
count in interface QueryProcessorparams - Parameters to be used.
StorageException - If any storage operation fails.
public int countPages(Parameters params)
throws StorageException
countPages in interface QueryProcessorparams - Parameters to be used.
StorageException - If any storage operation fails.
public java.util.List retrieve(Parameters params)
throws StorageException
retrieve in interface QueryProcessorparams - Parameters to be used.
StorageException - If any storage operation fails.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||