Home
last modified time | relevance | path

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

/PHP-5.4/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()
596 pdo_pgsql_error(dbh, PGRES_FATAL_ERROR, "putcopyend failed"); in PHP_METHOD()
611 pdo_pgsql_error(dbh, PGRES_FATAL_ERROR, "Copy command failed"); in PHP_METHOD()
686 pdo_pgsql_error(dbh, PGRES_FATAL_ERROR, "putcopyend failed"); in PHP_METHOD()
702 pdo_pgsql_error(dbh, PGRES_FATAL_ERROR, "Copy command failed"); in PHP_METHOD()
792 pdo_pgsql_error(dbh, PGRES_FATAL_ERROR, "Copy command failed"); in PHP_METHOD()
891 pdo_pgsql_error(dbh, PGRES_FATAL_ERROR, "HY000"); in PHP_METHOD()
939 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 9 milliseconds