Method |
Description |
|
CleanUp ( ) : void |
|
|
CloseAndDropTable ( string tableFileName ) : bool |
|
|
CloseTable ( string sourceName, bool pendingDrop ) : void |
|
|
CloseTransaction ( ITransaction transaction ) : void |
|
|
Commit ( Transaction transaction, IList visibleTables, IEnumerable selectedFromTables, IEnumerable touchedTables, TransactionRegistry journal ) : void |
|
|
CommitToTables ( IEnumerable createdTables, IEnumerable droppedTables ) : void |
|
|
ContainsVisibleResource ( int resourceId ) : bool |
|
|
CopySourceTable ( TableSource tableSource, IIndexSet indexSet ) : TableSource |
|
|
CreateSystem ( ) : void |
|
|
CreateTableSource ( TableInfo tableInfo, bool temporary ) : TableSource |
|
|
CreateTransaction ( IsolationLevel isolation ) : ITransaction |
|
|
Dispose ( bool disposing ) : void |
|
|
GetTableSource ( int tableId ) : TableSource |
|
|
ITableSourceComposite ( ITableSource tableSource, IIndexSet indexSet ) : ITableSource |
|
|
ITableSourceComposite ( TableInfo tableInfo, bool temporary ) : ITableSource |
|
|
ITableSourceComposite ( int tableId ) : ITableSource |
|
|
InitObjectStore ( ) : void |
|
|
LoadTableSource ( int tableId, string tableName ) : TableSource |
|
|
MarkUncommitted ( int tableId ) : void |
|
|
MinimalCreate ( ) : void |
|
|
OnCommitModification ( ObjectName objName, IEnumerable addedRows, IEnumerable removedRows ) : void |
|
|
ReadDroppedTables ( ) : void |
|
|
ReadVisibleTables ( ) : void |
|
|
Rollback ( Transaction transaction, IList touchedTables, TransactionRegistry journal ) : void |
|
|
Setup ( ) : void |
|
|
SetupSystem ( ) : void |
|
|