C# 클래스 Deveel.Data.Caching.TableCacheExtensions

파일 보기 프로젝트 열기: deveel/deveeldb

공개 메소드들

메소드 설명
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

메소드 상세

Remove() 공개 정적인 메소드

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

Set() 공개 정적인 메소드

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
리턴 void

TryGetValue() 공개 정적인 메소드

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
리턴 bool