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 |
IMPORT_C TInt | Open | ( | const RDbRowSet & | aView, |
TDbQuery | aCriteria | |||
) |
Compiles the specified SQL search-condition for matching against rows in the specified rowset. The text comparison supplied in aCriteria is used for all text columns in the constraint.
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.