Android.Database.Sqlite.SQLiteDatabase: Property Members

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

Public Properties

[read-only]
IsDatabaseIntegrityOkbool. 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]
IsDbLockedByCurrentThreadbool. Returns true if the current thread is holding an active connection to the database.
[read-only]
IsDbLockedByOtherThreadsbool. Always returns false.
[read-only]
IsOpenbool. Returns true if the database is currently open.
[read-only]
IsReadOnlybool. Returns true if the database is opened as read only.
[read-only]
IsWriteAheadLoggingEnabledbool. Returns true if write-ahead logging has been enabled for this database.
[read-only]
MaximumSizelong. Returns the maximum size the database may grow to.
PageSizelong. Returns the current database page size, in bytes.
[read-only]
Pathstring. Gets the path to the database file.
[read-only]
SyncedTablesIDictionary<string, string>. Deprecated.
Versionint. Gets the database version.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.