C# Class Deveel.Data.SessionTableContainer

Inheritance: ITableContainer
Mostrar archivo Open project: deveel/deveeldb

Public Methods

Method Description
ContainsTable ( ObjectName name ) : bool
FindByName ( ObjectName name ) : int
GetTable ( int offset ) : ITable
GetTableInfo ( int offset ) : TableInfo
GetTableName ( int offset ) : ObjectName
GetTableType ( int offset ) : string
SessionTableContainer ( ISession session ) : System

Private Methods

Method Description
SessionTableContainer ( ) : System

Method Details

ContainsTable() public method

public ContainsTable ( ObjectName name ) : bool
name ObjectName
return bool

FindByName() public method

public FindByName ( ObjectName name ) : int
name ObjectName
return int

GetTable() public method

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

GetTableInfo() public method

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

GetTableName() public method

public GetTableName ( int offset ) : ObjectName
offset int
return ObjectName

GetTableType() public method

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

SessionTableContainer() public method

public SessionTableContainer ( ISession session ) : System
session ISession
return System