C# 클래스 Deveel.Data.Transactions.TransactionTableContainer.VariablesTable

상속: Deveel.Data.Sql.Tables.GeneratedTable
파일 보기 프로젝트 열기: deveel/deveeldb

공개 메소드들

메소드 설명
GetValue ( long rowNumber, int columnOffset ) : Field
VariablesTable ( ITransaction transaction ) : System

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

비공개 메소드들

메소드 설명
Init ( ) : void

메소드 상세

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

GetValue() 공개 메소드

public GetValue ( long rowNumber, int columnOffset ) : Field
rowNumber long
columnOffset int
리턴 Field

VariablesTable() 공개 메소드

public VariablesTable ( ITransaction transaction ) : System
transaction ITransaction
리턴 System