insert_take_select


Description:

public void insert_take_select (SqlStatement select)

Specifies a SELECT statement, the values inserted will be the result set of select.

select's ownership is transferred to this (which means this is then responsible for freeing it when no longer needed).

Parameters:

this

a SqlStatement pointer

select

a SELECT or COMPOUND SqlStatement pointer