Uses of Interface
com.mckoi.database.MutableTableDataSource
-
Packages that use MutableTableDataSource Package Description com.mckoi.database The core database classes for Mckoi. -
-
Uses of MutableTableDataSource in com.mckoi.database
Classes in com.mckoi.database that implement MutableTableDataSource Modifier and Type Class Description class
GTPrivMapDataSource
A GTDataSource that maps a Privs 11-bit set to strings that represent the priv in human understandable string.class
GTSQLTypeInfoDataSource
A GTDataSource that models all SQL types that are available.Methods in com.mckoi.database that return MutableTableDataSource Modifier and Type Method Description MutableTableDataSource
Transaction. 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.MutableTableDataSource
SimpleTransaction. getTable(TableName table_name)
Returns a MutableTableDataSource object that represents the table with the given name within this transaction.
-