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

Inheritance: TableContainerBase
Afficher le fichier Open project: deveel/deveeldb

Méthodes publiques

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

Private Methods

Méthode Description
CreateTableInfo ( string schema, string name ) : TableInfo

Method Details

GetTable() public méthode

public GetTable ( int offset ) : ITable
offset int
Résultat ITable

GetTableInfo() public méthode

public GetTableInfo ( int offset ) : TableInfo
offset int
Résultat TableInfo

GetTableType() public méthode

public GetTableType ( int offset ) : string
offset int
Résultat string

TriggersTableContainer() public méthode

public TriggersTableContainer ( ITransaction transaction ) : System
transaction ITransaction
Résultat System