Structuregrdb 7.3.0GRDB
Statement
Information about an executed statement.
struct Statement
Information about an executed statement.
struct Statement
import GRDB
A toolkit for SQLite databases, with a focus on application development
enum TraceEvent
A trace event.
final class Database
An SQLite connection.
var description: String { get }
A description of the trace event.
var expandedDescription: String { get }
A description of the trace event, where bound parameters are expanded.
protocol CustomStringConvertible
A type with a customized textual representation.
var description: String { get }
var expandedSQL: String { get }
The executed SQL, where bound parameters are expanded.
var sql: String { get }
The executed SQL, where bound parameters are not expanded.