Class SelectionColumnMapping

  • All Implemented Interfaces:
    SelectionColumns

    public class SelectionColumnMapping
    extends java.lang.Object
    implements SelectionColumns
    Separately maintains the ColumnSpecifications and their mappings to underlying columns as we may receive null mappings. This occurs where a query result includes a column specification which does not map to any particular real column, e.g. COUNT queries or where no-arg functions like now() are used