Uses of Interface
org.apache.openjpa.jdbc.kernel.exps.Val

Packages that use Val
org.apache.openjpa.jdbc.kernel.exps OpenJPA-JDBC Expression Tree 
 

Uses of Val in org.apache.openjpa.jdbc.kernel.exps
 

Classes in org.apache.openjpa.jdbc.kernel.exps that implement Val
 class Args
          A list of arguments to a multi-argument function.
 

Methods in org.apache.openjpa.jdbc.kernel.exps that return Val
 Val[] Args.getVals()
           
 

Methods in org.apache.openjpa.jdbc.kernel.exps with parameters of type Val
 void Args.calculateValue(Select sel, ExpContext ctx, ExpState state, Val other, ExpState otherState)
           
 void Val.calculateValue(Select sel, ExpContext ctx, ExpState state, Val other, ExpState otherState)
          Calculate and cache the SQL for this value.
 

Constructors in org.apache.openjpa.jdbc.kernel.exps with parameters of type Val
Args(Val val1, Val val2)
          Constructor.
 



Copyright © 2006-2007 Apache Software Foundation. All Rights Reserved.