Interface for "in" SQL critera. More...
import"sbISQLBuilder.idl";
Public Member Functions | |
void | addString (in AString aValue) |
Adds a string value to the list of IN criteria. More... | |
void | addLong (in long aValue) |
Adds a long value to the list of IN criteria. More... | |
void | addSubquery (in sbISQLSelectBuilder aSubquery) |
Adds a subquery to the IN list. More... | |
void | clear () |
Clear In critera list. More... | |
Public Member Functions inherited from sbISQLBuilderCriterion | |
AString | toString () |
Interface for "in" SQL critera.
Definition at line 480 of file sbISQLBuilder.idl.
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::addString | ( | in AString | aValue | ) |
Adds a string value to the list of IN criteria.
aValue | String 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 |
void sbISQLBuilderCriterionIn::clear | ( | ) |
Clear In critera list.