Package org.apache.empire.db.expr.compare
package org.apache.empire.db.expr.compare
This package contains SQL-generator classes for compare expressions used in the where and having clause.
There is no need to use these classes directly. They are internally created through functions on the DBColumnExpr object.
-
ClassesClassDescriptionThis class is used for combining two filter constraints by and / or operatorThis class is used for defining filter constraints based on a column expression in SQLThis class is a common base class for all SQL filter constraints classesThis class is used for defining filter constraints based on a column expression in SQLThis class wraps an existing compare expression with parenthesis.This class is used for building up the SQL-Command for the EXISTS syntax.