6 Commits

Author SHA1 Message Date
Sebastien Rombauts
00d6be86bc Added getColumnXxx() method to access the result
- the wrapper is starting to be usefull
2012-04-01 11:07:03 +02:00
Sebastien Rombauts
0a1520ced0 Added Statement::getColumnCount() and commented out the throw specifications (they are not usefull) 2012-03-31 17:45:40 +02:00
Sebastien Rombauts
abc1f7bfa3 Added binding function, and a simple example with an integer value 2012-03-31 17:33:27 +02:00
Sebastien Rombauts
30562dcdab Cleanups tasks :
- MIT License file and header
- small README
- Renaming to SQLiteC++
2012-03-31 13:21:46 +02:00
Sebastien Rombauts
8d93693e88 Implementation of a SQLite Statement
- Added an "example.db3" simple database
- Comments
2012-03-31 09:59:11 +02:00
Sebastien Rombauts
a6cbeedbeb Added a Visual Studio Solution
- Added the sqlite3 source (easier for Windows dev)
2012-03-31 08:02:44 +02:00