Method |
Description |
|
ExtractXmlBetween ( XmlNode startingElement, XmlNode endingElement ) : XmlNode |
|
|
FirstSemanticElementChild ( XmlElement contentElement ) : XmlElement |
|
|
FormatKeyword ( string keyword ) : string |
|
|
FormatOperator ( string operatorValue ) : string |
|
|
ProcessSqlNode ( XmlElement contentElement, TSqlStandardFormattingState state ) : void |
|
|
ProcessSqlNodeList ( XmlNodeList rootList, TSqlStandardFormattingState state ) : void |
|
|
TSqlStandardFormatter ( string indentString, int spacesPerTab, int maxLineWidth, bool expandCommaLists, bool trailingCommas, bool spaceAfterExpandedComma, bool expandBooleanExpressions, bool expandCaseStatements, bool expandBetweenConditions, bool breakJoinOnSections, bool uppercaseKeywords, bool htmlColoring, bool keywordStandardization ) : System |
|
|
WhiteSpace_BreakAsExpected ( TSqlStandardFormattingState state ) : void |
|
|
WhiteSpace_SeparateComment ( XmlElement contentElement, TSqlStandardFormattingState state ) : void |
|
|
WhiteSpace_SeparateStatements ( XmlElement contentElement, TSqlStandardFormattingState state ) : void |
|
|
WhiteSpace_SeparateWords ( TSqlStandardFormattingState state ) : void |
|
|