Uses of Class
net.ontopia.persistence.query.jdo.JDOVariable
Packages that use JDOVariable
Package
Description
Object model for representing JDOQL queries
Object model for representing SQL queries.
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 JDOVariableMethods in net.ontopia.persistence.query.jdo that return JDOVariableConstructors in net.ontopia.persistence.query.jdo with parameters of type JDOVariableModifierConstructorDescriptionJDOContains(JDOParameter left, JDOVariable right) JDOContains(JDOVariable left, JDOValueIF right) JDONativeValue(JDOVariable root, String[] args, Class value_type) JDONativeValue(JDOVariable root, String arg, Class value_type) -
Uses of JDOVariable in net.ontopia.persistence.query.sql
Methods in net.ontopia.persistence.query.sql with parameters of type JDOVariableModifier and TypeMethodDescriptionprotected FieldInfoIFSQLBuilder.getFieldInfo(JDOVariable var, net.ontopia.persistence.query.sql.SQLBuilder.BuildInfo info) protected SQLValueIFSQLBuilder.produceVariable(JDOVariable var, List<SQLExpressionIF> 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 JDOVariableModifier and TypeMethodDescriptionQueryBuilder.createJDOVariable(String prefix, Class type) INTERNAL: Create a temporary variable.