82 typedef struct apr_dbd_driver_t apr_dbd_driver_t;
83 typedef struct apr_dbd_t apr_dbd_t;
84 typedef struct apr_dbd_transaction_t apr_dbd_transaction_t;
85 typedef struct apr_dbd_results_t apr_dbd_results_t;
86 typedef struct apr_dbd_row_t apr_dbd_row_t;
87 typedef struct apr_dbd_prepared_t apr_dbd_prepared_t;
106 const apr_dbd_driver_t **driver);
178 APU_DECLARE(const
char*)
apr_dbd_name(const apr_dbd_driver_t *driver);
208 apr_dbd_t *handle, const
char *name);
227 apr_dbd_transaction_t **trans);
240 apr_dbd_transaction_t *trans);
242 #define APR_DBD_TRANSACTION_COMMIT 0x00
243 #define APR_DBD_TRANSACTION_ROLLBACK 0x01
244 #define APR_DBD_TRANSACTION_IGNORE_ERRORS 0x02
253 apr_dbd_transaction_t *trans);
263 apr_dbd_transaction_t *trans,
274 APU_DECLARE(
int)
apr_dbd_query(const apr_dbd_driver_t *driver, apr_dbd_t *handle,
275 int *nrows, const
char *statement);
290 apr_dbd_t *handle, apr_dbd_results_t **res,
291 const
char *statement,
int random);
300 apr_dbd_results_t *res);
310 apr_dbd_results_t *res);
323 apr_dbd_results_t *res, apr_dbd_row_t **row,
334 apr_dbd_row_t *row,
int col);
344 apr_dbd_results_t *res,
int col);
355 APU_DECLARE(const
char*)
apr_dbd_error(const apr_dbd_driver_t *driver,
356 apr_dbd_t *handle,
int errnum);
366 APU_DECLARE(const
char*)
apr_dbd_escape(const apr_dbd_driver_t *driver,
399 apr_dbd_t *handle, const
char *query,
401 apr_dbd_prepared_t **statement);
416 apr_dbd_t *handle,
int *nrows,
417 apr_dbd_prepared_t *statement,
int nargs,
433 apr_dbd_t *handle, apr_dbd_results_t **res,
434 apr_dbd_prepared_t *statement,
int random,
435 int nargs, const
char **args);
447 APU_DECLARE_NONSTD(
int)
apr_dbd_pvquery(const apr_dbd_driver_t *driver,
449 apr_dbd_t *handle,
int *nrows,
450 apr_dbd_prepared_t *statement, ...);
465 apr_dbd_results_t **res,
466 apr_dbd_prepared_t *statement,
481 int *nrows, apr_dbd_prepared_t *statement,
497 apr_dbd_t *handle, apr_dbd_results_t **res,
498 apr_dbd_prepared_t *statement,
int random,
513 apr_dbd_t *handle,
int *nrows,
514 apr_dbd_prepared_t *statement, ...);
529 apr_dbd_results_t **res,
530 apr_dbd_prepared_t *statement,
543 apr_dbd_row_t *row,
int col,