Home
last modified time | relevance | path

Searched refs:pdo_pgsql_error (Results 1 – 2 of 2) sorted by relevance

/PHP-5.3/ext/pdo_pgsql/
H A Dpgsql_driver.c292 pdo_pgsql_error(dbh, PGRES_FATAL_ERROR, NULL); in pgsql_handle_doer()
297 pdo_pgsql_error(dbh, qs, pdo_pgsql_sqlstate(res)); in pgsql_handle_doer()
367 pdo_pgsql_error(dbh, status, pdo_pgsql_sqlstate(res)); in pdo_pgsql_last_insert_id()
587 pdo_pgsql_error(dbh, PGRES_FATAL_ERROR, "putcopyend failed"); in PHP_METHOD()
602 pdo_pgsql_error(dbh, PGRES_FATAL_ERROR, "Copy command failed"); in PHP_METHOD()
677 pdo_pgsql_error(dbh, PGRES_FATAL_ERROR, "putcopyend failed"); in PHP_METHOD()
693 pdo_pgsql_error(dbh, PGRES_FATAL_ERROR, "Copy command failed"); in PHP_METHOD()
783 pdo_pgsql_error(dbh, PGRES_FATAL_ERROR, "Copy command failed"); in PHP_METHOD()
882 pdo_pgsql_error(dbh, PGRES_FATAL_ERROR, "HY000"); in PHP_METHOD()
930 pdo_pgsql_error(dbh, PGRES_FATAL_ERROR, "HY000"); in PHP_METHOD()
[all …]
H A Dphp_pdo_pgsql_int.h87 #define pdo_pgsql_error(d,e,z) _pdo_pgsql_error(d, NULL, e, z, __FILE__, __LINE__ TSRMLS_CC) macro

Completed in 7 milliseconds