Package adalid.core

Class ViewSelect

java.lang.Object
adalid.core.ViewSelect

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

    • 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