C# 클래스 Deveel.Data.Sql.Tables.FilterTable

상속: Table
파일 보기 프로젝트 열기: deveel/deveeldb 1 사용 예제들

공개 메소드들

메소드 설명
FilterTable ( ITable parent ) : System
GetEnumerator ( ) : IEnumerator
GetValue ( long rowNumber, int columnOffset ) : Field
Lock ( ) : void
Release ( ) : void

보호된 메소드들

메소드 설명
GetIndex ( int column, int originalColumn, ITable table ) : ColumnIndex
GetRawTableInfo ( RawTableInfo rootInfo ) : RawTableInfo
GetResolvedColumnName ( int column ) : ObjectName
ResolveRows ( int column, IEnumerable rowSet, ITable ancestor ) : IEnumerable

메소드 상세

FilterTable() 공개 메소드

public FilterTable ( ITable parent ) : System
parent ITable
리턴 System

GetEnumerator() 공개 메소드

public GetEnumerator ( ) : IEnumerator
리턴 IEnumerator

GetIndex() 보호된 메소드

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

GetRawTableInfo() 보호된 메소드

protected GetRawTableInfo ( RawTableInfo rootInfo ) : RawTableInfo
rootInfo RawTableInfo
리턴 RawTableInfo

GetResolvedColumnName() 보호된 메소드

protected GetResolvedColumnName ( int column ) : ObjectName
column int
리턴 ObjectName

GetValue() 공개 메소드

public GetValue ( long rowNumber, int columnOffset ) : Field
rowNumber long
columnOffset int
리턴 Field

Lock() 공개 메소드

public Lock ( ) : void
리턴 void

Release() 공개 메소드

public Release ( ) : void
리턴 void

ResolveRows() 보호된 메소드

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