kodo.jdbc.query
Interface JDBCAggregateListener
- All Superinterfaces:
- AggregateListener, Serializable
- public interface JDBCAggregateListener
- extends AggregateListener
JDBC extension to the AggregateListener.
appendTo
public void appendTo(SQLBuffer buf,
FilterValue[] args,
ClassMapping mapping,
KodoPersistenceManager pm)
- Append the SQL for this aggregate.
- Parameters:
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 classpm - the persistence manager that owns the query
Copyright 2001,2002 SolarMetric, Inc. All Rights Reserved.