Method | Description | |
---|---|---|
ForLoopStatement ( string indexName, |
Method | Description | |
---|---|---|
AfterLoop ( ExecutionContext context ) : void | ||
AppendTo ( SqlStringBuilder builder ) : void | ||
BeforeLoop ( ExecutionContext context ) : void | ||
CreateNew ( ) : |
||
GetData ( |
||
Loop ( ExecutionContext context ) : bool | ||
PrepareExpressions ( IExpressionPreparer preparer ) : |
Method | Description | |
---|---|---|
ForLoopStatement ( |
protected AfterLoop ( ExecutionContext context ) : void | ||
context | ExecutionContext | |
return | void |
protected AppendTo ( SqlStringBuilder builder ) : void | ||
builder | SqlStringBuilder | |
return | void |
protected BeforeLoop ( ExecutionContext context ) : void | ||
context | ExecutionContext | |
return | void |
public ForLoopStatement ( string indexName, |
||
indexName | string | |
lowerBound | ||
upperBound | ||
return | System |
protected GetData ( |
||
info | ||
return | void |
protected Loop ( ExecutionContext context ) : bool | ||
context | ExecutionContext | |
return | bool |
protected PrepareExpressions ( IExpressionPreparer preparer ) : |
||
preparer | IExpressionPreparer | |
return |