net.sf.jso.query
Class CountQueryExecutor
java.lang.Object
net.sf.jso.query.QueryExecutor
net.sf.jso.query.CountQueryExecutor
- public class CountQueryExecutor
- extends net.sf.jso.query.QueryExecutor
Executes queries for object counting.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
count
protected int count
variables
protected Variable[] variables
validator
protected net.sf.jso.query.QueryValidator validator
jsotx
protected JSOTransaction jsotx
schema
protected SchemaProxy schema
values
protected java.util.List values
valuesTypes
protected java.util.List valuesTypes
mainVar
protected Variable mainVar
select
protected java.lang.String select
where
protected java.lang.String where
order
protected java.lang.String order
internalFrom
protected java.lang.String internalFrom
CountQueryExecutor
public CountQueryExecutor(net.sf.jso.query.QueryValidator aValidator,
JSOTransaction aTx)
getSelect
protected java.lang.String getSelect()
processResult
protected void processResult(java.sql.ResultSet rs)
throws java.lang.Exception
- Throws:
java.lang.Exception
getResult
protected java.lang.Object getResult()
setup
protected void setup()
execute
public java.lang.Object execute()
throws StorageException
- Throws:
StorageException