wvlet.airframe.sql

Members list

Concise view

Type members

Classlikes

case class SQLError(errorCode: SQLErrorCode, message: String, cause: Option[Throwable], location: Option[NodeLocation], metadata: Map[String, Any]) extends Exception

A common error definition around SQL processing

A common error definition around SQL processing

Attributes

Graph
Supertypes
trait Product
trait Equals
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
sealed abstract class SQLErrorCode(val code: Int)

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object CatalogNotFound.type
object ColumnNotFound.type
object DatabaseNotFound.type
object InternalError.type
object InvalidArgument.type
object InvalidType.type
object SyntaxError.type
object TableAlreadyExists.type
object TableNotFound.type
object UnknownDataType.type
object UnsupportedSyntax.type
object UserError.type

Attributes

Companion:
class
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type