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

Inheritance: Table
Mostrar archivo Open project: deveel/deveeldb Class Usage Examples

Public Methods

Method Description
FilterTable ( ITable parent ) : System
GetEnumerator ( ) : IEnumerator
GetValue ( long rowNumber, int columnOffset ) : Field
Lock ( ) : void
Release ( ) : void

Protected Methods

Method Description
GetIndex ( int column, int originalColumn, ITable table ) : ColumnIndex
GetRawTableInfo ( RawTableInfo rootInfo ) : RawTableInfo
GetResolvedColumnName ( int column ) : ObjectName
ResolveRows ( int column, IEnumerable rowSet, ITable ancestor ) : IEnumerable

Method Details

FilterTable() public method

public FilterTable ( ITable parent ) : System
parent ITable
return System

GetEnumerator() public method

public GetEnumerator ( ) : IEnumerator
return IEnumerator

GetIndex() protected method

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

GetRawTableInfo() protected method

protected GetRawTableInfo ( RawTableInfo rootInfo ) : RawTableInfo
rootInfo RawTableInfo
return RawTableInfo

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

Lock() public method

public Lock ( ) : void
return void

Release() public method

public Release ( ) : void
return void

ResolveRows() protected method

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