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

Inheritance: IDisposable
Afficher le fichier Open project: deveel/deveeldb

Méthodes publiques

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

Private Methods

Méthode Description
Dispose ( bool disposing ) : void

Method Details

AddRegistry() public méthode

public AddRegistry ( TableEventRegistry registry ) : void
registry TableEventRegistry
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

FindSinceCommit() public méthode

public FindSinceCommit ( long commitId ) : IEnumerable
commitId long
Résultat IEnumerable

MergeChanges() public méthode

public MergeChanges ( long commitId ) : bool
commitId long
Résultat bool

VersionedTableIndexList() public méthode

public VersionedTableIndexList ( TableSource tableSource ) : System
tableSource TableSource
Résultat System