StatLine

org.squeryl.logging.StatLine
class StatLine(val statement: Statement, val avgExecTime: Double, val invocationCount: Long, val cumulativeExecutionTime: Long, val avgRowCount: Float)

Attributes

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

Members list

Value members

Concrete methods

def definitionSite: String

Attributes

Source
StatsSchema.scala

Concrete fields

val avgExecTime: Double

Attributes

Source
StatsSchema.scala
val avgRowCount: Float

Attributes

Source
StatsSchema.scala

Attributes

Source
StatsSchema.scala
val invocationCount: Long

Attributes

Source
StatsSchema.scala

Attributes

Source
StatsSchema.scala