TraceEvent
public enum TraceEvent : CustomStringConvertible
An event reported by Database.trace(options:_:)
-
Information about a statement reported by
See moreDatabase.trace(options:_:)
Declaration
Swift
public struct Statement
-
An event reported by
TracingOptions.statement
.Declaration
Swift
case statement(Statement)
-
An event reported by
TracingOptions.profile
.Declaration
Swift
case profile(statement: Statement, duration: TimeInterval)
-
Declaration
Swift
public var description: String { get }