C# Class Deveel.Data.Sql.Types.TypesTableContainer.TypeTable

Inheritance: Deveel.Data.Sql.Tables.GeneratedTable
Exibir arquivo Open project: deveel/deveeldb

Public Methods

Method Description
GetValue ( long rowNumber, int columnOffset ) : Field
TypeTable ( ITransaction transaction, TableInfo tableInfo ) : System

Method Details

GetValue() public method

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

TypeTable() public method

public TypeTable ( ITransaction transaction, TableInfo tableInfo ) : System
transaction ITransaction
tableInfo TableInfo
return System