C# Class Deveel.Data.Transactions.TransactionTableContainer.SqlTypesTable

Inheritance: Deveel.Data.Sql.Tables.GeneratedTable
Mostrar archivo Open project: deveel/deveeldb

Public Methods

Method Description
GetValue ( long rowNumber, int columnOffset ) : Field
SqlTypesTable ( ITransaction transaction ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
AddType ( string name, string localName, SqlTypeCode type, byte precision, string prefix, string suffix, bool searchable ) : void
Init ( ) : void

Method Details

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

GetValue() public method

public GetValue ( long rowNumber, int columnOffset ) : Field
rowNumber long
columnOffset int
return Field

SqlTypesTable() public method

public SqlTypesTable ( ITransaction transaction ) : System
transaction ITransaction
return System