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

Inheritance: Deveel.Data.Sql.Tables.GeneratedTable
Show file Open project: deveel/deveeldb

Public Methods

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

Private Methods

Method Description
Init ( ) : void

Method Details

GetValue() public method

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

TableInfoTable() public method

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