SQLTidy
The following operations are supported. For a formal definition, please review the Service Description.
-
ListSQLServerVersions
Return a list of SQL Server Versions. -
Parse
Parse the SQL and return a SQLTidyResponse object. SQL format is defaulted to SQL 2008 -
ParseSQL
Parse the SQL and return formatted SQL. If SQL does not parse, an empty string to returned. -
ParseSQLv2
Parse the SQL and return formatted SQL. If SQL does not parse, an empty string to returned. -
ParseSQLwithOptions
Parse and Tidy SQL, returns HTML as well. -
ParseWithVersion
Parse the SQL and return a SQLTidyResponse object. The version of SQL is required. -
ParseWithVersionv2
Parse the SQL and return a SQLTidyResponse object. The version of SQL is required. -
TryParse
Check to see if this SQL parses. Returns True if it parses sucessfully and False if it does not.