Package mdbtools.dbengine
Class SelectEngine
- java.lang.Object
-
- mdbtools.dbengine.SelectEngine
-
public class SelectEngine extends Object
SelectEngine is able to execute a select query TODO replace all runtime exceptions with sql exceptions
-
-
Constructor Summary
Constructors Constructor Description SelectEngine(Select select)
-
-
-
Constructor Detail
-
SelectEngine
public SelectEngine(Select select)
-
-
Method Detail
-
execute
public Data execute() throws SQLException
- Throws:
SQLException
-
-