mirror of
https://github.com/cuberite/SQLiteCpp.git
synced 2025-08-04 09:46:02 -04:00
Add a new non static variant for getHeaderInfo() (TODO: need unit tests)
This commit is contained in:
parent
ddb4929ddb
commit
4f4d833868
@ -477,6 +477,12 @@ public:
|
||||
*/
|
||||
static Header getHeaderInfo(const std::string& aFilename);
|
||||
|
||||
// Parse SQLite header data from a database file.
|
||||
Header getHeaderInfo()
|
||||
{
|
||||
return getHeaderInfo(mFilename);
|
||||
}
|
||||
|
||||
/**
|
||||
* @brief BackupType for the backup() method
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user