Uses of Interface
com.mckoi.database.MutableTableDataSource
Packages that use MutableTableDataSource
-
Uses of MutableTableDataSource in com.mckoi.database
Classes in com.mckoi.database that implement MutableTableDataSourceModifier and TypeClassDescriptionclass
A GTDataSource that maps a Privs 11-bit set to strings that represent the priv in human understandable string.class
A GTDataSource that models all SQL types that are available.Methods in com.mckoi.database that return MutableTableDataSourceModifier and TypeMethodDescriptionTransaction.createMutableTableDataSourceAtCommit
(com.mckoi.database.MasterTableDataSource master) Overwritten from SimpleTransaction.protected MutableTableDataSource
SimpleTransaction.getDynamicTable
(TableName table_name) If this transaction implementation defines dynamic tables (tables whose content is determined by some function), this should return the table here as a MutableTableDataSource object.protected MutableTableDataSource
Transaction.getDynamicTable
(TableName table_name) Returns an instance of MutableDataTableSource that represents the contents of the internal table with the given name.Returns a MutableTableDataSource object that represents the table with the given name within this transaction.