mirror of
https://github.com/cuberite/SQLiteCpp.git
synced 2025-08-04 17:56:13 -04:00
Merge pull request #117 from dunkelfalke/patch-1
Update Statement.h documentation
This commit is contained in:
commit
4d6356f700
@ -599,7 +599,7 @@ private:
|
|||||||
/**
|
/**
|
||||||
* @brief Check if a return code equals SQLITE_OK, else throw a SQLite::Exception with the SQLite error message
|
* @brief Check if a return code equals SQLITE_OK, else throw a SQLite::Exception with the SQLite error message
|
||||||
*
|
*
|
||||||
* @param[in] SQLite return code to test against the SQLITE_OK expected value
|
* @param[in] aRet SQLite return code to test against the SQLITE_OK expected value
|
||||||
*/
|
*/
|
||||||
inline void check(const int aRet) const
|
inline void check(const int aRet) const
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user