Method | Description | |
---|---|---|
CreateExternalFunctionStatement ( ObjectName functionName, SqlType returnType, |
||
CreateExternalFunctionStatement ( ObjectName functionName, SqlType returnType, string externalRef ) : System |
Method | Description | |
---|---|---|
AppendTo ( SqlStringBuilder builder ) : void | ||
ConfigureSecurity ( ExecutionContext context ) : void | ||
ExecuteStatement ( ExecutionContext context ) : void | ||
PrepareStatement ( IRequest context ) : |
protected AppendTo ( SqlStringBuilder builder ) : void | ||
builder | SqlStringBuilder | |
return | void |
protected ConfigureSecurity ( ExecutionContext context ) : void | ||
context | ExecutionContext | |
return | void |
public CreateExternalFunctionStatement ( ObjectName functionName, SqlType returnType, |
||
functionName | ObjectName | |
returnType | SqlType | |
parameters | ||
externalRef | string | |
return | System |
public CreateExternalFunctionStatement ( ObjectName functionName, SqlType returnType, string externalRef ) : System | ||
functionName | ObjectName | |
returnType | SqlType | |
externalRef | string | |
return | System |
protected ExecuteStatement ( ExecutionContext context ) : void | ||
context | ExecutionContext | |
return | void |
protected PrepareStatement ( IRequest context ) : |
||
context | IRequest | |
return |