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

Inheritance: TableContainerBase
Mostrar archivo Open project: deveel/deveeldb

Public Methods

Method Description
GetTable ( int offset ) : ITable
GetTableInfo ( int offset ) : TableInfo
GetTableType ( int offset ) : string
TriggersTableContainer ( ITransaction transaction ) : System

Private Methods

Method Description
CreateTableInfo ( string schema, string name ) : TableInfo

Method Details

GetTable() public method

public GetTable ( int offset ) : ITable
offset int
return ITable

GetTableInfo() public method

public GetTableInfo ( int offset ) : TableInfo
offset int
return TableInfo

GetTableType() public method

public GetTableType ( int offset ) : string
offset int
return string

TriggersTableContainer() public method

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