Package adalid.core

Class ViewSelect


  • public class ViewSelect
    extends Object
    Author:
    Jorge Campins
    • Method Detail

      • isDistinct

        public boolean isDistinct()
        Returns:
        the distinct indicator
      • getColumns

        public List<String> getColumns()
        Returns:
        the columns
      • getFrom

        public String getFrom()
        Returns:
        the from
      • getFilters

        public List<String> getFilters()
        Returns:
        the filters
      • getGroupBy

        public List<String> getGroupBy()
        Returns:
        the groupBy
      • getOrderBy

        public List<String> getOrderBy()
        Returns:
        the orderBy
      • getStatement

        public String getStatement()
        Returns:
        the statement