SqlTracer

trait SqlTracer
Companion:
object
class Object
trait Matchable
class Any
object JdbcLogging.type

Value members

Abstract methods

def logExecute(method: String, sql: String, batches: Int, err: Option[Throwable], startTimeNs: Long, endTimeNs: Long): Unit

Concrete methods

final def compose(inner: SqlTracer): SqlTracer
final def execute[@specialized(Boolean, Int, Long) A](method: String, sql: String, batches: Int, run: () => A): A
final def inject(ds: DataSource): DataSource