Package | Description |
---|---|
com.mckoi.database |
The core database classes for Mckoi.
|
Modifier and Type | Class | Description |
---|---|---|
class |
DataTable |
DataTable is a wrapper for a MutableTableDataSource that fits into the
query hierarchy level.
|
class |
DataTableFilter |
This object sits on top of a DataTable object filtering out certain types
of calls.
|
class |
DefaultDataTable |
This represents a default implementation of a DataTable.
|
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.
|
Modifier and Type | Field | Description |
---|---|---|
protected AbstractDataTable |
DataTableFilter.parent |
The parent DataTable object.
|
Constructor | Description |
---|---|
DataTableFilter(AbstractDataTable table) |
The Constructor.
|
Copyright © 2018. All rights reserved.