take_new_join


Description:

public void take_new_join (SqlSelectJoin join)

Append join to the joins in the FROM clause and set join's parent to this; after call this function this owns join then you must not free it.

Parameters:

this

a SqlSelectFrom structure

join

a SqlSelectJoin to take from