Uses of Interface
org.pgcodekeeper.core.database.api.formatter.IFormatConfiguration
Packages that use IFormatConfiguration
Package
Description
-
Uses of IFormatConfiguration in org.pgcodekeeper.core.database.api.schema
Methods in org.pgcodekeeper.core.database.api.schema with parameters of type IFormatConfigurationModifier and TypeMethodDescriptionIStatement.formatSql(String sql, int offset, int length, IFormatConfiguration formatConfiguration) Formats string -
Uses of IFormatConfiguration in org.pgcodekeeper.core.database.base.formatter
Classes in org.pgcodekeeper.core.database.base.formatter that implement IFormatConfigurationModifier and TypeClassDescriptionclassConfiguration class for SQL formatting options. -
Uses of IFormatConfiguration in org.pgcodekeeper.core.database.base.schema.meta
Methods in org.pgcodekeeper.core.database.base.schema.meta with parameters of type IFormatConfigurationModifier and TypeMethodDescriptionMetaStatement.formatSql(String sql, int offset, int length, IFormatConfiguration formatConfiguration) -
Uses of IFormatConfiguration in org.pgcodekeeper.core.database.ch.formatter
Constructors in org.pgcodekeeper.core.database.ch.formatter with parameters of type IFormatConfigurationModifierConstructorDescriptionChFormatter(String source, int offset, int length, IFormatConfiguration config) Constructs a new ClickHouse formatter instance.ChStatementFormatter(int start, int stop, CHParser.Select_stmtContext selectStmtCtx, org.antlr.v4.runtime.CommonTokenStream tokenStream, IFormatConfiguration config) Constructs a new ClickHouse statement formatter for a SELECT statement. -
Uses of IFormatConfiguration in org.pgcodekeeper.core.database.ch.schema
Methods in org.pgcodekeeper.core.database.ch.schema with parameters of type IFormatConfigurationModifier and TypeMethodDescriptionChAbstractStatement.formatSql(String sql, int offset, int length, IFormatConfiguration formatConfiguration) -
Uses of IFormatConfiguration in org.pgcodekeeper.core.database.ms.formatter
Constructors in org.pgcodekeeper.core.database.ms.formatter with parameters of type IFormatConfigurationModifierConstructorDescriptionMsFormatter(String source, int offset, int length, IFormatConfiguration config) Constructs a new Microsoft SQL Server formatter instance. -
Uses of IFormatConfiguration in org.pgcodekeeper.core.database.ms.schema
Methods in org.pgcodekeeper.core.database.ms.schema with parameters of type IFormatConfigurationModifier and TypeMethodDescriptionMsAbstractStatement.formatSql(String sql, int offset, int length, IFormatConfiguration formatConfiguration) -
Uses of IFormatConfiguration in org.pgcodekeeper.core.database.pg.formatter
Constructors in org.pgcodekeeper.core.database.pg.formatter with parameters of type IFormatConfigurationModifierConstructorDescriptionPgFormatter(String source, int offset, int length, IFormatConfiguration config) Constructs a new PostgreSQL formatter instance.PgStatementFormatter(int start, int stop, String functionDefinition, int defOffset, String language, IFormatConfiguration 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, IFormatConfiguration config) Constructs a formatter for PostgreSQL functions from parsed context. -
Uses of IFormatConfiguration in org.pgcodekeeper.core.database.pg.schema
Methods in org.pgcodekeeper.core.database.pg.schema with parameters of type IFormatConfigurationModifier and TypeMethodDescriptionPgAbstractStatement.formatSql(String sql, int offset, int length, IFormatConfiguration formatConfiguration) -
Uses of IFormatConfiguration in org.pgcodekeeper.core.settings
Methods in org.pgcodekeeper.core.settings that return IFormatConfigurationModifier and TypeMethodDescriptionCoreSettings.getFormatConfiguration()ISettings.getFormatConfiguration()Gets the format configuration for code formatting.Methods in org.pgcodekeeper.core.settings with parameters of type IFormatConfigurationModifier and TypeMethodDescriptionvoidCoreSettings.setFormatConfiguration(IFormatConfiguration formatConfiguration)