| Package | Description | 
|---|---|
| mdbtools.dbengine | |
| mdbtools.dbengine.sql | |
| mdbtools.dbengine.tasks | 
| Modifier and Type | Field and Description | 
|---|---|
| (package private) Select | Tests.Test. sql | 
| private Select | SelectEngine. sql | 
| Modifier and Type | Method and Description | 
|---|---|
| private Select | Tests. buildSelect(Object[] columnList,
           Object[] tableList,
           Object where,
           FQColumn[] groupBy,
           Object[][] orderBy) | 
| Modifier and Type | Method and Description | 
|---|---|
| private Data | Engine. execute(Select select)Execute a sql select query | 
| Constructor and Description | 
|---|
| SelectEngine(Select select) | 
| Modifier and Type | Method and Description | 
|---|---|
| String | OrderBy. toString(Select select) | 
| String | FQColumn. toString(Select sql) | 
| String | Join. toString(Select sql) | 
| String | FunctionDef. toString(Select sql) | 
| String | Condition. toString(Select sql) | 
| String | Equation. toString(Select sql) | 
| static String | Util. toString(Select sql,
        Object o)easy way to call toString(Select) (if needed) on any object
 also quotes strings and expands out arrays | 
| Modifier and Type | Field and Description | 
|---|---|
| private Select | NonAggregateQuery. sql | 
| private Select | AggregateQuery. sql | 
| Constructor and Description | 
|---|
| AggregateQuery(Task task,
              Select sql,
              int[] tableMap) | 
| NonAggregateQuery(Task task,
                 Select sql,
                 int[] tableMap) | 
Copyright © 2015 Open Microscopy Environment