Uses of Class
com.mckoi.database.AbstractDataTable
Packages that use AbstractDataTable
-
Uses of AbstractDataTable in com.mckoi.database
Subclasses of AbstractDataTable in com.mckoi.databaseModifier and TypeClassDescriptionfinal class
DataTable is a wrapper for a MutableTableDataSource that fits into the query hierarchy level.class
This object sits on top of a DataTable object filtering out certain types of calls.class
This represents a default implementation of a DataTable.class
A table that has a number of columns and as many rows as the refering table.final class
This class represents a temporary table that is built from data that is not related to any underlying DataTable object from the database.Fields in com.mckoi.database declared as AbstractDataTableModifier and TypeFieldDescriptionprotected AbstractDataTable
DataTableFilter.parent
The parent DataTable object.Constructors in com.mckoi.database with parameters of type AbstractDataTableModifierConstructorDescriptionprotected
DataTableFilter
(AbstractDataTable table) The Constructor.