WhirlyGlobe  1.1
A 3D interactive globe toolkit for ios
sqlhelpers::StatementWrite Class Reference

#include <sqlhelpers.h>

List of all members.

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

Detailed Description

This version is for an insert or update.


Member Function Documentation

void sqlhelpers::StatementWrite::go ( )

Run the insert/update. Triggers an exception on failure


The documentation for this class was generated from the following file: