Syntax

class Syntax(row: Long, column: Long) : QueryError(source)

A query syntax error.

Constructors

Link copied to clipboard
constructor(row: Long, column: Long)

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
open override val message: String