Initializergrdb 7.4.0GRDB

init(header:separator:nullValue:)

Creates a ListDumpFormat.

ListDumpFormat.swift:46
init(header: Bool = false, separator: String = "|", nullValue: String = "")

Parameters

header

A boolean value indicating if column labels are printed as the first line of output.

separator

The separator between values.

nullValue

The string to print for NULL values.