Method | Description | |
---|---|---|
Parse ( IContext context, SqlQuery query ) : IEnumerable |
||
Parse ( IContext context, string sqlSource ) : IEnumerable |
Parses a given string into one of more statements.
|
|
Parse ( string sqlSource ) : IEnumerable |
Parses a given string into one of more statements.
|
|
ToString ( ) : string |
Method | Description | |
---|---|---|
AppendTo ( SqlStringBuilder builder ) : void | ||
ConfigureSecurity ( ExecutionContext context ) : void | ||
ExecuteStatement ( ExecutionContext context ) : void | ||
GetData ( SerializationInfo info ) : void | ||
ISerializable ( SerializationInfo info, StreamingContext context ) : void | ||
ISqlFormattable ( SqlStringBuilder builder ) : void | ||
OnAfterExecute ( ExecutionContext context ) : void | ||
OnBeforeExecute ( ExecutionContext context ) : void | ||
PrepareExpressions ( IExpressionPreparer preparer ) : SqlStatement | ||
PrepareStatement ( IRequest context ) : SqlStatement | ||
RevokeAccess ( ObjectName resource, DbObjectType resourceType ) : void | ||
SqlStatement ( ) : System | ||
SqlStatement ( SerializationInfo info, StreamingContext context ) : System |
Method | Description | |
---|---|---|
Execute ( ExecutionContext context ) : void | ||
IPreparable ( IExpressionPreparer preparer ) : object | ||
Prepare ( IExpressionPreparer preparer ) : |
||
Prepare ( IRequest request ) : SqlStatement | ||
Prepare ( IRequest context, IExpressionPreparer preparer ) : SqlStatement | ||
SetSource ( SqlQuery query ) : void |
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 ISerializable ( SerializationInfo info, StreamingContext context ) : void | ||
info | SerializationInfo | |
context | StreamingContext | |
return | void |
protected ISqlFormattable ( SqlStringBuilder builder ) : void | ||
builder | SqlStringBuilder | |
return | void |
protected OnAfterExecute ( ExecutionContext context ) : void | ||
context | ExecutionContext | |
return | void |
protected OnBeforeExecute ( ExecutionContext context ) : void | ||
context | ExecutionContext | |
return | void |
public static Parse ( IContext context, SqlQuery query ) : IEnumerable |
||
context | IContext | |
query | SqlQuery | |
return | IEnumerable |
public static Parse ( IContext context, string sqlSource ) : IEnumerable |
||
context | IContext | |
sqlSource | string | The input string to be parsed. |
return | IEnumerable |
public static Parse ( string sqlSource ) : IEnumerable |
||
sqlSource | string | The input string to be parsed. |
return | IEnumerable |
protected PrepareExpressions ( IExpressionPreparer preparer ) : SqlStatement | ||
preparer | IExpressionPreparer | |
return | SqlStatement |
protected PrepareStatement ( IRequest context ) : SqlStatement | ||
context | IRequest | |
return | SqlStatement |
protected RevokeAccess ( ObjectName resource, DbObjectType resourceType ) : void | ||
resource | ObjectName | |
resourceType | DbObjectType | |
return | void |
protected SqlStatement ( SerializationInfo info, StreamingContext context ) : System | ||
info | SerializationInfo | |
context | StreamingContext | |
return | System |