Module org.jooq
Package org.jooq.impl

Class ParserException

    • Method Detail

      • position

        public final int position()
        The zero-based position within the SQL string at which an exception was thrown, if applicable.
      • line

        public final int line()
        The one-based line number within the SQL string at which an exception was thrown, if applicable.
      • column

        public final int column()
        The one-based column number within the SQL string at which an exception was thrown, if applicable.
      • sql

        public final String sql()
        The SQL string that caused the exception.