|
Defines |
#define | ARY_MAX |
| a bigger array for testing.
|
Functions |
void | init () |
void | end () |
void | howto_insert () |
| How to insert a row.
|
void | howto_update () |
| How to update a row by primary key.
|
void | howto_delete () |
| How to delete a row by primary key.
|
void | howto_bulk_insert () |
| How to insert many rows.
|
void | howto_bulk_update () |
| How to update many rows.
|
void | howto_bulk_delete () |
| How to delete many rows.
|
void | howto_logging_debug () |
| How to log in debug mode.
|
void | howto_logging_production () |
| How to log in non-debug mode.
|
int | main (int argc, char *argv[]) |