Package org.partiql.lang.syntax

Types

Link copied to clipboard
open class LexerException(message: String, errorCode: ErrorCode, errorContext: PropertyValueMap, cause: Throwable?) : SyntaxException

Error in the Lexer.

Link copied to clipboard
interface Parser

Parses a PartiQL Statement into an AST.

Link copied to clipboard
open class ParserException(message: String, errorCode: ErrorCode, errorContext: PropertyValueMap, cause: Throwable?) : SyntaxException

Error in the parser.

Link copied to clipboard
class PartiQLParserBuilder

A builder class to instantiate a Parser.

Link copied to clipboard
open class SyntaxException(message: String, errorCode: ErrorCode, errorContext: PropertyValueMap, cause: Throwable?) : SqlException

Root exception type for syntactic problems.