org.apache.openjpa.jdbc.kernel.exps
Class JDBCStringContains
java.lang.Object
   org.apache.openjpa.kernel.exps.StringContains
org.apache.openjpa.kernel.exps.StringContains
       org.apache.openjpa.jdbc.kernel.exps.JDBCStringContains
org.apache.openjpa.jdbc.kernel.exps.JDBCStringContains
- All Implemented Interfaces: 
- Serializable, JDBCFilterListener, FilterListener
Deprecated. Use matches() instead.
- public class JDBCStringContains 
- extends StringContains- implements JDBCFilterListener
Tests if the target contains the given argument. The argument must be
 a constant.
  Examples:
 "address.street.ext:stringContains (\"main\")"
- See Also:
- Serialized Form
 
 
 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
 
JDBCStringContains
public JDBCStringContains()
- Deprecated. 
appendTo
public void appendTo(SQLBuffer buf,
                     FilterValue target,
                     FilterValue[] args,
                     ClassMapping type,
                     JDBCStore store)
- Deprecated. - Description copied from interface: JDBCFilterListener
- Append the SQL for this expression or value.
 
- 
- Specified by:
- appendToin interface- JDBCFilterListener
 
- 
- Parameters:
- buf- the SQL buffer to append to
- target- the target to act on, or null if the listener
 doesn't expect a target
- args- the values of the arguments given in the filter, or
 null if this listener doesn't expect arguments
- type- the class mapping for the query's candidate class
- store- the store that owns the query
 
Copyright © 2006-2008 Apache Software Foundation. All Rights Reserved.