|
|
|
Location:
d32dbms.h
Link against: edbms.lib
RDbRowConstraint
Supported from 5.0
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.
Defined in RDbRowConstraint:
Close(), Open()
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.
|
|
void Close();
Releases the resources used by the constraint before discarding the constraint object.