Uses of Interface
mdbtools.dbengine.tasks.Task
Packages that use Task
-
Uses of Task in mdbtools.dbengine.tasks
Classes in mdbtools.dbengine.tasks that implement TaskModifier and TypeClassDescriptionclassresolve the columns, num rows not the sameclassfilter a given result set by a given constraintclassLoad any data from a table into dataclassresolve the columns, num rows stays sameclassSort the given data by the given columnsConstructors in mdbtools.dbengine.tasks with parameters of type TaskModifierConstructorDescriptionAggregateQuery(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)