#include "apu.h"
#include "apr_pools.h"
#include "apr_dbd.h"
#include <stdio.h>
Go to the source code of this file.
|
| static int | create_table (apr_pool_t *pool, apr_dbd_t *handle, const apr_dbd_driver_t *driver) |
| |
| static int | drop_table (apr_pool_t *pool, apr_dbd_t *handle, const apr_dbd_driver_t *driver) |
| |
| static int | insert_rows (apr_pool_t *pool, apr_dbd_t *handle, const apr_dbd_driver_t *driver) |
| |
| static int | invalid_op (apr_pool_t *pool, apr_dbd_t *handle, const apr_dbd_driver_t *driver) |
| |
| static int | select_sequential (apr_pool_t *pool, apr_dbd_t *handle, const apr_dbd_driver_t *driver) |
| |
| static int | select_random (apr_pool_t *pool, apr_dbd_t *handle, const apr_dbd_driver_t *driver) |
| |
| static int | test_transactions (apr_pool_t *pool, apr_dbd_t *handle, const apr_dbd_driver_t *driver) |
| |
| static int | test_pselect (apr_pool_t *pool, apr_dbd_t *handle, const apr_dbd_driver_t *driver) |
| |
| static int | test_pquery (apr_pool_t *pool, apr_dbd_t *handle, const apr_dbd_driver_t *driver) |
| |
| int | main (int argc, char **argv) |
| |
◆ TEST
Value: printf(
"======== %s ========\n", msg); \
printf(
"Error in %s: rc=%d\n\n", msg, rv); \
} \
printf(
"%s test successful\n\n", msg); \
const char const apr_dbd_driver_t ** driver
const char int apr_pool_t * pool
apr_interval_time_t apr_pollcb_cb_t func
Definition at line 23 of file dbd.c.
◆ create_table()
Definition at line 34 of file dbd.c.
◆ drop_table()
Definition at line 46 of file dbd.c.
◆ insert_rows()
Definition at line 55 of file dbd.c.
◆ invalid_op()
Definition at line 93 of file dbd.c.
◆ main()
◆ select_random()
◆ select_sequential()
◆ test_pquery()
◆ test_pselect()
◆ test_transactions()