Home
last modified time | relevance | path

Searched refs:pg_send_prepare (Results 1 – 4 of 4) sorted by relevance

/PHP-5.5/ext/pgsql/tests/
H A D26async_query_prepared.phpt6 if (!function_exists('pg_send_prepare')) die('skip function pg_send_prepare() does not exist');
17 if (!pg_send_prepare($db, 'php_test', "SELECT * FROM ".$table_name." WHERE num > \$1;")) {
18 echo "pg_send_prepare() error\n";
71 if (!pg_send_prepare($db, "php_test2", "INSERT INTO ".$table_name." VALUES (\$1, \$2);"))
73 echo "pg_send_prepare() error\n";
/PHP-5.5/ext/pgsql/
H A Dphp_pgsql.h101 PHP_FUNCTION(pg_send_prepare);
H A Dpgsql.c603 PHP_FE(pg_send_prepare, arginfo_pg_send_prepare)
4811 PHP_FUNCTION(pg_send_prepare) argument
/PHP-5.5/
H A DNEWS9075 . pg_send_prepare() - async equivalent of pg_prepare().

Completed in 39 milliseconds