Uses of Class
com.mckoi.database.RawTableInformation
-
Packages that use RawTableInformation Package Description com.mckoi.database The core database classes for Mckoi. -
-
Uses of RawTableInformation in com.mckoi.database
Methods in com.mckoi.database that return RawTableInformation Modifier and Type Method Description (package private) RawTableInformation
CompositeTable. resolveToRawTable(RawTableInformation info)
(package private) RawTableInformation
DataTable. resolveToRawTable(RawTableInformation info)
(package private) RawTableInformation
DataTableFilter. resolveToRawTable(RawTableInformation info)
Return the list of DataTable and row sets that make up the raw information in this table.(package private) RawTableInformation
DefaultDataTable. resolveToRawTable(RawTableInformation info)
Return the list of DataTable and row sets that make up the raw information in this table.(package private) RawTableInformation
FilterTable. resolveToRawTable(RawTableInformation info)
Return the list of DataTable and row sets that make up the raw information in this table.(package private) RawTableInformation
JoinedTable. resolveToRawTable(RawTableInformation info)
Return the list of DataTable and row sets that make up the raw information in this table.(package private) RawTableInformation
JoinedTable. resolveToRawTable(RawTableInformation info, IntegerVector row_set)
Returns an object that contains fully resolved, one level only information about the DataTable and the row indices of the data in this table.(package private) RawTableInformation
SubsetColumnTable. resolveToRawTable(RawTableInformation info)
Return the list of DataTable and row sets that make up the raw information in this table.(package private) abstract RawTableInformation
Table. resolveToRawTable(RawTableInformation info)
Return the list of DataTable and row sets that make up the raw information in this table.Methods in com.mckoi.database with parameters of type RawTableInformation Modifier and Type Method Description (package private) RawTableInformation
CompositeTable. resolveToRawTable(RawTableInformation info)
(package private) RawTableInformation
DataTable. resolveToRawTable(RawTableInformation info)
(package private) RawTableInformation
DataTableFilter. resolveToRawTable(RawTableInformation info)
Return the list of DataTable and row sets that make up the raw information in this table.(package private) RawTableInformation
DefaultDataTable. resolveToRawTable(RawTableInformation info)
Return the list of DataTable and row sets that make up the raw information in this table.(package private) RawTableInformation
FilterTable. resolveToRawTable(RawTableInformation info)
Return the list of DataTable and row sets that make up the raw information in this table.(package private) RawTableInformation
JoinedTable. resolveToRawTable(RawTableInformation info)
Return the list of DataTable and row sets that make up the raw information in this table.(package private) RawTableInformation
JoinedTable. resolveToRawTable(RawTableInformation info, IntegerVector row_set)
Returns an object that contains fully resolved, one level only information about the DataTable and the row indices of the data in this table.(package private) RawTableInformation
SubsetColumnTable. resolveToRawTable(RawTableInformation info)
Return the list of DataTable and row sets that make up the raw information in this table.(package private) abstract RawTableInformation
Table. resolveToRawTable(RawTableInformation info)
Return the list of DataTable and row sets that make up the raw information in this table.(package private) void
RawTableInformation. union(RawTableInformation info)
Finds the union of this information with the given information.
-