Method | Description | |
---|---|---|
CreateExternalProcedureStatement ( ObjectName procedureName, |
||
CreateExternalProcedureStatement ( ObjectName procedureName, string externalReference ) : System |
Method | Description | |
---|---|---|
AppendTo ( SqlStringBuilder builder ) : void | ||
ConfigureSecurity ( ExecutionContext context ) : void | ||
ExecuteStatement ( ExecutionContext context ) : void | ||
PrepareExpressions ( IExpressionPreparer preparer ) : |
||
PrepareStatement ( IRequest context ) : |
protected AppendTo ( SqlStringBuilder builder ) : void | ||
builder | SqlStringBuilder | |
return | void |
protected ConfigureSecurity ( ExecutionContext context ) : void | ||
context | ExecutionContext | |
return | void |
public CreateExternalProcedureStatement ( ObjectName procedureName, |
||
procedureName | ObjectName | |
parameters | ||
externalRef | string | |
return | System |
public CreateExternalProcedureStatement ( ObjectName procedureName, string externalReference ) : System | ||
procedureName | ObjectName | |
externalReference | string | |
return | System |
protected ExecuteStatement ( ExecutionContext context ) : void | ||
context | ExecutionContext | |
return | void |
protected PrepareExpressions ( IExpressionPreparer preparer ) : |
||
preparer | IExpressionPreparer | |
return |
protected PrepareStatement ( IRequest context ) : |
||
context | IRequest | |
return |