public interface JDBCFilterListener extends FilterListener
FilterListener
.Modifier and Type | Method and Description |
---|---|
void |
appendTo(SQLBuffer buf,
FilterValue target,
FilterValue[] args,
ClassMapping mapping,
JDBCStore store)
Append the SQL for this expression or value.
|
evaluate, expectsArguments, expectsTarget, getTag, getType
void appendTo(SQLBuffer buf, FilterValue target, FilterValue[] args, ClassMapping mapping, JDBCStore store)
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 classstore
- the store that owns the queryCopyright © 2006–2022 Apache Software Foundation. All rights reserved.