C# Class Deveel.Data.Index.SystemContextExtensions

Afficher le fichier Open project: deveel/deveeldb

Méthodes publiques

Méthode 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 méthode

public static CreateColumnIndex ( this context, string indexType, ColumnIndexContext indexContext ) : ColumnIndex
context this
indexType string
indexContext ColumnIndexContext
Résultat ColumnIndex

CreateColumnIndex() public static méthode

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

CreateColumnIndex() public static méthode

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
Résultat ColumnIndex

ResolveIndexFactory() public static méthode

public static ResolveIndexFactory ( this context, string indexType ) : IIndexFactory
context this
indexType string
Résultat IIndexFactory