Member Name | Description |
---|---|
CreateIfNecessary | Open flag: Flag for SQLiteDatabase.OpenDatabase(string, Android.Database.Sqlite.SQLiteDatabase.ICursorFactory, Android.Database.Sqlite.SQLiteDatabase.ICursorFactory) to create the database file if it does not already exist. |
NoLocalizedCollators |
This causes the collator LOCALIZED not to be created. You must be consistent when using this flag to use the setting the database was created with. If this is set, SQLiteDatabase.SetLocale(Java.Util.Locale) will do nothing. |
OpenReadonly | Open flag: Flag for SQLiteDatabase.OpenDatabase(string, Android.Database.Sqlite.SQLiteDatabase.ICursorFactory, Android.Database.Sqlite.SQLiteDatabase.ICursorFactory) to open the database for reading only. This is the only reliable way to open a database if the disk may be full. |
OpenReadwrite |
Note that the value of this flag is 0, so it is the default. |