Class WhereClauseStateObject

  • All Implemented Interfaces:
    StateObject

    public class WhereClauseStateObject
    extends AbstractConditionalClauseStateObject
    The WHERE clause of a query consists of a conditional expression used to select objects or values that satisfy the expression. The WHERE clause restricts the result of a select statement or the scope of an update or delete operation.
    BNF: where_clause ::= WHERE conditional_expression

    Since:
    2.4
    Version:
    2.4
    Author:
    Pascal Filion
    See Also:
    WhereClause