The properties of Android.Database.Sqlite.SQLiteDatabase are listed below. For a list of all members, see the SQLiteDatabase Members list.
See Also: Inherited members from Android.Database.Sqlite.SQLiteClosable
[read-only] | IsDatabaseIntegrityOk | bool. Runs 'pragma integrity_check' on the given database (and all the attached databases) and returns true if the given database (and all its attached databases) pass integrity_check, false otherwise. |
[read-only] | IsDbLockedByCurrentThread | bool. Returns true if the current thread is holding an active connection to the database. |
[read-only] | IsDbLockedByOtherThreads | bool. Always returns false. |
[read-only] | IsOpen | bool. Returns true if the database is currently open. |
[read-only] | IsReadOnly | bool. Returns true if the database is opened as read only. |
[read-only] | IsWriteAheadLoggingEnabled | bool. Returns true if write-ahead logging has been enabled for this database. |
[read-only] | MaximumSize | long. Returns the maximum size the database may grow to. |
PageSize | long. Returns the current database page size, in bytes. | |
[read-only] | Path | string. Gets the path to the database file. |
[read-only] | SyncedTables | IDictionary<string, string>. Deprecated. |
Version | int. Gets the database version. |
[read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
[read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |