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

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

Méthodes publiques

Méthode Description
CursorForLoopStatement ( string indexName, string cursorName ) : System

Méthodes protégées

Méthode Description
AfterLoop ( ExecutionContext context ) : void
AppendTo ( SqlStringBuilder builder ) : void
BeforeLoop ( ExecutionContext context ) : void
GetData ( SerializationInfo info ) : void
Loop ( ExecutionContext context ) : bool

Private Methods

Méthode Description
CursorForLoopStatement ( SerializationInfo info, StreamingContext context ) : System

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

CursorForLoopStatement() public méthode

public CursorForLoopStatement ( string indexName, string cursorName ) : System
indexName string
cursorName string
Résultat System

GetData() protected méthode

protected GetData ( SerializationInfo info ) : void
info System.Runtime.Serialization.SerializationInfo
Résultat void

Loop() protected méthode

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