matches()
instead.@Deprecated public class JDBCStringContains extends StringContains implements JDBCFilterListener
"address.street.ext:stringContains (\"main\")"
TAG
Constructor and Description |
---|
JDBCStringContains()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
appendTo(SQLBuffer buf,
FilterValue target,
FilterValue[] args,
ClassMapping type,
JDBCStore store)
Deprecated.
Append the SQL for this expression or value.
|
evaluate, expectsArguments, expectsTarget, getTag, getType
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
evaluate, expectsArguments, expectsTarget, getTag, getType
public void appendTo(SQLBuffer buf, FilterValue target, FilterValue[] args, ClassMapping type, JDBCStore store)
JDBCFilterListener
appendTo
in interface JDBCFilterListener
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 argumentstype
- the class mapping for the query's candidate classstore
- the store that owns the queryCopyright © 2006–2022 Apache Software Foundation. All rights reserved.