Rogue Wave banner
Previous fileTop of DocumentContentsIndex pageNext file
DB Interface Module Reference Guide
Rogue Wave web site:  Home Page  |  Main Documentation Page

RWDBCriterion

Module:  DB Interface Module   Group:  Expression Classes


RWDBCriterion RWDBExpr

Local Index

Members

Synopsis

#include <rw/db/expr.h>

Description

RWDBCriterion is the result of applying logical operators to RWDBExpr. It is used to encapsulate SQL WHERE clauses.

RWDBCriterion represents a specialized type of RWDBExpr that is evaluated in an SQL statement as a boolean value. RWDBCriterion adds neither components nor member functions to the base class. Instead, it insures that a nonboolean expression is not placed in a context that requires a boolean expression during compilation.

Example

In this example, an RWDBCriterion is created anonymously to be used as part of an SQL WHERE clause:

Public Constructors

RWDBCriterion();
RWDBCriterion(const RWDBExpr& Left, 
              RWDBPhraseBook::RWDBPhraseKey op, 
              const RWDBExpr& Right);
RWDBCriterion(RWDBPhraseBook::RWDBPhraseKey op,
              const RWDBExpr& expr);

Related Classes

RWDBCriterion is a special case of RWDBExpr. Please see RWDBExpr for details about RWDBCriterion usage, including operators and constructors.



Previous fileTop of DocumentContentsIndex pageNext file

© Copyright Rogue Wave Software, Inc. All Rights Reserved.
Rogue Wave and SourcePro are registered trademarks of Rogue Wave Software, Inc. in the United States and other countries. All other trademarks are the property of their respective owners.
Contact Rogue Wave about documentation or support issues.