Class MsFormatter
java.lang.Object
org.pgcodekeeper.core.formatter.AbstractFormatter
org.pgcodekeeper.core.formatter.ms.MsFormatter
Microsoft SQL Server specific SQL formatter implementation.
Handles formatting of T-SQL syntax according to configured rules.
-
Constructor Summary
ConstructorsConstructorDescriptionMsFormatter(String source, int start, int stop, FormatConfiguration config) Constructs a new Microsoft SQL Server formatter instance. -
Method Summary
-
Constructor Details
-
MsFormatter
Constructs a new Microsoft SQL Server formatter instance.- Parameters:
source- The source SQL text to be formattedstart- The starting offset in the source text for formattingstop- The ending offset in the source text for formattingconfig- The formatting configuration containing style rules
-
-
Method Details
-
getFormatItems
-