SolarMetric Kodo JDO 2.5.8 generated on January 11 2004

com.solarmetric.kodo.impl.jdbc.query.listen
Class LitSQLEmbed

java.lang.Object
  |
  +--com.solarmetric.kodo.impl.jdbc.query.listen.SQLEmbed
        |
        +--com.solarmetric.kodo.impl.jdbc.query.listen.LitSQLEmbed
All Implemented Interfaces:
FilterListener, JDBCFilterListener

public class LitSQLEmbed
extends SQLEmbed

Simple listener which embeds the argument as an expression into the where clause generated by the query. Listens on "lit:sqlEmbed".

Example:
"price < 10 || lit:sqlEmbed (\"(SELECT AVG (PRICE) FROM PRODUCT_TABLE) > 100\")"


Field Summary
static String TAG
          Deprecated.  
 
Constructor Summary
LitSQLEmbed()
          Deprecated.  
 
Method Summary
 String getTag()
          Deprecated. Return the tag that this extension listens for.
 boolean isExpression()
          Deprecated. Return true if this extension is an expression; i.e.
 
Methods inherited from class com.solarmetric.kodo.impl.jdbc.query.listen.SQLEmbed
evaluate, expectsArgument, expectsTarget, where
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TAG

public static final String TAG
Deprecated. 
Constructor Detail

LitSQLEmbed

public LitSQLEmbed()
Deprecated. 
Method Detail

getTag

public String getTag()
Deprecated. 
Description copied from interface: FilterListener
Return the tag that this extension listens for.

isExpression

public boolean isExpression()
Deprecated. 
Description copied from interface: FilterListener
Return true if this extension is an expression; i.e. if it evaluates to true or false on its own.

SolarMetric Kodo JDO 2.5.8 generated on January 11 2004

Copyright 2001,2002,2003 SolarMetric, Inc. All Rights Reserved.