#include <errno.h>
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include <libdrizzle/drizzle_server.h>
Go to the source code of this file.
Define Documentation
#define DRIZZLE_FIELD_MAX 32 |
#define DRIZZLE_RESULT_ROWS 20 |
#define DRIZZLE_RETURN_CHECK |
( |
|
__ret, |
|
|
|
__function, |
|
|
|
__drizzle |
|
) |
| |
#define DRIZZLE_RETURN_ERROR |
( |
|
__function, |
|
|
|
__drizzle |
|
) |
| |
Value:{ \
printf(__function ":%s\n", drizzle_error(__drizzle)); \
return; \
}
Definition at line 27 of file server.c.
Function Documentation
int main |
( |
int |
argc, |
|
|
char * |
argv[] |
|
) |
| |