Statement
public struct Statement
                Information about a statement reported by Database.trace(options:_:)
- 
                  
                  
The executed SQL.
Declaration
Swift
public var sql: String { get } - 
                  
                  
The executed SQL, with bound parameters expanded.
Declaration
Swift
public var expandedSQL: String { get } 
View on GitHub
Install in Dash
        Statement Structure Reference