C# Class Deveel.Data.Sql.Triggers.TriggersTableContainer.TriggerTable

Inheritance: Deveel.Data.Sql.Tables.GeneratedTable
显示文件 Open project: deveel/deveeldb

Public Methods

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

Method Details

GetValue() public method

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

TriggerTable() public method

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