Uses of Interface
com.mckoi.database.RootTable
-
Packages that use RootTable Package Description com.mckoi.database The core database classes for Mckoi. -
-
Uses of RootTable in com.mckoi.database
Classes in com.mckoi.database that implement RootTable Modifier and Type Class Description classAbstractDataTableThis is the abstract class implemented by a DataTable like table.classCompositeTableA composite of two or more datasets used to implement UNION, INTERSECTION, and DIFFERENCE.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.(package private) classOuterTableA Table class for forming OUTER type results.classReferenceTableThis is an implementation of a Table that references a DataTable as its parent.classSubsetColumnTableThis object is a filter that sits atop a Table object.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 RootTable Modifier and Type Field Description (package private) RootTableRawTableElement. tableMethods in com.mckoi.database with parameters of type RootTable Modifier and Type Method Description (package private) voidRawTableInformation. add(RootTable table, IntegerVector row_set)Adds a new DataTable or ReferenceTable, and IntegerVector row set into the object.booleanAbstractDataTable. typeEquals(RootTable table)This function is used to check that two tables are identical.booleanCompositeTable. typeEquals(RootTable table)booleanOuterTable. typeEquals(RootTable table)This function is used to check that two tables are identical.booleanReferenceTable. typeEquals(RootTable table)booleanRootTable. typeEquals(RootTable table)This is function is used to check that two root tables are identical.booleanSubsetColumnTable. typeEquals(RootTable table)This function is used to check that two tables are identical.
-