This is the complete list of members for DBConnection, including all inherited members.
| Assign(sqlite3 *handle) | DBConnection | |
| CheckpointFailureCallback typedef | DBConnection | |
| CheckpointHook(void *data, sqlite3 *db, const char *schema, int pages) | DBConnection | privatestatic |
| CheckpointThread(sqlite3 *db, const FilePath &fileName) | DBConnection | private |
| Close() | DBConnection | |
| DB() | DBConnection | |
| DBConnection(const std::weak_ptr< AudacityProject > &pProject, const std::shared_ptr< DBConnectionErrors > &pErrors, CheckpointFailureCallback callback) | DBConnection | |
| DeleteSampleBlock enum value | DBConnection | |
| Detach() | DBConnection | |
| FastMode(const char *schema="main") | DBConnection | |
| GetAllSampleBlocksSize enum value | DBConnection | |
| GetLastMessage() const | DBConnection | |
| GetLastRC() const | DBConnection | |
| GetSampleBlockSize enum value | DBConnection | |
| GetSamples enum value | DBConnection | |
| GetSummary256 enum value | DBConnection | |
| GetSummary64k enum value | DBConnection | |
| InsertSampleBlock enum value | DBConnection | |
| LoadSampleBlock enum value | DBConnection | |
| mBypass | DBConnection | private |
| mCallback | DBConnection | private |
| mCheckpointActive | DBConnection | private |
| mCheckpointCondition | DBConnection | private |
| mCheckpointDB | DBConnection | private |
| mCheckpointMutex | DBConnection | private |
| mCheckpointPending | DBConnection | private |
| mCheckpointStop | DBConnection | private |
| mCheckpointThread | DBConnection | private |
| mDB | DBConnection | private |
| ModeConfig(sqlite3 *db, const char *schema, const char *config) | DBConnection | private |
| mpErrors | DBConnection | private |
| mpProject | DBConnection | private |
| mStatementMutex | DBConnection | private |
| mStatements | DBConnection | private |
| Open(const FilePath fileName) | DBConnection | |
| OpenStepByStep(const FilePath fileName) | DBConnection | private |
| Prepare(enum StatementID id, const char *sql) | DBConnection | |
| SafeMode(const char *schema="main") | DBConnection | |
| SetBypass(bool bypass) | DBConnection | |
| SetDBError(const TranslatableString &msg, const TranslatableString &libraryError={}, int errorCode=-1) | DBConnection | |
| SetError(const TranslatableString &msg, const TranslatableString &libraryError={}, int errorCode={}) | DBConnection | |
| SetPageSize(const char *schema="main") | DBConnection | |
| ShouldBypass() | DBConnection | |
| StatementID enum name | DBConnection | |
| StatementIndex typedef | DBConnection | private |
| ThrowException(bool write) const | DBConnection | |
| ~DBConnection() | DBConnection | |