Package mdbtools.dbengine.tasks
Interface Task
-
- All Known Implementing Classes:
AggregateQuery
,FilterData
,LoadData
,NonAggregateQuery
,SimpleSort
public interface Task
Task is one step on the way to producing a result
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Object
getResult()
void
run()
-
-
-
Method Detail
-
run
void run() throws SQLException
- Throws:
SQLException
-
getResult
Object getResult()
-
-