Package mdbtools.dbengine
Class Engine
java.lang.Object
mdbtools.dbengine.Engine
Engine is the entry point into a java based database backend
The datastore for the data is un-important since the engine communiates
with the data via a set of defined interfaces.
A sql parser is not included here instead the caller must parse the sql and
pass in a parse tree.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Engine
public Engine()
-
-
Method Details
-
execute
execute is used to tell the engine to do something- Throws:
SQLException
-