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

Inheritance: TableContainerBase
Mostrar archivo Open project: deveel/deveeldb

Private Properties

Property Type Description

Public Methods

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

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

ViewTableContainer() public method

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