*
* @param inSelectClause will be true if this method got called while parsing the select or values clause
* If in select or values clause, we do not want to allow boolean values.
*/
final public ValueNode booleanPrimary(boolean inSelectClause) throws ParseException, StandardException {
ValueNode primary;
ValueNode searchCondition;
primary = predicate(inSelectClause);
{if (true) return primary;}
throw new Error("Missing return statement in function");
}