Searched defs:pdo_dbh_t (Results 1 - 1 of 1) sorted by relevance
| /PHP_5_3/ext/pdo/ |
| H A D | php_pdo_driver.h | 27 typedef struct _pdo_dbh_t pdo_dbh_t; typedef in typeref:struct:_pdo_dbh_t 235 int (*db_handle_factory)(pdo_dbh_t *dbh, zval *driver_options TSRMLS_DC); 242 typedef int (*pdo_dbh_close_func)(pdo_dbh_t *dbh TSRMLS_DC); 245 typedef int (*pdo_dbh_prepare_func)(pdo_dbh_t *dbh, const char *sql, long sql_len, pdo_stmt_t *stmt, zval *driver_options TSRMLS_DC); 248 typedef long (*pdo_dbh_do_func)(pdo_dbh_t *dbh, const char *sql, long sql_len TSRMLS_DC); 251 typedef int (*pdo_dbh_quote_func)(pdo_dbh_t *dbh, const char *unquoted, int unquotedlen, char **quoted, int *quotedlen, enum pdo_param_type paramtype TSRMLS_DC); 254 typedef int (*pdo_dbh_txn_func)(pdo_dbh_t *dbh TSRMLS_DC); 257 typedef int (*pdo_dbh_set_attr_func)(pdo_dbh_t *dbh, long attr, zval *val TSRMLS_DC); 261 typedef char *(*pdo_dbh_last_id_func)(pdo_dbh_t *dbh, const char *name, unsigned int *len TSRMLS_DC); 269 typedef int (*pdo_dbh_fetch_error_func)(pdo_dbh_t *db [all...] |
Completed in 4 milliseconds