Instance Methodgrdb 7.4.0GRDB
_layoutedAdapter(from:)
RowAdapter.swift:665func _layoutedAdapter(from layout: some _RowLayout) throws -> any _LayoutedRowAdapter
func _layoutedAdapter(from layout: some _RowLayout) throws -> any _LayoutedRowAdapter
s4GRDB19RenameColumnAdapterV09_layoutedD04fromAA012_LayoutedRowD0_px_tKAA01_H6LayoutRzlF
What are these?94XY1
import GRDB
A toolkit for SQLite databases, with a focus on application development
struct RenameColumnAdapter
RenameColumnAdapter
is a row adapter that renames columns.
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(_ transform: @escaping (String) -> String)
Creates a RenameColumnAdapter
adapter that renames columns according to the provided transform function.