org.apache.openjpa.jdbc.kernel.exps
Class SQLValue
java.lang.Object
org.apache.openjpa.jdbc.kernel.exps.SQLEmbed
org.apache.openjpa.jdbc.kernel.exps.SQLValue
- All Implemented Interfaces:
- Serializable, JDBCFilterListener, FilterListener
Deprecated. Use SQLEmbed
directly
public class SQLValue
- extends SQLEmbed
Simple listener which embeds the argument as a value into the where
clause generated by the query. Listens on "ext:sqlVal".
Example:
"price < ext:sqlVal (\"(SELECT AVG (PRICE) FROM PRODUCT_TABLE)\")"
- See Also:
- Serialized Form
Constructor Summary |
SQLValue()
Deprecated. |
Method Summary |
String |
getTag()
Deprecated. Return the tag that this extension listens for. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TAG
public static final String TAG
- Deprecated.
- See Also:
- Constant Field Values
SQLValue
public SQLValue()
- Deprecated.
getTag
public String getTag()
- Deprecated.
- Description copied from interface:
FilterListener
- Return the tag that this extension listens for.
- Specified by:
getTag
in interface FilterListener
- Overrides:
getTag
in class SQLEmbed
Copyright © 2006-2008 Apache Software Foundation. All Rights Reserved.