Uses of Class
net.ontopia.persistence.query.jdo.JDOVariable
-
Packages that use JDOVariable Package Description net.ontopia.persistence.query.jdo Object model for representing JDOQL queriesnet.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 Modifier and Type Field Description protected JDOVariable
JDONativeValue. root
Methods in net.ontopia.persistence.query.jdo that return JDOVariable Modifier and Type Method Description JDOVariable
JDONativeValue. getRoot()
Constructors in net.ontopia.persistence.query.jdo with parameters of type JDOVariable Constructor Description JDOContains(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 JDOVariable Modifier and Type Method Description protected FieldInfoIF
SQLBuilder. getFieldInfo(JDOVariable var, net.ontopia.persistence.query.sql.SQLBuilder.BuildInfo info)
protected SQLValueIF
SQLBuilder. 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 JDOVariable Modifier and Type Method Description JDOVariable
QueryBuilder. createJDOVariable(String prefix, Class type)
INTERNAL: Create a temporary variable.
-