Interface SqlParser.ParseError

All Known Implementing Classes:
SqlParser.SyntaxError
Enclosing class:
SqlParser

public static sealed interface SqlParser.ParseError permits SqlParser.SyntaxError
Parse error with position information.
  • Method Summary

    Modifier and Type
    Method
    Description
    int
     
    int
     
     
    int
     
  • Method Details

    • message

      String message()
    • position

      int position()
    • line

      int line()
    • column

      int column()