Uses of Class
net.ontopia.persistence.query.jdo.JDOBoolean
Packages that use JDOBoolean
Package
Description
Object model for representing JDOQL queries
Object model for representing SQL queries.
-
Uses of JDOBoolean in net.ontopia.persistence.query.jdo
Fields in net.ontopia.persistence.query.jdo declared as JDOBooleanModifier and TypeFieldDescriptionstatic final JDOBooleanJDOBoolean.FALSEstatic final JDOBooleanJDOBoolean.TRUEMethods in net.ontopia.persistence.query.jdo with parameters of type JDOBooleanModifier and TypeMethodDescriptionstatic intJDOEvaluator.evaluateBoolean(JDOBoolean jdoexpr, ObjectRelationalMappingIF mapping) -
Uses of JDOBoolean in net.ontopia.persistence.query.sql
Methods in net.ontopia.persistence.query.sql with parameters of type JDOBooleanModifier and TypeMethodDescriptionprotected voidSQLBuilder.produceBoolean(JDOBoolean boolean_expr, List<SQLExpressionIF> expressions, net.ontopia.persistence.query.sql.SQLBuilder.BuildInfo info)