![]() |
|
Data Structures | |
| struct | StdDevCtx |
| struct | callback_t |
| struct | apop_qt |
Macros | |
| #define | sqfn(name) |
| #define | sqlink(name) sqlite3_create_function(db, #name , 1, SQLITE_ANY, NULL, &name##Fn, NULL, NULL); |
Typedefs | |
| typedef struct StdDevCtx | StdDevCtx |
Functions | |
| sqfn (sqrt) | |
| apop_data * | apop_sqlite_query_to_text (char *query) |
| apop_data * | apop_sqlite_multiquery (const char *intypes, char *query) |
Variables | |
| sqlite3 * | db =NULL |
This file is included directly into apop_db.c.
Copyright (c) 2006–2007 by Ben Klemens. Licensed under the modified GNU GPL v2; see COPYING and COPYING2.
| #define sqfn | ( | name | ) |