C# 클래스 Deveel.Data.Index.BlindSearchIndex

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

공개 메소드들

메소드 설명
BlindSearchIndex ( ITable table, int columnOffset ) : System
Copy ( ITable table, bool readOnly ) : ColumnIndex
Insert ( int rowNumber ) : void
Remove ( int rowNumber ) : void
SelectAll ( ) : IEnumerable
SelectRange ( IndexRange ranges ) : IEnumerable

비공개 메소드들

메소드 설명
AssertNotReadOnly ( ) : void
DoInsertSort ( IList list, int row ) : void
HighestSearch ( Field ob, IList list, int lower, int higher ) : int

메소드 상세

BlindSearchIndex() 공개 메소드

public BlindSearchIndex ( ITable table, int columnOffset ) : System
table ITable
columnOffset int
리턴 System

Copy() 공개 메소드

public Copy ( ITable table, bool readOnly ) : ColumnIndex
table ITable
readOnly bool
리턴 ColumnIndex

Insert() 공개 메소드

public Insert ( int rowNumber ) : void
rowNumber int
리턴 void

Remove() 공개 메소드

public Remove ( int rowNumber ) : void
rowNumber int
리턴 void

SelectAll() 공개 메소드

public SelectAll ( ) : IEnumerable
리턴 IEnumerable

SelectRange() 공개 메소드

public SelectRange ( IndexRange ranges ) : IEnumerable
ranges IndexRange
리턴 IEnumerable