Method | Description | |
---|---|---|
Format ( |
Method | Description | |
---|---|---|
GetAliasName ( |
||
GetOperator ( |
||
GetOperator ( |
||
Indent ( Indentation style ) : void | ||
NewLine ( Indentation style ) : void | ||
RequiresAsteriskWhenNoArgument ( string aggName ) : bool | ||
VisitAggregate ( |
||
VisitBinary ( |
||
VisitColumn ( |
||
VisitColumnDeclaration ( |
||
VisitColumnDeclarations ( ReadOnlyCollection |
||
VisitConstant ( |
||
VisitExpressionList ( ReadOnlyCollection |
||
VisitJoin ( |
||
VisitLiteral ( |
||
VisitOrderBy ( ReadOnlyCollection |
||
VisitOrderByDeclaration ( |
||
VisitSelect ( |
||
VisitSource ( |
||
VisitTable ( |
||
VisitUnary ( |
||
Write ( object value ) : void |
Method | Description | |
---|---|---|
SqlFormatter ( ) : System |
public static Format ( |
||
expression | ||
return |
protected GetAliasName ( |
||
alias | ||
return | string |
protected GetOperator ( |
||
u | ||
return | string |
protected GetOperator ( |
||
u | ||
return | string |
protected Indent ( Indentation style ) : void | ||
style | Indentation | |
return | void |
protected NewLine ( Indentation style ) : void | ||
style | Indentation | |
return | void |
protected RequiresAsteriskWhenNoArgument ( string aggName ) : bool | ||
aggName | string | |
return | bool |
protected VisitAggregate ( |
||
expr | ||
return |
protected VisitBinary ( |
||
expr | ||
return |
protected VisitColumn ( |
||
expr | ||
return |
protected VisitColumnDeclaration ( |
||
column | ||
return |
protected VisitColumnDeclarations ( ReadOnlyCollection |
||
columns | ReadOnlyCollection |
|
return | ReadOnlyCollection |
protected VisitConstant ( |
||
expr | ||
return |
protected VisitExpressionList ( ReadOnlyCollection |
||
original | ReadOnlyCollection |
|
return | ReadOnlyCollection |
protected VisitJoin ( |
||
expr | ||
return |
protected VisitLiteral ( |
||
expr | ||
return |
protected VisitOrderBy ( ReadOnlyCollection |
||
orders | ReadOnlyCollection |
|
return | ReadOnlyCollection |
protected VisitOrderByDeclaration ( |
||
order | ||
return |
protected VisitSelect ( |
||
expr | ||
return |
protected VisitSource ( |
||
expr | ||
return |
protected VisitTable ( |
||
expr | ||
return |
protected VisitUnary ( |
||
expr | ||
return |