Uses of Class
net.ontopia.persistence.query.jdo.JDOParameter
-
Packages that use JDOParameter Package Description net.ontopia.persistence.query.jdo Object model for representing JDOQL queriesnet.ontopia.persistence.query.sql Object model for representing SQL queries. -
-
Uses of JDOParameter in net.ontopia.persistence.query.jdo
Constructors in net.ontopia.persistence.query.jdo with parameters of type JDOParameter Constructor Description JDOContains(JDOParameter left, JDOVariable right)
-
Uses of JDOParameter in net.ontopia.persistence.query.sql
Methods in net.ontopia.persistence.query.sql with parameters of type JDOParameter Modifier and Type Method Description protected FieldInfoIF
SQLBuilder. getFieldInfo(JDOParameter param, net.ontopia.persistence.query.sql.SQLBuilder.BuildInfo info)
protected SQLValueIF
SQLBuilder. produceParameter(JDOParameter par, List<SQLExpressionIF> expressions, net.ontopia.persistence.query.sql.SQLBuilder.BuildInfo info)
-