LogEvent

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

copied from doobie: https://github.com/tpolecat/doobie/blob/main/modules/free/src/main/scala/doobie/util/log.scala#L22

Algebraic type of events that can be passed to a LogHandler, both parameterized by the argument type of the SQL input parameters (this is typically an HList).

Attributes

Companion
object
Source
LogEvent.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Value members

Abstract methods

def args: List[Any]

The query arguments.

The query arguments.

Attributes

Source
LogEvent.scala
def sql: String

The complete SQL string as seen by JDBC.

The complete SQL string as seen by JDBC.

Attributes

Source
LogEvent.scala