|
WhirlyGlobe
1.2
A 3D interactive globe toolkit for iOS
|
#include <sqlhelpers.h>
Public Member Functions | |
| StatementWrite (sqlite3 *db, const char *) | |
| StatementWrite (sqlite3 *db, NSString *) | |
| void | go () |
| void | finalize () |
| Finalize it (optional) | |
| void | add (int) |
| Add an integer. | |
| void | add (double) |
| Add a double. | |
| void | add (NSString *) |
| Add a string. | |
| void | add (BOOL) |
| Add a boolean. | |
Protected Member Functions | |
| void | init (sqlite3 *db, const char *) |
Protected Attributes | |
| sqlite3_stmt * | stmt |
| bool | isFinalized |
| int | curField |
This version is for an insert or update.
| void sqlhelpers::StatementWrite::go | ( | ) |
Run the insert/update. Triggers an exception on failure