StatementInvocationEvent

org.squeryl.logging.StatementInvocationEvent
class StatementInvocationEvent(_definitionOrCallSite: StackTraceElement, val start: Long, val end: Long, val rowCount: Int, val jdbcStatement: String)

Attributes

Source
StatisticsListener.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def definitionOrCallSite: String

Attributes

Source
StatisticsListener.scala

Concrete fields

val end: Long

Attributes

Source
StatisticsListener.scala
val jdbcStatement: String

Attributes

Source
StatisticsListener.scala
val rowCount: Int

Attributes

Source
StatisticsListener.scala
val start: Long

Attributes

Source
StatisticsListener.scala
val uuid: String

Attributes

Source
StatisticsListener.scala