Initializergrdb 7.1.0GRDB
init(row:)
Database+Schema.swift:1188init(row: Row)
init(row: Row)
import GRDB
A toolkit for SQLite databases, with a focus on application development
struct ColumnInfo
Information about a column of a database table.
final class Row
A database row.
let defaultValueSQL: String?
The SQL snippet that defines the default value, if any.
let isNotNull: Bool
A boolean value indicating if the column is constrained to be not null.
let name: String
The column name.
let primaryKeyIndex: Int
The one-based index of the column in the primary key.
let type: String
The column data type.