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

Inheritance: SqlStatement, IPreparable
Afficher le fichier Open project: deveel/deveeldb Class Usage Examples

Méthodes publiques

Méthode Description
LoopControlStatement ( LoopControlType controlType ) : System
LoopControlStatement ( LoopControlType controlType, SqlExpression whenExpression ) : System
LoopControlStatement ( LoopControlType controlType, string label ) : System
LoopControlStatement ( LoopControlType controlType, string label, SqlExpression whenExpression ) : System

Méthodes protégées

Méthode Description
AppendTo ( SqlStringBuilder builder ) : void
ExecuteStatement ( ExecutionContext context ) : void
GetData ( SerializationInfo info ) : void
LoopControlStatement ( SerializationInfo info, StreamingContext context ) : System
PrepareExpressions ( IExpressionPreparer preparer ) : SqlStatement

Method Details

AppendTo() protected méthode

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

ExecuteStatement() protected méthode

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

GetData() protected méthode

protected GetData ( SerializationInfo info ) : void
info SerializationInfo
Résultat void

LoopControlStatement() public méthode

public LoopControlStatement ( LoopControlType controlType ) : System
controlType LoopControlType
Résultat System

LoopControlStatement() public méthode

public LoopControlStatement ( LoopControlType controlType, SqlExpression whenExpression ) : System
controlType LoopControlType
whenExpression Deveel.Data.Sql.Expressions.SqlExpression
Résultat System

LoopControlStatement() public méthode

public LoopControlStatement ( LoopControlType controlType, string label ) : System
controlType LoopControlType
label string
Résultat System

LoopControlStatement() public méthode

public LoopControlStatement ( LoopControlType controlType, string label, SqlExpression whenExpression ) : System
controlType LoopControlType
label string
whenExpression Deveel.Data.Sql.Expressions.SqlExpression
Résultat System

LoopControlStatement() protected méthode

protected LoopControlStatement ( SerializationInfo info, StreamingContext context ) : System
info SerializationInfo
context StreamingContext
Résultat System

PrepareExpressions() protected méthode

protected PrepareExpressions ( IExpressionPreparer preparer ) : SqlStatement
preparer IExpressionPreparer
Résultat SqlStatement