Trace

zoobie.sqlcommenter.SQLCommenter.Trace
See theTrace companion object
final case class Trace(traceId: String, spanId: String, options: Byte, state: Option[Map[String, String]])

Attributes

Companion
object
Source
SQLCommenter.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def parent: String

Attributes

Source
SQLCommenter.scala

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product