SqlSelectTarget.takeSelect
void takeSelect(gda.sql_statement.SqlStatement stmt)Sets the target to be a SELECT subquery setting target's expression to use stmt; after call this function the target owns stmt, then you must not free it.
Parameters
stmt | a #GdaSqlStatement to take |