C# Class Deveel.Data.Caching.TableCacheExtensions

Mostrar archivo Open project: deveel/deveeldb

Public Methods

Method Description
Remove ( this cache, string database, int tableId, int rowNumber, int columnOffset ) : void
Set ( this cache, string database, int tableId, int rowNumber, int columnOffset, Field value ) : void
TryGetValue ( this cache, string database, int tableId, int rowNumber, int columnOffset, Field &value ) : bool

Method Details

Remove() public static method

public static Remove ( this cache, string database, int tableId, int rowNumber, int columnOffset ) : void
cache this
database string
tableId int
rowNumber int
columnOffset int
return void

Set() public static method

public static Set ( this cache, string database, int tableId, int rowNumber, int columnOffset, Field value ) : void
cache this
database string
tableId int
rowNumber int
columnOffset int
value Field
return void

TryGetValue() public static method

public static TryGetValue ( this cache, string database, int tableId, int rowNumber, int columnOffset, Field &value ) : bool
cache this
database string
tableId int
rowNumber int
columnOffset int
value Field
return bool