Class WrqInfo

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

public class WrqInfo extends Object
The worker companion of a SqlFromSubSelect. There is a 1:1 relationship between SqlFromSubSelect and WrqInfo Collects knowledge about a single Select in a Wrq. Understands the XM and acts as a POJOe worker for the more high-level SqlFromSubSelect class. There is one WrqQueryBuilder per overall Wrq but one WrqInfo per Select. i.e., different ones on each level if there are sub-selects. Initially taken from WrsSqlGenerator. For older change history see there