mirror of
https://github.com/cuberite/SQLiteCpp.git
synced 2025-08-04 17:56:13 -04:00
Comment on the return of Database::exec()
This commit is contained in:
parent
8b67e71792
commit
8f17c9090b
@ -65,6 +65,8 @@ public:
|
||||
* @see Statement class and Statement::executeStep() for handling "SELECT" queries with results
|
||||
*
|
||||
* @param[in] apQueries one or multiple UTF-8 encoded, semicolon-separate SQL statements
|
||||
*
|
||||
* @return number of changes made by those SQL statements
|
||||
*/
|
||||
int exec(const char* apQueries); // throw(SQLite::Exception);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user