Class StatementFormatter
java.lang.Object
org.pgcodekeeper.core.database.base.formatter.StatementFormatter
- Direct Known Subclasses:
ChStatementFormatter,PgStatementFormatter
Abstract base class for SQL statement formatting.
Handles core formatting logic including indentation, whitespace management,
and operator spacing for SQL statements.
-
Method Summary
Modifier and TypeMethodDescriptionvoidformat()Performs the formatting operation on the SQL statement.
-
Method Details
-
getChanges
-
format
public void format()Performs the formatting operation on the SQL statement. Processes tokens and applies formatting rules based on configuration.
-