Grassroots Infrastructure
The Grassroots Infrastructure is a suite of computing tools to help users and developers use scientific data infrastructure that can easily be interconnected.
|
Go to the documentation of this file.
28 #ifndef SQLITE_TOOL_H_
29 #define SQLITE_TOOL_H_
38 #ifndef DOXYGEN_SHOULD_SKIP_THIS
40 #ifdef ALLOCATE_SQLITE_TAGS
41 #define SQLITE_PREFIX GRASSROOTS_SQLITE_API
42 #define SQLITE_VAL(x) = x
44 #define SQLITE_PREFIX extern GRASSROOTS_SQLITE_API
56 SQLITE_PREFIX
const char *SQLITE_OP_EQUALS_S
SQLITE_VAL(
"=");
58 SQLITE_PREFIX
const char *SQLITE_SET_CLAUSE_S
SQLITE_VAL(
"set");
60 SQLITE_PREFIX
const char *SQLITE_WHERE_CLAUSE_S
SQLITE_VAL(
"where");
76 sqlite3 *sqlt_database_p;
#define GRASSROOTS_SQLITE_API
Definition: sqlite_library.h:46
A doubly-linked list that can be traversed in either direction.
Definition: linked_list.h:56