Update of /cvsroot/gcblue/gcb_wx/include/sqlite
In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv21395/include/sqlite
Modified Files:
sqlite3x.hpp
Log Message:
Update for server name change
Index: sqlite3x.hpp
===================================================================
RCS file: /cvsroot/gcblue/gcb_wx/include/sqlite/sqlite3x.hpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** sqlite3x.hpp 16 Sep 2005 21:58:05 -0000 1.1
--- sqlite3x.hpp 17 Aug 2006 01:27:11 -0000 1.2
***************
*** 146,149 ****
--- 146,151 ----
public:
+ bool isStringError; ///< modified code DDC
+
sqlite3_reader();
sqlite3_reader(const sqlite3_reader ©);
***************
*** 162,165 ****
--- 164,168 ----
std::string getstring(int index);
std::wstring getstring16(int index);
+ bool getStringError() const;
std::string getblob(int index);
|