Comment on the return of Database::exec()

This commit is contained in:
Sébastien Rombauts 2012-12-10 14:55:18 +01:00
parent 8b67e71792
commit 8f17c9090b

View File

@ -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);