- sql
- the SQL statement to be executed. Multiple statements separated by semicolons are not supported.
Type Reason Android.Database.SQLException if the SQL string is invalid
Execute a single SQL statement that is NOT a SELECT or any other SQL statement that returns data.
It has no means to return any data (such as the number of affected rows). Instead, you're encouraged to use SQLiteDatabase.Insert(string, System.String, System.String), SQLiteDatabase.Update(string, Android.Content.ContentValues, Android.Content.ContentValues, Android.Content.ContentValues), et al, when possible.
When using SQLiteDatabase.EnableWriteAheadLogging, journal_mode is
automatically managed by this class. So, do not set journal_mode
using "PRAGMA journal_mode'