Instance Propertygrdb 7.3.0GRDB
_statement
FetchableRecord.swift:851let _statement: Statement
let _statement: Statement
import GRDB
A toolkit for SQLite databases, with a focus on application development
final class RecordCursor<Record> where Record : FetchableRecord
A cursor of records.
final class Statement
A prepared statement.
var _isDone: Bool
func _element(sqliteStatement: SQLiteStatement) throws -> Record
typealias Element = Record