C# Class Deveel.Data.Sql.Sequences.SequenceTableContainer

Inheritance: ITableContainer
Mostrar archivo Open project: deveel/deveeldb

Private Properties

Property Type Description
CreateTableInfo TableInfo

Public Methods

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

Private Methods

Method Description
CreateTableInfo ( ObjectName schema, string name ) : TableInfo

Method Details

ContainsTable() public method

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

FindByName() public method

public FindByName ( ObjectName tableName ) : int
tableName 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

SequenceTableContainer() public method

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