Uses of Class
com.mckoi.database.TableDataConglomerate
-
Packages that use TableDataConglomerate Package Description com.mckoi.database The core database classes for Mckoi.com.mckoi.tools Tools for manipulating a Mckoi database. -
-
Uses of TableDataConglomerate in com.mckoi.database
Fields in com.mckoi.database declared as TableDataConglomerate Modifier and Type Field Description private TableDataConglomerateDatabase. conglomerateThe TableDataConglomerate that contains the conglomerate of tables for this database.private TableDataConglomerateDatabaseConnection. conglomerateThe TableDataConglomerate object that is used for transactional access to the data.private TableDataConglomerateSequenceManager. conglomerateThe TableDataConglomerate object.private TableDataConglomerateTransaction. conglomerateThe TableDataConglomerate that this transaction is within the context of.Methods in com.mckoi.database that return TableDataConglomerate Modifier and Type Method Description (package private) TableDataConglomerateDatabase. getConglomerate()Returns the conglomerate for this database.(package private) TableDataConglomerateDatabaseConnection. getConglomerate()Returns the conglomerate of this connection.(package private) TableDataConglomerateTransaction. getConglomerate()Returns the TableDataConglomerate of this transaction.Methods in com.mckoi.database with parameters of type TableDataConglomerate Modifier and Type Method Description (package private) voidTableBackedCache. attachTo(TableDataConglomerate conglomerate)Attaches this object to a conglomerate.(package private) voidTableBackedCache. detatchFrom(TableDataConglomerate conglomerate)Call to detach this object from a TableDataConglomerate.(package private) voidTransaction. liveCopyAllDataTo(TableDataConglomerate dest_conglomerate)Copies all the tables within this transaction view to the destination conglomerate object.voidTableDataConglomerate. liveCopyTo(TableDataConglomerate dest_conglomerate)Makes a complete copy of this database to the position represented by the given TableDataConglomerate object.Constructors in com.mckoi.database with parameters of type TableDataConglomerate Constructor Description SequenceManager(TableDataConglomerate conglomerate)Constructs the object.Transaction(TableDataConglomerate conglomerate, long commit_id, java.util.ArrayList visible_tables, java.util.ArrayList table_indices)Constructs the transaction. -
Uses of TableDataConglomerate in com.mckoi.tools
Fields in com.mckoi.tools declared as TableDataConglomerate Modifier and Type Field Description private TableDataConglomerateConglomerateViewPane. conglomerateThe conglomerate.Constructors in com.mckoi.tools with parameters of type TableDataConglomerate Constructor Description ConglomerateViewPane(TableDataConglomerate conglom)Constructor.
-