abstract MutableTableDataSource |
AbstractInternalTableInfo2.createInternalTable(int index) |
|
MutableTableDataSource |
ConnectionTriggerManager.TriggerInternalTableInfo.createInternalTable(int index) |
|
MutableTableDataSource |
DatabaseConnection.ConnectionInternalTableInfo.createInternalTable(int index) |
|
MutableTableDataSource |
DatabaseConnection.OldAndNewInternalTableInfo.createInternalTable(int index) |
|
MutableTableDataSource |
InternalTableInfo.createInternalTable(int index) |
This is the factory method for generating the internal table for the
given table in this container.
|
MutableTableDataSource |
ProcedureManager.ProcedureInternalTableInfo.createInternalTable(int index) |
|
MutableTableDataSource |
SequenceManager.SequenceInternalTableInfo.createInternalTable(int index) |
|
MutableTableDataSource |
Transaction.TransactionInternalTables.createInternalTable(int index) |
|
MutableTableDataSource |
ViewManager.ViewInternalTableInfo.createInternalTable(int i) |
|
(package private) abstract MutableTableDataSource |
SimpleTransaction.createMutableTableDataSourceAtCommit(MasterTableDataSource master) |
Returns a new MutableTableDataSource for the view of the
MasterTableDataSource at the start of this transaction.
|
MutableTableDataSource |
Transaction.createMutableTableDataSourceAtCommit(MasterTableDataSource master) |
Overwritten from SimpleTransaction.
|
(package private) MutableTableDataSource |
MasterTableDataSource.createTableDataSourceAtCommit(SimpleTransaction transaction) |
Returns a MutableTableDataSource object that represents this data source
at the time the given transaction started.
|
(package private) MutableTableDataSource |
MasterTableDataSource.createTableDataSourceAtCommit(SimpleTransaction transaction,
MasterTableJournal journal) |
Returns a MutableTableDataSource object that represents this data source
at the time the given transaction started, and also also makes any
modifications that are described by the journal in the table.
|
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.
|