Uses of Interface
mdbtools.dbengine.tasks.Task
-
Packages that use Task Package Description mdbtools.dbengine.tasks -
-
Uses of Task in mdbtools.dbengine.tasks
Classes in mdbtools.dbengine.tasks that implement Task Modifier and Type Class Description class
AggregateQuery
resolve the columns, num rows not the sameclass
FilterData
filter a given result set by a given constraintclass
LoadData
Load any data from a table into dataclass
NonAggregateQuery
resolve the columns, num rows stays sameclass
SimpleSort
Sort the given data by the given columnsConstructors in mdbtools.dbengine.tasks with parameters of type Task Constructor 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)
-