com.intersys.objects
Class CacheQuery
java.lang.Object
com.intersys.objects.CacheQuery
- All Implemented Interfaces:
- Serializable
- public class CacheQuery
- extends Object
- implements Serializable
- See Also:
- Serialized Form
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
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