isTrue(Object o, Query q) Determine whether the LHS of this expression is or is not null.
Note that this is equivalent to: LHS = null or:
LHS != null.
Parameters: o - The current object to perform the expression on. Parameters: q - The Query object.
Determine whether the LHS of this expression is or is not null.
Note that this is equivalent to: LHS = null or:
LHS != null.
Parameters: o - The current object to perform the expression on. Parameters: q - The Query object. true if the LHS is null (or not null is specified). throws: QueryExecutionException - If the expression cannot be evaluated.