ca.uhn.cache.util
Class QueryUtil

java.lang.Object
  extended byca.uhn.cache.util.QueryUtil

public class QueryUtil
extends java.lang.Object

Provides utility methods for IQuery instances.

Version:
$Revision: 1.1 $ updated on $Date: 2005/01/24 22:51:49 $ by $Author: bryan_tripp $
Author:
Bryan Tripp

Method Summary
static IQuery[] chunk(IQuery theQuery, IParamSpace theParamSpace)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

chunk

public static final IQuery[] chunk(IQuery theQuery,
                                   IParamSpace theParamSpace)
Parameters:
theQuery - a query to be divided into multiple queries according to chunk boundaries
theParamSpace - the parameter space that defines the chunk boundaries
Returns:
a list of queries covering the same region as the original query, but respecting chunk boundaries


Copyright © 2004-2005 University Health Network. All Rights Reserved.