StatementBinding
public protocol StatementBinding
Undocumented
-
Binds a statement argument.
Declaration
Swift
func bind(to sqliteStatement: SQLiteStatement, at index: CInt) -> CInt
Parameters
sqliteStatement
An SQLite statement.
index
1-based index to statement arguments
Return Value
the code returned by the
sqlite3_bind_xxx
function.