Метод | Описание | |
---|---|---|
DropFunctionStatement ( ObjectName functionName ) : System | ||
DropFunctionStatement ( ObjectName functionName, bool ifExists ) : System |
Метод | Описание | |
---|---|---|
AppendTo ( SqlStringBuilder builder ) : void | ||
ConfigureSecurity ( ExecutionContext context ) : void | ||
ExecuteStatement ( ExecutionContext context ) : void | ||
PrepareStatement ( IRequest context ) : |
protected AppendTo ( SqlStringBuilder builder ) : void | ||
builder | SqlStringBuilder | |
Результат | void |
protected ConfigureSecurity ( ExecutionContext context ) : void | ||
context | ExecutionContext | |
Результат | void |
public DropFunctionStatement ( ObjectName functionName ) : System | ||
functionName | ObjectName | |
Результат | System |
public DropFunctionStatement ( ObjectName functionName, bool ifExists ) : System | ||
functionName | ObjectName | |
ifExists | bool | |
Результат | System |
protected ExecuteStatement ( ExecutionContext context ) : void | ||
context | ExecutionContext | |
Результат | void |
protected PrepareStatement ( IRequest context ) : |
||
context | IRequest | |
Результат |