Uses of Class
com.mckoi.database.AbstractDataTable
-
Packages that use AbstractDataTable Package Description com.mckoi.database The core database classes for Mckoi. -
-
Uses of AbstractDataTable in com.mckoi.database
Subclasses of AbstractDataTable in com.mckoi.database Modifier and Type Class Description classDataTableDataTable is a wrapper for a MutableTableDataSource that fits into the query hierarchy level.classDataTableFilterThis object sits on top of a DataTable object filtering out certain types of calls.classDefaultDataTableThis represents a default implementation of a DataTable.classFunctionTableA table that has a number of columns and as many rows as the refering table.classTemporaryTableThis 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 AbstractDataTable Modifier and Type Field Description protected AbstractDataTableDataTableFilter. parentThe parent DataTable object.Constructors in com.mckoi.database with parameters of type AbstractDataTable Constructor Description DataTableFilter(AbstractDataTable table)The Constructor.
-