select_take_expr_list


Description:

public void select_take_expr_list (SList<SqlSelectField> expr_list)

Sets list of expressions selected by this

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

Parameters:

this

a SqlStatement pointer

expr_list

a list of SqlSelectField pointers