public interface JDBCAggregateListener extends AggregateListener
AggregateListener.| Modifier and Type | Method and Description |
|---|---|
void |
appendTo(SQLBuffer buf,
FilterValue[] args,
ClassMapping mapping,
JDBCStore store)
Append the SQL for this aggregate.
|
evaluate, expectsArguments, getTag, getTypevoid appendTo(SQLBuffer buf, FilterValue[] args, ClassMapping mapping, JDBCStore store)
buf - the SQL buffer to append toargs - the values of the arguments given in the filter, or
null if this listener doesn't expect argumentsmapping - the class mapping for the query's candidate classstore - the store that owns the queryCopyright © 2006–2020 Apache Software Foundation. All rights reserved.