Home
last modified time | relevance | path

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

/PHP-5.5/ext/pgsql/tests/
H A D24sync_query_prepared.phpt6 if (!function_exists('pg_prepare')) die('skip function pg_prepare() does not exist');
17 $result = pg_prepare($db, "php_test", "SELECT * FROM ".$table_name." WHERE num > \$1;");
52 $result = pg_prepare($db, "php_test2", "INSERT INTO ".$table_name." VALUES (\$1, \$2);");
/PHP-5.5/ext/pgsql/
H A Dphp_pgsql.h91 PHP_FUNCTION(pg_prepare);
H A Dpgsql.c593 PHP_FE(pg_prepare, arginfo_pg_prepare)
1933 PHP_FUNCTION(pg_prepare) argument
/PHP-5.5/
H A DNEWS9072 . pg_prepare() - prepare named queries.
9075 . pg_send_prepare() - async equivalent of pg_prepare().

Completed in 45 milliseconds