Uses of Class
org.pgcodekeeper.core.formatter.FormatConfiguration
Packages that use FormatConfiguration
Package
Description
-
Uses of FormatConfiguration in org.pgcodekeeper.core.formatter
Methods in org.pgcodekeeper.core.formatter that return FormatConfigurationModifier and TypeMethodDescriptionFormatConfiguration.copy()Creates a copy of this configuration.Constructors in org.pgcodekeeper.core.formatter with parameters of type FormatConfigurationModifierConstructorDescriptionFileFormatter(String source, int offset, int length, FormatConfiguration config, DatabaseType dbType) Constructs a new FileFormatter instance. -
Uses of FormatConfiguration in org.pgcodekeeper.core.formatter.ch
Constructors in org.pgcodekeeper.core.formatter.ch with parameters of type FormatConfigurationModifierConstructorDescriptionChFormatter(String source, int start, int stop, FormatConfiguration config) Constructs a new ClickHouse formatter instance.ChStatementFormatter(int start, int stop, CHParser.Select_stmtContext selectStmtCtx, org.antlr.v4.runtime.CommonTokenStream tokenStream, FormatConfiguration config) Constructs a new ClickHouse statement formatter for a SELECT statement. -
Uses of FormatConfiguration in org.pgcodekeeper.core.formatter.ms
Constructors in org.pgcodekeeper.core.formatter.ms with parameters of type FormatConfigurationModifierConstructorDescriptionMsFormatter(String source, int start, int stop, FormatConfiguration config) Constructs a new Microsoft SQL Server formatter instance. -
Uses of FormatConfiguration in org.pgcodekeeper.core.formatter.pg
Constructors in org.pgcodekeeper.core.formatter.pg with parameters of type FormatConfigurationModifierConstructorDescriptionPgFormatter(String source, int start, int stop, FormatConfiguration config) Constructs a new PostgreSQL formatter instance.PgStatementFormatter(int start, int stop, String functionDefinition, int defOffset, String language, FormatConfiguration config) Constructs a formatter for PostgreSQL functions from string definition.PgStatementFormatter(int start, int stop, SQLParser.Function_bodyContext definition, org.antlr.v4.runtime.CommonTokenStream tokenStream, FormatConfiguration config) Constructs a formatter for PostgreSQL functions from parsed context. -
Uses of FormatConfiguration in org.pgcodekeeper.core.settings
Methods in org.pgcodekeeper.core.settings that return FormatConfigurationModifier and TypeMethodDescriptionCoreSettings.getFormatConfiguration()ISettings.getFormatConfiguration()Gets the format configuration for code formatting.