#include <SQLUtil.h>
Inherits SQLWhereClause::SubClause.
Public Member Functions | |
FieldEqSubClause (string table_name, string field_name, ptr< Expression > value) | |
virtual | ~FieldEqSubClause () |
virtual Type | getType () const |
virtual ptr< Expression > | asExpression (const ExprContext &ctxt) const |
string | getFieldName () const |
ptr< Expression > | getFieldValue () const |
string | as_string () const |
|
|
|
|
|
Reimplemented from SQLWhereClause::SubClause.
|
|
Implements SQLWhereClause::SubClause.
|
|
|
|
|
|
Implements SQLWhereClause::SubClause.
|