com.solarmetric.rd.kodo.impl.jdbc.query.listen
Class JDBCToUpperCase
java.lang.Object
|
+--com.solarmetric.rd.kodo.query.listen.ToUpperCase
|
+--com.solarmetric.rd.kodo.impl.jdbc.query.listen.JDBCToUpperCase
- All Implemented Interfaces:
- FilterListener, JDBCFilterListener
- public class JDBCToUpperCase
- extends ToUpperCase
- implements JDBCFilterListener
Transforms the target to upper case.
Example:
"address.street.ext:toUpperCase () == \"MAIN\""
| Fields inherited from class com.solarmetric.rd.kodo.query.listen.ToUpperCase |
TAG |
|
Method Summary |
void |
where(com.solarmetric.rd.kodo.impl.jdbc.schema.SQLBuffer buf,
com.solarmetric.rd.kodo.impl.jdbc.query.exp.JDBCValue target,
com.solarmetric.rd.kodo.impl.jdbc.query.exp.JDBCValue arg,
com.solarmetric.rd.kodo.impl.jdbc.meta.ClassMapping type,
com.solarmetric.rd.kodo.runtime.PersistenceManagerImpl pm)
Append the SQL for this expression or value. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JDBCToUpperCase
public JDBCToUpperCase()
where
public void where(com.solarmetric.rd.kodo.impl.jdbc.schema.SQLBuffer buf,
com.solarmetric.rd.kodo.impl.jdbc.query.exp.JDBCValue target,
com.solarmetric.rd.kodo.impl.jdbc.query.exp.JDBCValue arg,
com.solarmetric.rd.kodo.impl.jdbc.meta.ClassMapping type,
com.solarmetric.rd.kodo.runtime.PersistenceManagerImpl pm)
- Description copied from interface:
JDBCFilterListener
- Append the SQL for this expression or value.
- Specified by:
where in interface JDBCFilterListener
- Parameters:
buf - the SQL buffer to append totarget - the target to act on; this will usually be a
SQLPath, but depending on usage could also be
other values; it will be null if the listener doesn't
expect a targetarg - the value of the argument given in the filter; this
will usually be a Constant, but will be
null if this listener doesn't expect an argumenttype - the class mapping for the query's candidate classpm - the persistence manager that owns the query
Copyright 2001,2002,2003 SolarMetric, Inc. All Rights Reserved.