Uses of Interface
mdbtools.dbengine.Data
-
Packages that use Data Package Description mdbtools.dbengine -
-
Uses of Data in mdbtools.dbengine
Classes in mdbtools.dbengine that implement Data Modifier and Type Class Description classMemoryDataAn implementation of Data that stores the complete result in memoryclassRewindableDataAllow the data to be restartedMethods in mdbtools.dbengine that return Data Modifier and Type Method Description DataEngine. execute(SQL sql)execute is used to tell the engine to do somethingDataSelectEngine. execute()DataTable. getData()Constructors in mdbtools.dbengine with parameters of type Data Constructor Description MemoryData(Data data, int numColumns)
-