Save This Page
Home » apache-openjpa-1.1.0-source » org.apache.openjpa.jdbc » kernel » exps » [javadoc | source]
org.apache.openjpa.jdbc.kernel.exps
class: InSubQExpression [javadoc | source]
java.lang.Object
   org.apache.openjpa.jdbc.kernel.exps.InSubQExpression

All Implemented Interfaces:
    Exp

Tests whether a value is IN a subquery.
Constructor:
 public InSubQExpression(Val val,
    SubQ sub) 
    Constructor. Supply the value to test and the subquery.
Method from org.apache.openjpa.jdbc.kernel.exps.InSubQExpression Summary:
acceptVisit,   appendTo,   initialize,   selectColumns
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.openjpa.jdbc.kernel.exps.InSubQExpression Detail:
 public  void acceptVisit(ExpressionVisitor visitor) 
 public  void appendTo(Select sel,
    ExpContext ctx,
    ExpState state,
    SQLBuffer buf) 
 public ExpState initialize(Select sel,
    ExpContext ctx,
    Map contains) 
 public  void selectColumns(Select sel,
    ExpContext ctx,
    ExpState state,
    boolean pks)