C# Class Deveel.Data.Sql.Statements.LoopStatement

Inheritance: CodeBlockStatement, IPlSqlStatement
Afficher le fichier Open project: deveel/deveeldb Class Usage Examples

Private Properties

Свойство Type Description
AppendBodyTo void
AppendLabelTo void
Control void

Méthodes publiques

Méthode Description
LoopStatement ( ) : System

Méthodes protégées

Méthode Description
AfterLoop ( ExecutionContext context ) : void
AppendTo ( SqlStringBuilder builder ) : void
BeforeLoop ( ExecutionContext context ) : void
CanExecute ( ExecutionContext context ) : bool
CreateNew ( ) : LoopStatement
ExecuteBlock ( ExecutionContext context ) : void
Loop ( ExecutionContext context ) : bool
LoopStatement ( SerializationInfo info, StreamingContext context ) : System
PrepareStatement ( IRequest context ) : SqlStatement

Private Methods

Méthode Description
AppendBodyTo ( SqlStringBuilder builder ) : void
AppendLabelTo ( SqlStringBuilder builder ) : void
Control ( LoopControlType controlType ) : void

Method Details

AfterLoop() protected méthode

protected AfterLoop ( ExecutionContext context ) : void
context ExecutionContext
Résultat void

AppendTo() protected méthode

protected AppendTo ( SqlStringBuilder builder ) : void
builder SqlStringBuilder
Résultat void

BeforeLoop() protected méthode

protected BeforeLoop ( ExecutionContext context ) : void
context ExecutionContext
Résultat void

CanExecute() protected méthode

protected CanExecute ( ExecutionContext context ) : bool
context ExecutionContext
Résultat bool

CreateNew() protected méthode

protected CreateNew ( ) : LoopStatement
Résultat LoopStatement

ExecuteBlock() protected méthode

protected ExecuteBlock ( ExecutionContext context ) : void
context ExecutionContext
Résultat void

Loop() protected méthode

protected Loop ( ExecutionContext context ) : bool
context ExecutionContext
Résultat bool

LoopStatement() public méthode

public LoopStatement ( ) : System
Résultat System

LoopStatement() protected méthode

protected LoopStatement ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
Résultat System

PrepareStatement() protected méthode

protected PrepareStatement ( IRequest context ) : SqlStatement
context IRequest
Résultat SqlStatement