C# Class Deveel.Data.Sql.Tables.VersionedTableIndexList

Inheritance: IDisposable
Mostrar archivo Open project: deveel/deveeldb

Public Methods

Method Description
AddRegistry ( TableEventRegistry registry ) : void
Dispose ( ) : void
FindSinceCommit ( long commitId ) : IEnumerable
MergeChanges ( long commitId ) : bool
VersionedTableIndexList ( TableSource tableSource ) : System

Private Methods

Method Description
Dispose ( bool disposing ) : void

Method Details

AddRegistry() public method

public AddRegistry ( TableEventRegistry registry ) : void
registry TableEventRegistry
return void

Dispose() public method

public Dispose ( ) : void
return void

FindSinceCommit() public method

public FindSinceCommit ( long commitId ) : IEnumerable
commitId long
return IEnumerable

MergeChanges() public method

public MergeChanges ( long commitId ) : bool
commitId long
return bool

VersionedTableIndexList() public method

public VersionedTableIndexList ( TableSource tableSource ) : System
tableSource TableSource
return System