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

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

공개 메소드들

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

보호된 메소드들

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

비공개 메소드들

메소드 설명
AddType ( string name, string localName, SqlTypeCode type, byte precision, string prefix, string suffix, bool searchable ) : 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

SqlTypesTable() 공개 메소드

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