#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.
◆ SQLITE_SERVER_VERSION
| #define SQLITE_SERVER_VERSION "SQLite Server using libdrizzle 0.1" |
◆ DRIZZLE_RETURN_CHECK
| #define DRIZZLE_RETURN_CHECK |
( |
| __ret, |
|
|
| __function, |
|
|
| __drizzle ) |
Value:{ \
DRIZZLE_RETURN_ERROR(__function, __drizzle) \
}
Definition at line 23 of file sqlite_server.c.
◆ DRIZZLE_RETURN_ERROR
| #define DRIZZLE_RETURN_ERROR |
( |
| __function, |
|
|
| __drizzle ) |
Value:{ \
return; \
}
const char * drizzle_error(const drizzle_st *drizzle)
Definition at line 29 of file sqlite_server.c.
◆ DRIZZLE_RETURN_CHECK_VAL
| #define DRIZZLE_RETURN_CHECK_VAL |
( |
| __ret, |
|
|
| __function, |
|
|
| __drizzle ) |
◆ server_run()
◆ row_cb()
| static int row_cb |
( |
void * | data, |
|
|
int | field_count, |
|
|
char ** | fields, |
|
|
char ** | columns ) |
|
static |
◆ send_version()
◆ usage()
| static void usage |
( |
char * | name | ) |
|
|
static |
◆ main()
| int main |
( |
int | argc, |
|
|
char * | argv[] ) |