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

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

Public Methods

Method Description
GetValue ( long rowNumber, int columnOffset ) : Field
SubsetColumnTable ( ITable parent, int columnMap, ObjectName aliases ) : System
TypeEquals ( IRootTable other ) : bool

Protected Methods

Method Description
GetIndex ( int column, int originalColumn, ITable table ) : ColumnIndex
GetResolvedColumnName ( int column ) : ObjectName
IndexOfColumn ( ObjectName columnName ) : int
ResolveRows ( int column, IEnumerable rowSet, ITable ancestor ) : IEnumerable

Private Methods

Method Description
SetColumnMap ( int mapping ) : void

Method Details

GetIndex() protected method

protected GetIndex ( int column, int originalColumn, ITable table ) : ColumnIndex
column int
originalColumn int
table ITable
return ColumnIndex

GetResolvedColumnName() protected method

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

GetValue() public method

public GetValue ( long rowNumber, int columnOffset ) : Field
rowNumber long
columnOffset int
return Field

IndexOfColumn() protected method

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

ResolveRows() protected method

protected ResolveRows ( int column, IEnumerable rowSet, ITable ancestor ) : IEnumerable
column int
rowSet IEnumerable
ancestor ITable
return IEnumerable

SubsetColumnTable() public method

public SubsetColumnTable ( ITable parent, int columnMap, ObjectName aliases ) : System
parent ITable
columnMap int
aliases ObjectName
return System

TypeEquals() public method

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