C# Class Deveel.Data.Sql.ExecutionContext

Inheritance: IDisposable
Afficher le fichier Open project: deveel/deveeldb Class Usage Examples

Private Properties

Свойство Type Description
AfterExecute void
AssertNotFinished void
BeforeExecute void
Control void
Dispose void
ExecutionContext System
FindInTree SqlStatement
Raise void
Return void
Terminate void
Transfer void

Méthodes publiques

Méthode Description
Dispose ( ) : void
ExecutionContext ( IRequest request, SqlStatement statement ) : System
NewBlock ( SqlStatement statement ) : ExecutionContext
SetCursor ( ICursor cursor ) : void
SetResult ( Field value ) : void
SetResult ( ITable result ) : void
SetResult ( int value ) : void

Private Methods

Méthode Description
AfterExecute ( ) : void
AssertNotFinished ( ) : void
BeforeExecute ( ) : void
Control ( LoopControlType controlType, string label ) : void
Dispose ( bool disposing ) : void
ExecutionContext ( ExecutionContext parent, IRequest request, SqlStatement statement ) : System
FindInTree ( SqlStatement root, string label ) : SqlStatement
Raise ( string exceptionName ) : void
Return ( SqlExpression value ) : void
Terminate ( ) : void
Transfer ( string label ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

ExecutionContext() public méthode

public ExecutionContext ( IRequest request, SqlStatement statement ) : System
request IRequest
statement SqlStatement
Résultat System

NewBlock() public méthode

public NewBlock ( SqlStatement statement ) : ExecutionContext
statement SqlStatement
Résultat ExecutionContext

SetCursor() public méthode

public SetCursor ( ICursor cursor ) : void
cursor ICursor
Résultat void

SetResult() public méthode

public SetResult ( Field value ) : void
value Field
Résultat void

SetResult() public méthode

public SetResult ( ITable result ) : void
result ITable
Résultat void

SetResult() public méthode

public SetResult ( int value ) : void
value int
Résultat void