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

Packages that use JDOQuery
net.ontopia.persistence.proxy An object-relational mapping framework. 
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 JDOQuery in net.ontopia.persistence.proxy
 

Methods in net.ontopia.persistence.proxy with parameters of type JDOQuery
 QueryIF TransactionIF.createQuery(JDOQuery jdoquery, boolean resolve_identities)
          INTERNAL: Build a QueryIF from the specified JDO query instance.
 QueryIF AbstractTransaction.createQuery(JDOQuery jdoquery, boolean resolve_identities)
           
 QueryIF StorageAccessIF.createQuery(JDOQuery jdoquery, ObjectAccessIF oaccess, AccessRegistrarIF registrar, boolean lookup_identities)
          INTERNAL: Build a QueryIF from the specified JDO query instance.
 QueryIF RDBMSAccess.createQuery(JDOQuery jdoquery, ObjectAccessIF oaccess, AccessRegistrarIF registrar, boolean lookup_identities)
           
 QueryIF RDBMSStorage.createQuery(JDOQuery jdoquery, RDBMSAccess access, ObjectAccessIF oaccess, AccessRegistrarIF registrar, boolean lookup_identities)
           
 

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

Methods in net.ontopia.persistence.query.sql with parameters of type JDOQuery
protected  boolean SQLBuilder.isAggregateParameter(java.lang.String param, JDOQuery jdoquery)
           
protected  boolean SQLBuilder.isAggregateVariable(java.lang.String var, JDOQuery jdoquery)
           
protected  boolean SQLBuilder.isIdentifiableParameter(java.lang.String param, JDOQuery jdoquery)
           
protected  boolean SQLBuilder.isIdentifiableVariable(java.lang.String var, JDOQuery jdoquery)
           
protected  boolean SQLBuilder.isPrimitiveParameter(java.lang.String param, JDOQuery jdoquery)
           
protected  boolean SQLBuilder.isPrimitiveVariable(java.lang.String var, JDOQuery jdoquery)
           
 SQLQuery SQLBuilder.makeQuery(JDOQuery jdoquery, ObjectAccessIF oaccess)
           
 

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

Methods in net.ontopia.topicmaps.query.impl.rdbms that return JDOQuery
protected  JDOQuery ParsedQuery.makeJDOQuery(QueryBuilder builder, net.ontopia.topicmaps.query.impl.rdbms.ParsedQuery.QueryContext qcontext, boolean aggfunc, boolean orderby)
           
 

Methods in net.ontopia.topicmaps.query.impl.rdbms with parameters of type JDOQuery
 void QueryBuilder.registerJDOOrderBy(JDOQuery jdoquery, boolean aggfunc)
           
 void QueryBuilder.registerJDOSelect(JDOQuery jdoquery, java.util.Set varnames, boolean aggfunc)
           
 void QueryBuilder.registerJDOSelectDependent(JDOQuery jdoquery, java.util.Set varnames)
           
 



Copyright © 2000-2012 Ontopia.