Method | Description | |
---|---|---|
AddExpression ( |
||
AddTable ( IFromTableSource tableSource ) : void | ||
CompareStrings ( string str1, string str2 ) : bool | ||
Create ( IRequest context, |
||
ExposeAllColumns ( ) : void | ||
ExposeColumn ( ObjectName columName ) : void | ||
ExposeColumns ( IFromTableSource tableSource ) : void | ||
ExposeColumns ( ObjectName tableName ) : void | ||
FindExpression ( ObjectName alias ) : SqlExpression | ||
FindTable ( string schema, string name ) : IFromTableSource | ||
GetResolvedColumns ( ) : ObjectName[] | ||
GetTableSource ( int offset ) : IFromTableSource | ||
QueryExpressionFrom ( ) : System | ||
QueryExpressionFrom ( bool ignoreCase ) : System | ||
ResolveReference ( ObjectName refName ) : ObjectName |
Method | Description | |
---|---|---|
GlobalResolveReference ( int level, ObjectName name ) : QueryReference | ||
QualifyReference ( ObjectName name ) : object | ||
ResolveAliasReference ( ObjectName alias ) : ObjectName | ||
ResolveColumnReference ( ObjectName columnName ) : ObjectName |
public AddExpression ( |
||
expressionReference | ||
return | void |
public AddTable ( IFromTableSource tableSource ) : void | ||
tableSource | IFromTableSource | |
return | void |
public CompareStrings ( string str1, string str2 ) : bool | ||
str1 | string | |
str2 | string | |
return | bool |
public static Create ( IRequest context, |
||
context | IRequest | |
expression | ||
return |
public ExposeColumn ( ObjectName columName ) : void | ||
columName | ObjectName | |
return | void |
public ExposeColumns ( IFromTableSource tableSource ) : void | ||
tableSource | IFromTableSource | |
return | void |
public ExposeColumns ( ObjectName tableName ) : void | ||
tableName | ObjectName | |
return | void |
public FindExpression ( ObjectName alias ) : SqlExpression | ||
alias | ObjectName | |
return | SqlExpression |
public FindTable ( string schema, string name ) : IFromTableSource | ||
schema | string | |
name | string | |
return | IFromTableSource |
public GetTableSource ( int offset ) : IFromTableSource | ||
offset | int | |
return | IFromTableSource |
public QueryExpressionFrom ( bool ignoreCase ) : System | ||
ignoreCase | bool | |
return | System |
public ResolveReference ( ObjectName refName ) : ObjectName | ||
refName | ObjectName | |
return | ObjectName |