com.intersys.objects
Class CacheQuery

java.lang.Object
  extended bycom.intersys.objects.CacheQuery
All Implemented Interfaces:
Serializable

public class CacheQuery
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
CacheQuery(Database factory, CacheQueryInfo query)
           
CacheQuery(Database factory, String sqlstatement)
           
CacheQuery(Database factory, String spName, int numParameters, int firstDefault)
           
CacheQuery(Database factory, String classname, String queryname)
           
 
Method Summary
 void close()
           
 ResultSet execute()
           
 ResultSet execute(Object arg1)
           
 ResultSet execute(Object[] args)
           
 ResultSet execute(Object arg1, Object arg2)
           
 ResultSet execute(Object arg1, Object arg2, Object arg3)
           
 ResultSetMetaData getMetaData()
           
 boolean isClosed()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CacheQuery

public CacheQuery(Database factory,
                  String classname,
                  String queryname)
           throws CacheException

CacheQuery

public CacheQuery(Database factory,
                  CacheQueryInfo query)
           throws CacheException

CacheQuery

public CacheQuery(Database factory,
                  String sqlstatement)
           throws CacheException

CacheQuery

public CacheQuery(Database factory,
                  String spName,
                  int numParameters,
                  int firstDefault)
           throws CacheException
Method Detail

getMetaData

public ResultSetMetaData getMetaData()
                              throws CacheException
Throws:
CacheException

execute

public ResultSet execute()
                  throws CacheException
Throws:
CacheException

execute

public ResultSet execute(Object arg1)
                  throws CacheException
Throws:
CacheException

execute

public ResultSet execute(Object arg1,
                         Object arg2)
                  throws CacheException
Throws:
CacheException

execute

public ResultSet execute(Object arg1,
                         Object arg2,
                         Object arg3)
                  throws CacheException
Throws:
CacheException

execute

public ResultSet execute(Object[] args)
                  throws CacheException
Throws:
CacheException

close

public void close()
           throws CacheServerException
Throws:
CacheServerException

isClosed

public boolean isClosed()
                 throws CacheServerException
Throws:
CacheServerException