SqlStats

final case class SqlStats(query: Query, sql: String, args: List[Any], rows: Int, cols: Int)
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

Normalize whitespace in query for easier testing.

Normalize whitespace in query for easier testing.

Source:
SqlStatsMonitor.scala

Inherited methods

Inherited from:
Product