kodo.jdbc.query
Interface JDBCFilterListener
- All Superinterfaces:
- FilterListener, Serializable
- public interface JDBCFilterListener
- extends FilterListener
JDBC extension to the FilterListener.
appendTo
public void appendTo(SQLBuffer buf,
FilterValue target,
FilterValue[] args,
ClassMapping mapping,
KodoPersistenceManager pm)
- Append the SQL for this expression or value.
- Parameters:
buf - the SQL buffer to append totarget - the target to act on, or null if the listener
doesn't expect a targetargs - 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.