Method | Description | |
---|---|---|
CursorForLoopStatement ( string indexName, string cursorName ) : System |
Method | Description | |
---|---|---|
AfterLoop ( ExecutionContext context ) : void | ||
AppendTo ( SqlStringBuilder builder ) : void | ||
BeforeLoop ( ExecutionContext context ) : void | ||
GetData ( |
||
Loop ( ExecutionContext context ) : bool |
Method | Description | |
---|---|---|
CursorForLoopStatement ( |
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 CursorForLoopStatement ( string indexName, string cursorName ) : System | ||
indexName | string | |
cursorName | string | |
return | System |
protected GetData ( |
||
info | ||
return | void |
protected Loop ( ExecutionContext context ) : bool | ||
context | ExecutionContext | |
return | bool |