Method | Description | |
---|---|---|
AlterTableStatement ( ObjectName tableName, IAlterTableAction action ) : System |
Method | Description | |
---|---|---|
AppendTo ( SqlStringBuilder builder ) : void | ||
ConfigureSecurity ( ExecutionContext context ) : void | ||
ExecuteStatement ( ExecutionContext context ) : void | ||
GetData ( SerializationInfo info ) : void | ||
PrepareExpressions ( IExpressionPreparer preparer ) : |
||
PrepareStatement ( IRequest context ) : |
Method | Description | |
---|---|---|
AlterTableStatement ( SerializationInfo info, StreamingContext context ) : System | ||
CheckColumnConstraint ( string columnName, string columns, ObjectName table, string constraintName ) : void | ||
CheckColumnNamesMatch ( IRequest context, String col1, String col2 ) : bool |
public AlterTableStatement ( ObjectName tableName, IAlterTableAction action ) : System | ||
tableName | ObjectName | |
action | IAlterTableAction | |
return | System |
protected AppendTo ( SqlStringBuilder builder ) : void | ||
builder | SqlStringBuilder | |
return | void |
protected ConfigureSecurity ( ExecutionContext context ) : void | ||
context | ExecutionContext | |
return | void |
protected ExecuteStatement ( ExecutionContext context ) : void | ||
context | ExecutionContext | |
return | void |
protected GetData ( SerializationInfo info ) : void | ||
info | SerializationInfo | |
return | void |
protected PrepareExpressions ( IExpressionPreparer preparer ) : |
||
preparer | IExpressionPreparer | |
return |
protected PrepareStatement ( IRequest context ) : |
||
context | IRequest | |
return |