Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(9)

Unified Diff: gears/database2/connection.h

Issue 717: Database2Values, argument conversion implemented (Closed) SVN Base: http://google-gears.googlecode.com/svn/contrib/dimitri.glazkov/database2/
Patch Set: ready for another look. Created 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side by-side-diff with in-line comments
Download patch
Index: gears/database2/connection.h
===================================================================
--- gears/database2/connection.h (revision 1639)
+++ gears/database2/connection.h (working copy)
@@ -33,6 +33,8 @@
#include "gears/base/common/string16.h"
#include "gears/third_party/sqlite_google/preprocessed/sqlite3.h"
+class Database2Values;
+
class Database2RowHandlerInterface {
public:
Database2RowHandlerInterface() {};
@@ -59,8 +61,7 @@
bool OpenAndVerifyVersion(const std::string16 &database_version);
bool Execute(const std::string16 &statement,
- const int num_arguments,
- const JsParamToSend *arguments,
+ Database2Values *arguments,
Database2RowHandlerInterface *row_handler);
bool Begin();
void Rollback();

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld r338