Method | Description | |
---|---|---|
DropTypeStatement ( ObjectName typeName ) : System | ||
DropTypeStatement ( ObjectName typeName, bool ifExists ) : System |
Method | Description | |
---|---|---|
AppendTo ( SqlStringBuilder builder ) : void | ||
ConfigureSecurity ( ExecutionContext context ) : void | ||
ExecuteStatement ( ExecutionContext context ) : void | ||
GetData ( |
||
PrepareStatement ( IRequest context ) : |
Method | Description | |
---|---|---|
DropType ( ExecutionContext context, ObjectName typeName ) : void | ||
DropTypeStatement ( |
protected AppendTo ( SqlStringBuilder builder ) : void | ||
builder | SqlStringBuilder | |
return | void |
protected ConfigureSecurity ( ExecutionContext context ) : void | ||
context | ExecutionContext | |
return | void |
public DropTypeStatement ( ObjectName typeName ) : System | ||
typeName | ObjectName | |
return | System |
public DropTypeStatement ( ObjectName typeName, bool ifExists ) : System | ||
typeName | ObjectName | |
ifExists | bool | |
return | System |
protected ExecuteStatement ( ExecutionContext context ) : void | ||
context | ExecutionContext | |
return | void |
protected GetData ( |
||
info | ||
return | void |
protected PrepareStatement ( IRequest context ) : |
||
context | IRequest | |
return |