C# Class Deveel.Data.Sql.Views.ViewTableContainer

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

Private Properties

Свойство Type Description

Méthodes publiques

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

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

ViewTableContainer() public méthode

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