Uses of Interface
mdbtools.dbengine.Table
-
Packages that use Table Package Description mdbtools.dbengine mdbtools.dbengine.sql mdbtools.dbengine.tasks -
-
Uses of Table in mdbtools.dbengine
Methods in mdbtools.dbengine that return Table Modifier and Type Method Description Table
DataSource. getTable(int index)
-
Uses of Table in mdbtools.dbengine.sql
Methods in mdbtools.dbengine.sql that return Table Modifier and Type Method Description Table
Join. getRight()
Methods in mdbtools.dbengine.sql with parameters of type Table Modifier and Type Method Description void
Join. setRight(Table right)
-
Uses of Table in mdbtools.dbengine.tasks
Constructors in mdbtools.dbengine.tasks with parameters of type Table Constructor Description LoadData(Table table)
-