Instance Propertygrdb 7.4.0GRDB
separator
The separator between values.
var separator: String
The separator between values.
var separator: String
import GRDB
A toolkit for SQLite databases, with a focus on application development
struct DebugDumpFormat
A format that prints one line per database row, suitable for debugging.
@frozen struct String
A Unicode string value that is a collection of characters.
init(header: Bool = false, separator: String = "|", nullValue: String = "")
Creates a DebugDumpFormat
.
var header: Bool
A boolean value indicating if column labels are printed as the first line of output.
var nullValue: String
The string to print for NULL values.
mutating func finalize(_ db: Database, statement: Statement, to stream: inout DumpStream)
mutating func writeRow(_ db: Database, statement: Statement, to stream: inout DumpStream)