Uses of Class
org.pgcodekeeper.core.schema.StatementOverride
Packages that use StatementOverride
Package
Description
-
Uses of StatementOverride in org.pgcodekeeper.core.loader
Method parameters in org.pgcodekeeper.core.loader with type arguments of type StatementOverrideModifier and TypeMethodDescriptionvoidPgDumpLoader.setOverridesMap(Map<PgStatement, StatementOverride> overrides) Sets the statement overrides map for customizing parsed statements. -
Uses of StatementOverride in org.pgcodekeeper.core.parsers.antlr.ch
Constructor parameters in org.pgcodekeeper.core.parsers.antlr.ch with type arguments of type StatementOverrideModifierConstructorDescriptionChSQLOverridesListener(ChDatabase database, String filename, ParserListenerMode mode, List<Object> errors, IMonitor monitor, Map<PgStatement, StatementOverride> overrides, ISettings settings) Creates a new listener for ClickHouse SQL with override support. -
Uses of StatementOverride in org.pgcodekeeper.core.parsers.antlr.ch.statement
Constructor parameters in org.pgcodekeeper.core.parsers.antlr.ch.statement with type arguments of type StatementOverrideModifierConstructorDescriptionGrantChPrivilege(CHParser.Privilegy_stmtContext ctx, ChDatabase db, Map<PgStatement, StatementOverride> overrides, ISettings settings) Creates a parser for ClickHouse GRANT/REVOKE privilege statements. -
Uses of StatementOverride in org.pgcodekeeper.core.parsers.antlr.ms
Constructor parameters in org.pgcodekeeper.core.parsers.antlr.ms with type arguments of type StatementOverrideModifierConstructorDescriptionTSQLOverridesListener(MsDatabase db, String filename, ParserListenerMode mode, List<Object> errors, IMonitor mon, Map<PgStatement, StatementOverride> overrides, ISettings settings) Creates a new T-SQL listener with override support. -
Uses of StatementOverride in org.pgcodekeeper.core.parsers.antlr.ms.statement
Constructor parameters in org.pgcodekeeper.core.parsers.antlr.ms.statement with type arguments of type StatementOverrideModifierConstructorDescriptionAlterMsAuthorization(TSQLParser.Alter_authorizationContext ctx, MsDatabase db, Map<PgStatement, StatementOverride> overrides, ISettings settings) Creates a parser for Microsoft SQL ALTER AUTHORIZATION statements with statement overrides.GrantMsPrivilege(TSQLParser.Rule_commonContext ctx, MsDatabase db, Map<PgStatement, StatementOverride> overrides, ISettings settings) Creates a parser for Microsoft SQL privilege statements with statement overrides. -
Uses of StatementOverride in org.pgcodekeeper.core.parsers.antlr.pg
Constructor parameters in org.pgcodekeeper.core.parsers.antlr.pg with type arguments of type StatementOverrideModifierConstructorDescriptionSQLOverridesListener(PgDatabase db, String filename, ParserListenerMode mode, List<Object> errors, IMonitor mon, Map<PgStatement, StatementOverride> overrides, ISettings settings) Creates a new listener with override support. -
Uses of StatementOverride in org.pgcodekeeper.core.parsers.antlr.pg.statement
Constructor parameters in org.pgcodekeeper.core.parsers.antlr.pg.statement with type arguments of type StatementOverrideModifierConstructorDescriptionAlterOwner(SQLParser.Alter_owner_statementContext ctx, PgDatabase db, Map<PgStatement, StatementOverride> overrides, ISettings settings) Constructs a new AlterOwner parser with optional statement overrides.GrantPrivilege(SQLParser.Rule_commonContext ctx, PgDatabase db, Map<PgStatement, StatementOverride> overrides, ISettings settings) Constructs a new GrantPrivilege parser with optional statement overrides.