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 classAggregateQueryresolve the columns, num rows not the sameclassFilterDatafilter a given result set by a given constraintclassLoadDataLoad any data from a table into dataclassNonAggregateQueryresolve the columns, num rows stays sameclassSimpleSortSort 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, java.lang.Object where, int[] tableMap)NonAggregateQuery(Task task, Select sql, int[] tableMap)SimpleSort(Task task, OrderBy[] sortBy, int[] tableMap)
-