sqlite3_exec
Execute SQL code. Return one of the SQLITE_ success/failure codes. Also write an error message into memory obtained from malloc() and make outErrorMessage point to that message.
If the SQL is a query, then for each row in the query result the callback function is called. If callback=null then no callback is invoked, even for queries.
Execute SQL code. Return one of the SQLITE_ success/failure codes. Also write an error message into memory obtained from malloc() and make outErrorMessage point to that message.
If the SQL is a query, then for each row in the query result the callback function is called. If callback=null then no callback is invoked, even for queries.
Execute SQL code. Return one of the SQLITE_ success/failure codes. Also write an error message into memory obtained from malloc() and make outErrorMessage point to that message.
If the SQL is a query, then for each row in the query result the callback function is called. If callback=null then no callback is invoked, even for queries.
Execute SQL code. Return one of the SQLITE_ success/failure codes. Also write an error message into memory obtained from malloc() and make outErrorMessage point to that message.
If the SQL is a query, then for each row in the query result the callback function is called. If callback=null then no callback is invoked, even for queries.
Execute SQL code. Return one of the SQLITE_ success/failure codes. Also write an error message into memory obtained from malloc() and make outErrorMessage point to that message.
If the SQL is a query, then for each row in the query result the callback function is called. If callback=null then no callback is invoked, even for queries.