Property | Type | Description | |
---|---|---|---|
KeywordMapping | string>.IDictionary |
Method | Description | |
---|---|---|
FormatSQLTree ( |
||
FormatSQLTree ( |
||
TSqlObfuscatingFormatter ( ) : System | ||
TSqlObfuscatingFormatter ( bool randomizeCase, bool randomizeColor, bool randomizeLineLength, bool preserveComments, bool subtituteKeywords ) : System |
Method | Description | |
---|---|---|
FormatKeyword ( string keyword ) : string | ||
FormatSQLNodes ( |
||
GetCaseRandomized ( string outputKeyword ) : string | ||
ProcessSqlNode ( |
||
ProcessSqlNodeList ( |
public FormatSQLTree ( |
||
sqlTreeDoc | ||
return | string |
public FormatSQLTree ( |
||
fragmentNode | ||
return | string |
public TSqlObfuscatingFormatter ( bool randomizeCase, bool randomizeColor, bool randomizeLineLength, bool preserveComments, bool subtituteKeywords ) : System | ||
randomizeCase | bool | |
randomizeColor | bool | |
randomizeLineLength | bool | |
preserveComments | bool | |
subtituteKeywords | bool | |
return | System |