C# Class Deveel.Data.Routines.RoutinesTableContainer

Inheritance: TableContainerBase
显示文件 Open project: deveel/deveeldb

Public Methods

Method Description
FindByName ( ObjectName name ) : int
GetTable ( int offset ) : ITable
GetTableInfo ( int offset ) : TableInfo
GetTableName ( int offset ) : ObjectName
GetTableType ( int offset ) : string
RoutinesTableContainer ( ITransaction transaction ) : System

Private Methods

Method Description
BuildParameterString ( Field argName, Field argType, Field inOut ) : string
CreateTableInfo ( string schema, string name ) : TableInfo
GetParameterTypes ( int routineId ) : Field

Method Details

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

RoutinesTableContainer() public method

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