41 return CreateColumnIndex(context, indexType, table, columnOffset, null);
46 return context.CreateColumnIndex(indexType,
new ColumnIndexContext(table, columnOffset, metadata));
static ColumnIndex CreateColumnIndex(this ISystemContext context, string indexType, ITable table, int columnOffset)
The execution context of a database system, that is defining the configurations and the components us...
static IIndexFactory ResolveIndexFactory(this ISystemContext context, string indexType)
static ColumnIndex CreateColumnIndex(this ISystemContext context, string indexType, ColumnIndexContext indexContext)
static ColumnIndex CreateColumnIndex(this ISystemContext context, string indexType, ITable table, int columnOffset, IEnumerable< KeyValuePair< string, object >> metadata)