Protocolgrdb 7.3.0GRDB
StatementBinding
A type that can bind a statement argument.
protocol StatementBinding
Browse conforming typesRelated SQLite documentation: https://www.sqlite.org/c3ref/bind_blob.html
A type that can bind a statement argument.
protocol StatementBinding
Related SQLite documentation: https://www.sqlite.org/c3ref/bind_blob.html
import GRDB
A toolkit for SQLite databases, with a focus on application development
func bind(to sqliteStatement: SQLiteStatement, at index: CInt) -> CInt
Binds a statement argument.
final class DatabaseValueCursor<Value> where Value : DatabaseValueConvertible
A cursor of database values.
protocol DatabaseValueConvertible : SQLExpressible, StatementBinding
A type that can convert itself into and out of a database value.
protocol RawRepresentable<RawValue>
A type that can be converted to and from an associated raw value.
func bind(to sqliteStatement: SQLiteStatement, at index: CInt) -> CInt