Package com.mckoi.database
Class RawTableElement
- java.lang.Object
-
- com.mckoi.database.RawTableElement
-
- All Implemented Interfaces:
java.lang.Comparable
final class RawTableElement extends java.lang.Object implements java.lang.Comparable
A container class to hold the DataTable and IntegerVector row set of a given table in the list.
-
-
Field Summary
Fields Modifier and Type Field Description (package private) IntegerVector
row_set
(package private) RootTable
table
-
Constructor Summary
Constructors Constructor Description RawTableElement()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
compareTo(java.lang.Object o)
-
-
-
Field Detail
-
table
RootTable table
-
row_set
IntegerVector row_set
-
-