LogEvent

ldbc.sql.logging.LogEvent
See theLogEvent companion trait
object LogEvent

Attributes

Companion
trait
Source
LogEvent.scala
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
LogEvent.type

Members list

Type members

Classlikes

final case class ExecFailure(sql: String, args: List[Any], failure: Throwable) extends LogEvent

Attributes

Source
LogEvent.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait LogEvent
class Object
trait Matchable
class Any
Show all
final case class ProcessingFailure(sql: String, args: List[Any], failure: Throwable) extends LogEvent

Attributes

Source
LogEvent.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait LogEvent
class Object
trait Matchable
class Any
Show all
final case class Success(sql: String, args: List[Any]) extends LogEvent

Attributes

Source
LogEvent.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait LogEvent
class Object
trait Matchable
class Any
Show all

Inherited and Abstract types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
Source
Mirror.scala

The name of the type

The name of the type

Attributes

Inherited from:
Mirror
Source
Mirror.scala