C# Class Deveel.Data.Index.BlindSearchIndex

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

Public Methods

Method Description
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

Private Methods

Method Description
AssertNotReadOnly ( ) : void
DoInsertSort ( IList list, int row ) : void
HighestSearch ( Field ob, IList list, int lower, int higher ) : int

Method Details

BlindSearchIndex() public method

public BlindSearchIndex ( ITable table, int columnOffset ) : System
table ITable
columnOffset int
return System

Copy() public method

public Copy ( ITable table, bool readOnly ) : ColumnIndex
table ITable
readOnly bool
return ColumnIndex

Insert() public method

public Insert ( int rowNumber ) : void
rowNumber int
return void

Remove() public method

public Remove ( int rowNumber ) : void
rowNumber int
return void

SelectAll() public method

public SelectAll ( ) : IEnumerable
return IEnumerable

SelectRange() public method

public SelectRange ( IndexRange ranges ) : IEnumerable
ranges IndexRange
return IEnumerable