DeveelDB  20151217
complete SQL database system, primarly developed for .NET/Mono frameworks
Public Member Functions | Properties | List of all members
Deveel.Data.IQueryContext Interface Reference

Provides a context for executing queries, accessing the system resources and evaluation context. More...

Inheritance diagram for Deveel.Data.IQueryContext:
Deveel.Data.IContext Deveel.Data.QueryContext

Public Member Functions

IBlockContext CreateBlockContext ()
 

Properties

ISessionContext SessionContext [get]
 
- Properties inherited from Deveel.Data.IContext
IContext Parent [get]
 
string Name [get]
 
IScope Scope [get]
 

Detailed Description

Provides a context for executing queries, accessing the system resources and evaluation context.

Definition at line 26 of file IQueryContext.cs.

Member Function Documentation

IBlockContext Deveel.Data.IQueryContext.CreateBlockContext ( )

Implemented in Deveel.Data.QueryContext.

Property Documentation

ISessionContext Deveel.Data.IQueryContext.SessionContext
get

Definition at line 27 of file IQueryContext.cs.


The documentation for this interface was generated from the following file: