- sql
- the SQL statement to be executed. Multiple statements separated by semicolons are not supported.
- bindArgs
- only byte[], String, Long and Double are supported in bindArgs.
Type Reason Android.Database.SQLException if the SQL string is invalid
Execute a single SQL statement that is NOT a SELECT/INSERT/UPDATE/DELETE.
For INSERT statements, use any of the following instead.
For UPDATE statements, use any of the following instead.
For DELETE statements, use any of the following instead.
For example, the following are good candidates for using this method:
When using SQLiteDatabase.EnableWriteAheadLogging, journal_mode is
automatically managed by this class. So, do not set journal_mode
using "PRAGMA journal_mode'