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

Inheritance: Table
Afficher le fichier Open project: deveel/deveeldb Class Usage Examples

Méthodes publiques

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

Méthodes protégées

Méthode 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 méthode

public FilterTable ( ITable parent ) : System
parent ITable
Résultat System

GetEnumerator() public méthode

public GetEnumerator ( ) : IEnumerator
Résultat IEnumerator

GetIndex() protected méthode

protected GetIndex ( int column, int originalColumn, ITable table ) : ColumnIndex
column int
originalColumn int
table ITable
Résultat ColumnIndex

GetRawTableInfo() protected méthode

protected GetRawTableInfo ( RawTableInfo rootInfo ) : RawTableInfo
rootInfo RawTableInfo
Résultat RawTableInfo

GetResolvedColumnName() protected méthode

protected GetResolvedColumnName ( int column ) : ObjectName
column int
Résultat ObjectName

GetValue() public méthode

public GetValue ( long rowNumber, int columnOffset ) : Field
rowNumber long
columnOffset int
Résultat Field

Lock() public méthode

public Lock ( ) : void
Résultat void

Release() public méthode

public Release ( ) : void
Résultat void

ResolveRows() protected méthode

protected ResolveRows ( int column, IEnumerable rowSet, ITable ancestor ) : IEnumerable
column int
rowSet IEnumerable
ancestor ITable
Résultat IEnumerable