SqlStatement.compoundTakeStmt
void compoundTakeStmt(gda.sql_statement.SqlStatement s)Adds the s sub-statement to the stmt compound statement. s's reference is transferred to stmt (which means stmt is then responsible for freeing it when no longer needed).
Parameters
s | a #GdaSqlStatement pointer |