Uses of Interface
com.mckoi.database.RootTable
Packages that use RootTable
-
Uses of RootTable in com.mckoi.database
Classes in com.mckoi.database that implement RootTableModifier and TypeClassDescriptionclass
This is the abstract class implemented by a DataTable like table.class
A composite of two or more datasets used to implement UNION, INTERSECTION, and DIFFERENCE.final class
DataTable is a wrapper for a MutableTableDataSource that fits into the query hierarchy level.class
This object sits on top of a DataTable object filtering out certain types of calls.class
This represents a default implementation of a DataTable.class
A table that has a number of columns and as many rows as the refering table.final class
This is an implementation of a Table that references a DataTable as its parent.final class
This object is a filter that sits atop a Table object.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.Methods in com.mckoi.database with parameters of type RootTableModifier and TypeMethodDescriptionboolean
AbstractDataTable.typeEquals
(RootTable table) This function is used to check that two tables are identical.boolean
CompositeTable.typeEquals
(RootTable table) boolean
ReferenceTable.typeEquals
(RootTable table) boolean
RootTable.typeEquals
(RootTable table) This is function is used to check that two root tables are identical.boolean
SubsetColumnTable.typeEquals
(RootTable table) This function is used to check that two tables are identical.