Home
last modified time | relevance | path

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

/PHP-5.5/ext/pdo_pgsql/
H A Dpgsql_driver.c304 pdo_pgsql_error(dbh, PGRES_FATAL_ERROR, NULL); in pgsql_handle_doer()
309 pdo_pgsql_error(dbh, qs, pdo_pgsql_sqlstate(res)); in pgsql_handle_doer()
379 pdo_pgsql_error(dbh, status, pdo_pgsql_sqlstate(res)); in pdo_pgsql_last_insert_id()
624 pdo_pgsql_error(dbh, PGRES_FATAL_ERROR, "putcopyend failed"); in PHP_METHOD()
639 pdo_pgsql_error(dbh, PGRES_FATAL_ERROR, "Copy command failed"); in PHP_METHOD()
714 pdo_pgsql_error(dbh, PGRES_FATAL_ERROR, "putcopyend failed"); in PHP_METHOD()
730 pdo_pgsql_error(dbh, PGRES_FATAL_ERROR, "Copy command failed"); in PHP_METHOD()
820 pdo_pgsql_error(dbh, PGRES_FATAL_ERROR, "Copy command failed"); in PHP_METHOD()
919 pdo_pgsql_error(dbh, PGRES_FATAL_ERROR, "HY000"); in PHP_METHOD()
967 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 11 milliseconds