Uses of Class
net.ontopia.persistence.query.jdo.JDOQuery
-
Packages that use JDOQuery Package Description 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 Modifier and Type Method Description QueryIFAbstractTransaction. createQuery(JDOQuery jdoquery, boolean resolve_identities)QueryIFRDBMSAccess. createQuery(JDOQuery jdoquery, ObjectAccessIF oaccess, AccessRegistrarIF registrar, boolean lookup_identities)QueryIFRDBMSStorage. createQuery(JDOQuery jdoquery, RDBMSAccess access, ObjectAccessIF oaccess, AccessRegistrarIF registrar, boolean lookup_identities)QueryIFStorageAccessIF. createQuery(JDOQuery jdoquery, ObjectAccessIF oaccess, AccessRegistrarIF registrar, boolean lookup_identities)INTERNAL: Build a QueryIF from the specified JDO query instance.QueryIFTransactionIF. createQuery(JDOQuery jdoquery, boolean resolve_identities)INTERNAL: Build a QueryIF from the specified JDO query instance. -
Uses of JDOQuery in net.ontopia.persistence.query.sql
Methods in net.ontopia.persistence.query.sql with parameters of type JDOQuery Modifier and Type Method Description protected booleanSQLBuilder. isAggregateParameter(String param, JDOQuery jdoquery)protected booleanSQLBuilder. isAggregateVariable(String var, JDOQuery jdoquery)protected booleanSQLBuilder. isIdentifiableParameter(String param, JDOQuery jdoquery)protected booleanSQLBuilder. isIdentifiableVariable(String var, JDOQuery jdoquery)protected booleanSQLBuilder. isPrimitiveParameter(String param, JDOQuery jdoquery)protected booleanSQLBuilder. isPrimitiveVariable(String var, JDOQuery jdoquery)SQLQuerySQLBuilder. 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 Modifier and Type Method Description protected JDOQueryParsedQuery. 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 Modifier and Type Method Description voidQueryBuilder. registerJDOOrderBy(JDOQuery jdoquery, boolean aggfunc)voidQueryBuilder. registerJDOSelect(JDOQuery jdoquery, Set varnames, boolean aggfunc)voidQueryBuilder. registerJDOSelectDependent(JDOQuery jdoquery, Set varnames)
-