Uses of Enum Class
org.pgcodekeeper.core.loader.ParserListenerMode
Packages that use ParserListenerMode
Package
Description
-
Uses of ParserListenerMode in org.pgcodekeeper.core.loader
Methods in org.pgcodekeeper.core.loader that return ParserListenerModeModifier and TypeMethodDescriptionstatic ParserListenerModeReturns the enum constant of this class with the specified name.static ParserListenerMode[]ParserListenerMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.pgcodekeeper.core.loader with parameters of type ParserListenerModeModifier and TypeMethodDescriptionvoidPgDumpLoader.setMode(ParserListenerMode mode) Sets the parser listener mode for controlling parsing behavior. -
Uses of ParserListenerMode in org.pgcodekeeper.core.parsers.antlr.base
Constructors in org.pgcodekeeper.core.parsers.antlr.base with parameters of type ParserListenerModeModifierConstructorDescriptionCustomParserListener(T database, String filename, ParserListenerMode mode, List<Object> errors, IMonitor monitor, ISettings settings) Creates a new parser listener for building database schemas. -
Uses of ParserListenerMode in org.pgcodekeeper.core.parsers.antlr.base.statement
Methods in org.pgcodekeeper.core.parsers.antlr.base.statement with parameters of type ParserListenerModeModifier and TypeMethodDescriptionvoidParserAbstract.parseObject(String fileName, ParserListenerMode mode, org.antlr.v4.runtime.ParserRuleContext ctx) Parses a database object from the given parse tree context. -
Uses of ParserListenerMode in org.pgcodekeeper.core.parsers.antlr.ch
Constructors in org.pgcodekeeper.core.parsers.antlr.ch with parameters of type ParserListenerModeModifierConstructorDescriptionChSQLOverridesListener(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.CustomChSQLParserListener(ChDatabase database, String filename, ParserListenerMode mode, List<Object> errors, IMonitor monitor, ISettings settings) Creates a new ClickHouse SQL parser listener. -
Uses of ParserListenerMode in org.pgcodekeeper.core.parsers.antlr.ms
Constructors in org.pgcodekeeper.core.parsers.antlr.ms with parameters of type ParserListenerModeModifierConstructorDescriptionCustomTSQLParserListener(MsDatabase database, String filename, ParserListenerMode mode, List<Object> errors, IMonitor monitor, ISettings settings) Creates a new Microsoft SQL Server parser listener.TSQLOverridesListener(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 ParserListenerMode in org.pgcodekeeper.core.parsers.antlr.pg
Constructors in org.pgcodekeeper.core.parsers.antlr.pg with parameters of type ParserListenerModeModifierConstructorDescriptionCustomSQLParserListener(PgDatabase database, String filename, ParserListenerMode mode, List<Object> errors, Queue<AntlrTask<?>> antlrTasks, IMonitor monitor, ISettings settings) Creates a new PostgreSQL SQL parser listener.SQLOverridesListener(PgDatabase db, String filename, ParserListenerMode mode, List<Object> errors, IMonitor mon, Map<PgStatement, StatementOverride> overrides, ISettings settings) Creates a new listener with override support.