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, JDBCStore store, java.lang.Object[] params, Val other, JDBCFetchConfiguration fetch)
           
 void Val.calculateValue(Select sel, JDBCStore store, java.lang.Object[] params, Val other, JDBCFetchConfiguration fetch)
          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 Apache Software Foundation. All Rights Reserved.