Class SqlFromFullSelect

java.lang.Object
de.businesscode.bcdui.wrs.load.SqlFromFullSelect

public class SqlFromFullSelect extends Object
Mainly handles SET operators like UNION and calls SqlFromSubSelect for each select. Takes the parent node of SELECTs, containing a single Select or Joined Selects, (formally a "full-select") in Wrq format and generates SQL from it together with the bound variables, ready to be executed