#include <errno.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <strings.h>
#include <unistd.h>
#include <libdrizzle/drizzle_server.h>
#include <sqlite3.h>
Go to the source code of this file.
Macro Definition Documentation
| #define SQLITE_SERVER_VERSION "SQLite Server using libdrizzle 0.1" |
| #define DRIZZLE_RETURN_CHECK |
( |
|
__ret, |
|
|
|
__function, |
|
|
|
__drizzle |
|
) |
| |
Value:{ \
DRIZZLE_RETURN_ERROR(__function, __drizzle) \
}
Definition at line 23 of file sqlite_server.c.
| #define DRIZZLE_RETURN_ERROR |
( |
|
__function, |
|
|
|
__drizzle |
|
) |
| |
| #define DRIZZLE_RETURN_CHECK_VAL |
( |
|
__ret, |
|
|
|
__function, |
|
|
|
__drizzle |
|
) |
| |
Function Documentation
| static int row_cb |
( |
void * |
data, |
|
|
int |
field_count, |
|
|
char ** |
fields, |
|
|
char ** |
columns |
|
) |
| |
|
static |
| static void usage |
( |
char * |
name | ) |
|
|
static |
| int main |
( |
int |
argc, |
|
|
char * |
argv[] |
|
) |
| |