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 classGTPrivMapDataSourceA GTDataSource that maps a Privs 11-bit set to strings that represent the priv in human understandable string.classGTSQLTypeInfoDataSourceA GTDataSource that models all SQL types that are available.Methods in com.mckoi.database that return MutableTableDataSource Modifier and Type Method Description MutableTableDataSourceTransaction. createMutableTableDataSourceAtCommit(com.mckoi.database.MasterTableDataSource master)Overwritten from SimpleTransaction.protected MutableTableDataSourceSimpleTransaction. 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 MutableTableDataSourceTransaction. getDynamicTable(TableName table_name)Returns an instance of MutableDataTableSource that represents the contents of the internal table with the given name.MutableTableDataSourceSimpleTransaction. getTable(TableName table_name)Returns a MutableTableDataSource object that represents the table with the given name within this transaction.
-