C# 클래스 Deveel.Data.BlockContext

The context of a single execution block.

Blocks can be children of other blocks or of queries in the execution tree, and the context inherits from the query context or from the parent block context.

A BlockContext is also a IVariableScope that means it holds variables for its entire lifetime, and dispose those defined during its existence at its disposal

상속: Context, IBlockContext, IVariableScope, IExceptionInitScope
파일 보기 프로젝트 열기: deveel/deveeldb

Private Properties

프로퍼티 타입 설명
BlockContext System
IExceptionInitScope DeclaredException
IExceptionInitScope void

공개 메소드들

메소드 설명
CreateBlockContext ( ) : IBlockContext

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

비공개 메소드들

메소드 설명
BlockContext ( IContext parent ) : System
IExceptionInitScope ( string exceptionName ) : DeclaredException
IExceptionInitScope ( int errorCode, string exceptionName ) : void

메소드 상세

CreateBlockContext() 공개 메소드

public CreateBlockContext ( ) : IBlockContext
리턴 IBlockContext

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void