| Package | Description | 
|---|---|
| mdbtools.dbengine | |
| mdbtools.dbengine.tasks | 
| Modifier and Type | Method and Description | 
|---|---|
| private Task | SelectEngine. fromClause() | 
| private Task | SelectEngine. whereClause(Task task) | 
| Modifier and Type | Method and Description | 
|---|---|
| private Task | SelectEngine. whereClause(Task task) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AggregateQueryresolve the columns, num rows not the same | 
| class  | FilterDatafilter a given result set by a given constraint | 
| class  | LoadDataLoad any data from a table into data | 
| class  | NonAggregateQueryresolve the columns, num rows stays same | 
| class  | SimpleSortSort the given data by the given columns | 
| Modifier and Type | Field and Description | 
|---|---|
| private Task | FilterData. task | 
| private Task | NonAggregateQuery. task | 
| private Task | SimpleSort. task | 
| private Task | AggregateQuery. task | 
| Constructor and Description | 
|---|
| AggregateQuery(Task task,
              Select sql,
              int[] tableMap) | 
| FilterData(Task task,
          Object where,
          int[] tableMap) | 
| NonAggregateQuery(Task task,
                 Select sql,
                 int[] tableMap) | 
| SimpleSort(Task task,
          OrderBy[] sortBy,
          int[] tableMap) | 
Copyright © 2016 Open Microscopy Environment