Class WrqBindingSetFromTableReference

java.lang.Object
de.businesscode.bcdui.wrs.load.WrqBindingSetVirtual
de.businesscode.bcdui.wrs.load.WrqBindingSetFromTableReference
All Implemented Interfaces:
BindingSet, WrqBindingSet, Serializable, Cloneable

public class WrqBindingSetFromTableReference extends WrqBindingSetVirtual
This class allows using the result of JOINed table references (BindingSets, sub-selects in joins) like a BindingSet Represents a virtual BindingSet resulting from the children of wrq:From, i.e., is a table reference A table reference can be a plain table name or joined tables factors, i.e. table names, derived table expressions or references to CTE Mostly it deals with the handling of wrq:Join, but for consistency it also takes care of cases without
See Also: