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