butler.sql.query
Class AggregateQuery.AggregateQueryInstance

java.lang.Object
  extended bybutler.sql.query.QueryInstance
      extended bybutler.sql.query.AggregateQuery.AggregateQueryInstance
All Implemented Interfaces:
Populatable
Enclosing class:
AggregateQuery

public static class AggregateQuery.AggregateQueryInstance
extends QueryInstance

Returns the resulting select SQL statement.


Constructor Summary
AggregateQuery.AggregateQueryInstance(AggregateQuery q)
           
 
Method Summary
 AggregateQuery getAggregateQuery()
           
 RecordList run()
          Executes the SQL statement and returns the result as a RecordList.
 
Methods inherited from class butler.sql.query.QueryInstance
close, getParamList, getParamList, getQuery, getQueryParams, parse, parseQueryInstance, prepareStatement, setParameter, setQueryParams, toXML, toXML
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AggregateQuery.AggregateQueryInstance

public AggregateQuery.AggregateQueryInstance(AggregateQuery q)
Method Detail

getAggregateQuery

public AggregateQuery getAggregateQuery()

run

public RecordList run()
               throws java.lang.Exception
Description copied from class: QueryInstance
Executes the SQL statement and returns the result as a RecordList.

Overrides:
run in class QueryInstance
Throws:
java.lang.Exception