34 SQLPrivate(sqlite3 *db = NULL, sqlite3_stmt *stmt = NULL)
39 SQLPrivate(
const SQLPrivate& other)
40 : db(other.db), stmt(other.stmt)
44 void checkValid() throw(SQLException)
47 throw SQLException(
"invalid statement");
Definition: AllocationMap.c++:25