compound_take_stmt
Description:
Adds the s
sub-statement to the this compound statement.
s
's reference is transferred to this (which means this is
then responsible for freeing it when no longer needed).
Parameters:
this |
a SqlStatement pointer |
s |
a SqlStatement pointer |