Description.
This method is used to start a compound, and specifies the
logical operator used to group together the conditions making
up the compound. The default is AND.
Signature.
int begin
(
Group group = AND
)
Parameters.
A Group value: one of
AND, OR,
NAND, or NOR. See
Section 4.17.1.2, “The NdbScanFilter::Group Type”, for additional
information.
Return Value.
0 on success, -1 on
failure.
