Class SQLValue
- java.lang.Object
 - 
- org.apache.openjpa.jdbc.kernel.exps.SQLEmbed
 - 
- org.apache.openjpa.jdbc.kernel.exps.SQLValue
 
 
 
- 
- All Implemented Interfaces:
 java.io.Serializable,JDBCFilterListener,FilterListener
@Deprecated public class SQLValue extends SQLEmbed
Deprecated.UseSQLEmbeddirectlySimple 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
 
 
- 
- 
Field Summary
Fields Modifier and Type Field Description static java.lang.StringTAGDeprecated. 
- 
Constructor Summary
Constructors Constructor Description SQLValue()Deprecated. 
- 
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description java.lang.StringgetTag()Deprecated.Return the tag that this extension listens for.- 
Methods inherited from class org.apache.openjpa.jdbc.kernel.exps.SQLEmbed
appendTo, evaluate, expectsArguments, expectsTarget, getType 
 - 
 
 - 
 
- 
- 
Field Detail
- 
TAG
public static final java.lang.String TAG
Deprecated.- See Also:
 - Constant Field Values
 
 
 - 
 
- 
Method Detail
- 
getTag
public java.lang.String getTag()
Deprecated.Description copied from interface:FilterListenerReturn the tag that this extension listens for.- Specified by:
 getTagin interfaceFilterListener- Overrides:
 getTagin classSQLEmbed
 
 - 
 
 -