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 classNaturallyJoinedTableA table that is the cartesian product of two tables.(package private) classOuterTableA Table class for forming OUTER type results.classVirtualTableA VirtualTable is a representation of a table whose rows are actually physically stored in another table.
-