C# Class Deveel.Data.Sql.Tables.ReferenceTable

Inheritance: FilterTable, IRootTable
Mostrar archivo Open project: deveel/deveeldb Class Usage Examples

Public Methods

Method Description
ReferenceTable ( ITable parent, ObjectName tableName ) : System
ReferenceTable ( ITable parent, TableInfo tableInfo ) : System
TypeEquals ( IRootTable other ) : bool

Protected Methods

Method Description
GetResolvedColumnName ( int column ) : ObjectName
IndexOfColumn ( ObjectName columnName ) : int

Method Details

GetResolvedColumnName() protected method

protected GetResolvedColumnName ( int column ) : ObjectName
column int
return ObjectName

IndexOfColumn() protected method

protected IndexOfColumn ( ObjectName columnName ) : int
columnName ObjectName
return int

ReferenceTable() public method

public ReferenceTable ( ITable parent, ObjectName tableName ) : System
parent ITable
tableName ObjectName
return System

ReferenceTable() public method

public ReferenceTable ( ITable parent, TableInfo tableInfo ) : System
parent ITable
tableInfo TableInfo
return System

TypeEquals() public method

public TypeEquals ( IRootTable other ) : bool
other IRootTable
return bool