Метод | Описание | |
---|---|---|
DropProcedureStatement ( ObjectName procedureName ) : System | ||
DropProcedureStatement ( ObjectName procedureName, 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 DropProcedureStatement ( ObjectName procedureName ) : System | ||
procedureName | ObjectName | |
Результат | System |
public DropProcedureStatement ( ObjectName procedureName, bool ifExists ) : System | ||
procedureName | ObjectName | |
ifExists | bool | |
Результат | System |
protected ExecuteStatement ( ExecutionContext context ) : void | ||
context | ExecutionContext | |
Результат | void |
protected PrepareStatement ( IRequest context ) : |
||
context | IRequest | |
Результат |