Uses of Class
com.mckoi.database.JoinedTable
-
Packages that use JoinedTable Package Description com.mckoi.database The core database classes for Mckoi. -
-
Uses of JoinedTable in com.mckoi.database
Subclasses of JoinedTable in com.mckoi.database Modifier and Type Class Description class
NaturallyJoinedTable
A table that is the cartesian product of two tables.(package private) class
OuterTable
A Table class for forming OUTER type results.class
VirtualTable
A VirtualTable is a representation of a table whose rows are actually physically stored in another table.
-