Instance Methodgrdb 7.1.0GRDB
_layoutedAdapter(from:)
RowAdapter.swift:414func _layoutedAdapter(from layout: some _RowLayout) throws -> any _LayoutedRowAdapter
func _layoutedAdapter(from layout: some _RowLayout) throws -> any _LayoutedRowAdapter
s4GRDB13ColumnMappingV16_layoutedAdapter4fromAA012_LayoutedRowE0_px_tKAA01_H6LayoutRzlF
What are these?7RI6T
import GRDB
A toolkit for SQLite databases, with a focus on application development
struct ColumnMapping
ColumnMapping
is a row adapter that maps column names.
protocol _RowLayout
_RowLayout
is a protocol that supports the RowAdapter
protocol. It describes the layout of a base row.
protocol _LayoutedRowAdapter
_LayoutedRowAdapter
is a protocol that supports the RowAdapter
protocol.
init(_ mapping: [String : String])
Creates a ColumnMapping
with a dictionary from mapped column names to column names in a base row.