Patterns in static

Apophenia

Data Structures | Macros | Typedefs | Functions | Variables
apop_db_sqlite.c File Reference

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_dataapop_sqlite_query_to_text (char *query)
 
apop_dataapop_sqlite_multiquery (const char *intypes, char *query)
 

Variables

sqlite3 * db =NULL
 

Detailed Description

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.

Macro Definition Documentation

#define sqfn (   name)
Value:
static void name##Fn(sqlite3_context *context, int argc, sqlite3_value **argv){ \
sqlite3_result_double(context, name(sqlite3_value_double(argv[0]))); }

Autogenerated by doxygen on Wed Oct 15 2014 (Debian 0.999b+ds3-2).