Class TargetBase

  • Direct Known Subclasses:
    Target

    public abstract class TargetBase
    extends Object
    Base helper class for the SQL tuple readers HighCardSqlTupleReader and SqlTupleReader.

    Keeps track of target levels and constraints for adding to the SQL query. The real work is done in the extending classes, Target and SqlTupleReader.Target.

    Since:
    July 23, 2009
    Author:
    Kurtis Walker