From 8f17c9090b5811683e470d64eecf49d475fa6490 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Rombauts?= Date: Mon, 10 Dec 2012 14:55:18 +0100 Subject: [PATCH] Comment on the return of Database::exec() --- src/SQLiteC++/Database.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/SQLiteC++/Database.h b/src/SQLiteC++/Database.h index f5c5949..6406684 100644 --- a/src/SQLiteC++/Database.h +++ b/src/SQLiteC++/Database.h @@ -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);