Interface SqlParser.ParseError
- All Known Implementing Classes:
SqlParser.SyntaxError
- Enclosing class:
SqlParser
Parse error with position information.
-
Method Summary
-
Method Details
-
message
String message() -
position
int position() -
line
int line() -
column
int column()
-