C# Класс Deveel.Data.Index.SystemContextExtensions

Показать файл Открыть проект

Открытые методы

Метод Описание
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

Описание методов

CreateColumnIndex() публичный статический Метод

public static CreateColumnIndex ( this context, string indexType, ColumnIndexContext indexContext ) : ColumnIndex
context this
indexType string
indexContext ColumnIndexContext
Результат ColumnIndex

CreateColumnIndex() публичный статический Метод

public static CreateColumnIndex ( this context, string indexType, ITable table, int columnOffset ) : ColumnIndex
context this
indexType string
table ITable
columnOffset int
Результат ColumnIndex

CreateColumnIndex() публичный статический Метод

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
Результат ColumnIndex

ResolveIndexFactory() публичный статический Метод

public static ResolveIndexFactory ( this context, string indexType ) : IIndexFactory
context this
indexType string
Результат IIndexFactory