StatementBinding
public protocol StatementBinding
                Undocumented
- 
                  
                  
Binds a statement argument.
Declaration
Swift
func bind(to sqliteStatement: SQLiteStatement, at index: CInt) -> CIntParameters
sqliteStatementAn SQLite statement.
index1-based index to statement arguments
Return Value
the code returned by the
sqlite3_bind_xxxfunction. 
View on GitHub
Install in Dash
        StatementBinding Protocol Reference