Statement

public struct Statement

Information about a statement reported by Database.trace(options:_:)

  • sql

    The executed SQL.

    Declaration

    Swift

    public var sql: String { get }
  • The executed SQL, with bound parameters expanded.

    Declaration

    Swift

    public var expandedSQL: String { get }