Instance Propertygrdb 7.2.0GRDB
id
The first column in the output of the foreign_key_list
pragma.
var id: Int
The first column in the output of the foreign_key_list
pragma.
var id: Int
import GRDB
A toolkit for SQLite databases, with a focus on application development
struct ForeignKeyInfo
Information about a foreign key.
@frozen struct Int
A signed integer value type.
var destinationColumns: [String] { get }
The destination columns.
let destinationTable: String
The name of the destination table.
let mapping: [(origin: String, destination: String)]
The column to column mapping.
var originColumns: [String] { get }
The origin columns.