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) RawTableInformationCompositeTable. resolveToRawTable(RawTableInformation info)(package private) RawTableInformationDataTable. resolveToRawTable(RawTableInformation info)(package private) RawTableInformationDataTableFilter. resolveToRawTable(RawTableInformation info)Return the list of DataTable and row sets that make up the raw information in this table.(package private) RawTableInformationDefaultDataTable. resolveToRawTable(RawTableInformation info)Return the list of DataTable and row sets that make up the raw information in this table.(package private) RawTableInformationFilterTable. resolveToRawTable(RawTableInformation info)Return the list of DataTable and row sets that make up the raw information in this table.(package private) RawTableInformationJoinedTable. resolveToRawTable(RawTableInformation info)Return the list of DataTable and row sets that make up the raw information in this table.(package private) RawTableInformationJoinedTable. 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) RawTableInformationSubsetColumnTable. resolveToRawTable(RawTableInformation info)Return the list of DataTable and row sets that make up the raw information in this table.(package private) abstract RawTableInformationTable. 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) RawTableInformationCompositeTable. resolveToRawTable(RawTableInformation info)(package private) RawTableInformationDataTable. resolveToRawTable(RawTableInformation info)(package private) RawTableInformationDataTableFilter. resolveToRawTable(RawTableInformation info)Return the list of DataTable and row sets that make up the raw information in this table.(package private) RawTableInformationDefaultDataTable. resolveToRawTable(RawTableInformation info)Return the list of DataTable and row sets that make up the raw information in this table.(package private) RawTableInformationFilterTable. resolveToRawTable(RawTableInformation info)Return the list of DataTable and row sets that make up the raw information in this table.(package private) RawTableInformationJoinedTable. resolveToRawTable(RawTableInformation info)Return the list of DataTable and row sets that make up the raw information in this table.(package private) RawTableInformationJoinedTable. 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) RawTableInformationSubsetColumnTable. resolveToRawTable(RawTableInformation info)Return the list of DataTable and row sets that make up the raw information in this table.(package private) abstract RawTableInformationTable. resolveToRawTable(RawTableInformation info)Return the list of DataTable and row sets that make up the raw information in this table.(package private) voidRawTableInformation. union(RawTableInformation info)Finds the union of this information with the given information.
-