Uses of Class
com.mckoi.database.DefaultDataTable
Packages that use DefaultDataTable
-
Uses of DefaultDataTable in com.mckoi.database
Subclasses of DefaultDataTable in com.mckoi.databaseModifier and TypeClassDescriptionfinal class
DataTable is a wrapper for a MutableTableDataSource that fits into the query hierarchy level.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.Constructors in com.mckoi.database with parameters of type DefaultDataTableModifierConstructorDescriptionTemporaryTable
(DefaultDataTable based_on) Constructs this TemporaryTable based on the given Table object.