C# Class Deveel.Data.Sql.Query.ContextExtensions

Mostrar archivo Open project: deveel/deveeldb

Public Methods

Method Description
QueryPlanner ( this context ) : IQueryPlanner
UseDefaultQueryPlanner ( this context ) : void

Method Details

QueryPlanner() public static method

public static QueryPlanner ( this context ) : IQueryPlanner
context this
return IQueryPlanner

UseDefaultQueryPlanner() public static method

public static UseDefaultQueryPlanner ( this context ) : void
context this
return void