Class PgCustomAntlrErrorStrategy

java.lang.Object
org.antlr.v4.runtime.DefaultErrorStrategy
org.pgcodekeeper.core.database.base.parser.CustomAntlrErrorStrategy
org.pgcodekeeper.core.database.pg.parser.PgCustomAntlrErrorStrategy
All Implemented Interfaces:
org.antlr.v4.runtime.ANTLRErrorStrategy

public class PgCustomAntlrErrorStrategy extends CustomAntlrErrorStrategy
PostgreSQL-specific error strategy that provides enhanced error reporting for PostgreSQL SQL parsing.
  • Constructor Details

    • PgCustomAntlrErrorStrategy

      public PgCustomAntlrErrorStrategy()