mirror of
https://github.com/cuberite/SQLiteCpp.git
synced 2025-08-04 09:46:02 -04:00
Remove unneeded Backup::getHandle() accessor
This commit is contained in:
parent
d51633836a
commit
544ecf4101
@ -131,18 +131,6 @@ public:
|
||||
*/
|
||||
int totalPageCount();
|
||||
|
||||
/**
|
||||
* @brief Return raw pointer to SQLite Database Backup Handle.
|
||||
*
|
||||
* This is often needed to mix this wrapper with other libraries or for advance usage not supported by SQLiteCpp.
|
||||
*
|
||||
* @return Raw pointer to SQLite Backup Handle
|
||||
*/
|
||||
inline sqlite3_backup* getHandle() const noexcept // nothrow
|
||||
{
|
||||
return mpSQLiteBackup;
|
||||
}
|
||||
|
||||
private:
|
||||
/// @{ Backup must be non-copyable
|
||||
Backup(const Backup&);
|
||||
|
Loading…
x
Reference in New Issue
Block a user