compound_take_stmt


Description:

public void compound_take_stmt (SqlStatement s)

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