matches()
instead.@Deprecated public class JDBCWildcardMatch extends WildcardMatch implements JDBCFilterListener
"address.street.ext:wildcardMatch (\"?ain*reet\")"
TAG
Constructor and Description |
---|
JDBCWildcardMatch()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
appendTo(SQLBuffer sql,
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 sql, FilterValue target, FilterValue[] args, ClassMapping type, JDBCStore store)
JDBCFilterListener
appendTo
in interface JDBCFilterListener
sql
- 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.