Class ChCustomAntlrErrorStrategy
java.lang.Object
org.antlr.v4.runtime.DefaultErrorStrategy
org.pgcodekeeper.core.database.base.parser.CustomAntlrErrorStrategy
org.pgcodekeeper.core.database.ch.parser.ChCustomAntlrErrorStrategy
- All Implemented Interfaces:
org.antlr.v4.runtime.ANTLRErrorStrategy
ClickHouse-specific error strategy that provides enhanced error reporting for
ClickHouse SQL parsing.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.antlr.v4.runtime.DefaultErrorStrategy
inErrorRecoveryMode, recover, recoverInline, reportError, reportMatch, reset, sync
-
Constructor Details
-
ChCustomAntlrErrorStrategy
public ChCustomAntlrErrorStrategy()
-