C# Class Deveel.Data.Index.SystemContextExtensions

ファイルを表示 Open project: deveel/deveeldb

Public Methods

Method Description
CreateColumnIndex ( this context, string indexType, ColumnIndexContext indexContext ) : ColumnIndex
CreateColumnIndex ( this context, string indexType, ITable table, int columnOffset ) : ColumnIndex
CreateColumnIndex ( this context, string indexType, ITable table, int columnOffset, object>.IEnumerable metadata ) : ColumnIndex
ResolveIndexFactory ( this context, string indexType ) : IIndexFactory

Method Details

CreateColumnIndex() public static method

public static CreateColumnIndex ( this context, string indexType, ColumnIndexContext indexContext ) : ColumnIndex
context this
indexType string
indexContext ColumnIndexContext
return ColumnIndex

CreateColumnIndex() public static method

public static CreateColumnIndex ( this context, string indexType, ITable table, int columnOffset ) : ColumnIndex
context this
indexType string
table ITable
columnOffset int
return ColumnIndex

CreateColumnIndex() public static method

public static CreateColumnIndex ( this context, string indexType, ITable table, int columnOffset, object>.IEnumerable metadata ) : ColumnIndex
context this
indexType string
table ITable
columnOffset int
metadata object>.IEnumerable
return ColumnIndex

ResolveIndexFactory() public static method

public static ResolveIndexFactory ( this context, string indexType ) : IIndexFactory
context this
indexType string
return IIndexFactory