import "sbISQLBuilder.idl";
Inheritance diagram for sbISQLBuilderCriterionIn:
Public Member Functions | |
void | addString (in AString aValue) |
Adds a string value to the list of IN criteria. | |
void | addLong (in long aValue) |
Adds a long value to the list of IN criteria. | |
void | addSubquery (in sbISQLSelectBuilder aSubquery) |
Adds a subquery to the IN list. | |
void | clear () |
Clear In critera list. |
Definition at line 467 of file sbISQLBuilder.idl.
void sbISQLBuilderCriterionIn::addString | ( | in AString | aValue | ) |
Adds a string value to the list of IN criteria.
aValue | String to add to the list |
void sbISQLBuilderCriterionIn::addLong | ( | in long | aValue | ) |
Adds a long value to the list of IN criteria.
aValue | Long to add to the list |
void sbISQLBuilderCriterionIn::addSubquery | ( | in sbISQLSelectBuilder | aSubquery | ) |
Adds a subquery to the IN list.
aSubquery | Subquery to add to the list |