Class SemanticModelResult.GroupByField

java.lang.Object
com.xebialabs.xlrelease.nl2sql.views.SemanticModelResult.GroupByField
Enclosing class:
SemanticModelResult

public static class SemanticModelResult.GroupByField extends Object
  • Constructor Details

    • GroupByField

      public GroupByField()
    • GroupByField

      public GroupByField(String table, String column)
  • Method Details

    • getTable

      public String getTable()
    • setTable

      public void setTable(String table)
    • getColumn

      public String getColumn()
    • setColumn

      public void setColumn(String column)