class RDbRowConstraint |
Represents a pre-compiled SQL search-condition, which can be used to test against the current row in a rowset.
The constraint is compiled against a specific rowset, and can only be matched against the same rowset using the RDbRowSet::MatchL() function.
Public Member Functions | |
---|---|
IMPORT_C void | Close() |
IMPORT_C TInt | Open(const RDbRowSet &, TDbQuery) |
Private Attributes | |
---|---|
RDbHandle< CDbRowConstraint > | iConstraint |