SourcePro® 2023.1 |
SourcePro® API Reference Guide |
Specialization of the base class RWDBExprFormDefinition used to define SQL functions that take 1
parameter.
More...
#include <rw/db/func.h>
Public Member Functions | |
RWDBExprFuncDef1 (const RWCString &functionName) | |
virtual RWDBExpr | operator() (const RWDBExpr &x1) |
Private Member Functions | |
virtual RWDBExpr | operator() () |
virtual RWDBExpr | operator() (const RWDBExpr &, const RWDBExpr &) |
virtual RWDBExpr | operator() (const RWDBExpr &, const RWDBExpr &, const RWDBExpr &) |
virtual RWDBExpr | operator() (const RWDBExpr &, const RWDBExpr &, const RWDBExpr &, const RWDBExpr &) |
Private Member Functions inherited from RWDBExprFormDefinition | |
RWDBExprFormDefinition () | |
RWDBExprFormDefinition (const RWCString &formatString) | |
RWDBExprFuncDef1 is a specialization of the base class RWDBExprFormDefinition. This class provides a simplified mechanism for defining SQL functions taking 1
parameter. Unlike the base class, this class does not require positional placeholders in its function definitions. Also, since the number of required parameters is fixed, compile-time checking can be done on the number of parameters actually passed.
RWDBCritFuncDef1 provides a parallel mechanism for defining an RWDBCriterion, rather than an RWDBExpr.
The RWDBExprFormDefinition base class may be used directly to gain additional flexibility.
See RWDBExpr for details on SQL expressions in the DB Interface Module, as well as for a complete listing of predefined SQL functions.
RWDBExprFuncDef1::RWDBExprFuncDef1 | ( | const RWCString & | functionName | ) |
Creates an RWDBExprFuncDef1 for a functional expression that takes one parameter. After such an RWDBExprFuncDef1 is instantiated, functionName may be used as though it were a predefined function.
Returns an RWDBExpr in the form of a function with one parameter whose name is the name which was passed to self's constructor.
Reimplemented from RWDBExprFormDefinition.
|
privatevirtual |
Not applicable to this class. This class defines SQL functions taking one parameter.
Reimplemented from RWDBExprFormDefinition.
|
privatevirtual |
Not applicable to this class. This class defines SQL functions taking one parameter.
Reimplemented from RWDBExprFormDefinition.
|
privatevirtual |
Not applicable to this class. This class defines SQL functions taking one parameter.
Reimplemented from RWDBExprFormDefinition.
Copyright © 2023 Rogue Wave Software, Inc., a Perforce company. All Rights Reserved. |