Uses of Class
org.datanucleus.store.rdbms.sql.expression.UnboundExpression

Packages that use UnboundExpression
org.datanucleus.store.rdbms.query Package providing the querying mechanism for DataNucleus for RDBMS datastores. 
 

Uses of UnboundExpression in org.datanucleus.store.rdbms.query
 

Methods in org.datanucleus.store.rdbms.query with parameters of type UnboundExpression
 SQLExpression QueryGenerator.bindVariable(UnboundExpression expr, Class type)
          Method to bind the specified unbound variable (as cross join).
 SQLExpression QueryToSQLMapper.bindVariable(UnboundExpression expr, Class type)
          Method to bind the specified unbound variable (as cross join) on the assumption that the type is a persistable class.
protected  SQLExpression QueryToSQLMapper.processUnboundExpression(UnboundExpression expr)
           
 



Copyright © 2012. All Rights Reserved.