C# Class Deveel.Data.Routines.RoutinesTableContainer.RoutineTable

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

Public Methods

Method Description
GetValue ( long rowNumber, int columnOffset ) : Field
RoutineTable ( IContext dbContext, TableInfo tableInfo ) : System

Method Details

GetValue() public method

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

RoutineTable() public method

public RoutineTable ( IContext dbContext, TableInfo tableInfo ) : System
dbContext IContext
tableInfo TableInfo
return System