TracingOptions

public struct TracingOptions : OptionSet

An option for Database.trace(options:_:)

  • Declaration

    Swift

    public let rawValue: CInt
  • Declaration

    Swift

    public init(rawValue: CInt)
  • Reports executed statements

    Declaration

    Swift

    public static let statement: Database.TracingOptions
  • Reports executed statements and the estimated duration that the statement took to run.

  • Reports executed statements and the estimated duration that the statement took to run.

    Declaration

    Swift

    @available(OSX 10.12, tvOS 10.0, watchOS 3.0, *)
    public static let profile: Database.TracingOptions