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 |
AggregateQuery
resolve the columns, num rows not the same
|
class |
FilterData
filter a given result set by a given constraint
|
class |
LoadData
Load any data from a table into data
|
class |
NonAggregateQuery
resolve the columns, num rows stays same
|
class |
SimpleSort
Sort the given data by the given columns
|
Modifier and Type | Field and Description |
---|---|
private Task |
NonAggregateQuery.task |
private Task |
FilterData.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