Uses of Class
com.mckoi.database.DefaultDataTable
-
Packages that use DefaultDataTable Package Description com.mckoi.database The core database classes for Mckoi. -
-
Uses of DefaultDataTable in com.mckoi.database
Subclasses of DefaultDataTable in com.mckoi.database Modifier and Type Class Description class
DataTable
DataTable is a wrapper for a MutableTableDataSource that fits into the query hierarchy level.class
FunctionTable
A table that has a number of columns and as many rows as the refering table.class
TemporaryTable
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 DefaultDataTable Constructor Description TemporaryTable(DefaultDataTable based_on)
Constructs this TemporaryTable based on the given Table object.
-