Uses of Class
net.ontopia.persistence.query.jdo.JDOVariable

Packages that use JDOVariable
net.ontopia.persistence.query.jdo Object model for representing JDOQL queries 
net.ontopia.persistence.query.sql Object model for representing SQL queries. 
net.ontopia.topicmaps.query.impl.rdbms Contains the rdbms implementation of the query language. 
 

Uses of JDOVariable in net.ontopia.persistence.query.jdo
 

Fields in net.ontopia.persistence.query.jdo declared as JDOVariable
protected  JDOVariable JDONativeValue.root
           
 

Methods in net.ontopia.persistence.query.jdo that return JDOVariable
 JDOVariable JDONativeValue.getRoot()
           
 

Constructors in net.ontopia.persistence.query.jdo with parameters of type JDOVariable
JDOContains(JDOParameter left, JDOVariable right)
           
JDOContains(JDOVariable left, JDOValueIF right)
           
JDONativeValue(JDOVariable root, java.lang.String[] args, java.lang.Class value_type)
           
JDONativeValue(JDOVariable root, java.lang.String arg, java.lang.Class value_type)
           
 

Uses of JDOVariable in net.ontopia.persistence.query.sql
 

Methods in net.ontopia.persistence.query.sql with parameters of type JDOVariable
protected  FieldInfoIF SQLBuilder.getFieldInfo(JDOVariable var, net.ontopia.persistence.query.sql.SQLBuilder.BuildInfo info)
           
protected  SQLValueIF SQLBuilder.produceVariable(JDOVariable var, java.util.List expressions, net.ontopia.persistence.query.sql.SQLBuilder.BuildInfo info)
           
 

Uses of JDOVariable in net.ontopia.topicmaps.query.impl.rdbms
 

Methods in net.ontopia.topicmaps.query.impl.rdbms that return JDOVariable
 JDOVariable QueryBuilder.createJDOVariable(java.lang.String prefix, java.lang.Class type)
          INTERNAL: Create a temporary variable.
 



Copyright © 2000-2012 Ontopia.