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

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

공개 메소드들

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

보호된 메소드들

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

비공개 메소드들

메소드 설명
GetRowCount ( ) : int

메소드 상세

Dispose() 보호된 메소드

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

GetValue() 공개 메소드

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

TableColumnsTable() 공개 메소드

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