Uses of Class
net.ontopia.persistence.query.jdo.JDOField
Packages that use JDOField
Package
Description
Object model for representing JDOQL queries
Object model for representing SQL queries.
-
Uses of JDOField in net.ontopia.persistence.query.jdo
Constructors in net.ontopia.persistence.query.jdo with parameters of type JDOFieldModifierConstructorDescriptionJDOContains(JDOField left, JDOValueIF right) JDOIsEmpty(JDOField value) -
Uses of JDOField in net.ontopia.persistence.query.sql
Methods in net.ontopia.persistence.query.sql with parameters of type JDOFieldModifier and TypeMethodDescriptionprotected FieldInfoIFSQLBuilder.getFieldInfo(JDOField field, net.ontopia.persistence.query.sql.SQLBuilder.BuildInfo info) protected ClassSQLBuilder.getIdentifiableValueType(JDOField field, net.ontopia.persistence.query.sql.SQLBuilder.BuildInfo info) protected ClassSQLBuilder.getValueType(JDOField field, net.ontopia.persistence.query.sql.SQLBuilder.BuildInfo info) protected SQLValueIFSQLBuilder.produceField(JDOField field, SQLTable endtable, List<SQLExpressionIF> expressions, net.ontopia.persistence.query.sql.SQLBuilder.BuildInfo info) protected net.ontopia.persistence.query.sql.SQLBuilder.ValuesSQLBuilder.produceFieldValues(JDOField field, SQLTable endtable, List<SQLExpressionIF> expressions, net.ontopia.persistence.query.sql.SQLBuilder.BuildInfo info)