Home
last modified time | relevance | path

Searched refs:pg_query (Results 26 – 42 of 42) sorted by relevance

12

/PHP-5.5/ext/pgsql/tests/
H A D80_bug39971.phpt17 pg_query("CREATE TABLE php_test (id SERIAL, tm timestamp NOT NULL)");
25 pg_query($dbh, "DROP TABLE php_test");
H A D05large_object.phpt59 pg_query($db, 'begin');
61 pg_query($db, 'commit');
62 pg_query($db, 'begin');
69 pg_query($db, 'commit');
H A D04async_query.phpt44 pg_num_rows(pg_query($db, "SELECT * FROM ".$table_name.";"));
45 pg_num_fields(pg_query($db, "SELECT * FROM ".$table_name.";"));
H A D9999dropdb.phpt12 pg_query($db, "DROP TABLE ".$table_name);
H A D06copy.phpt14 pg_query($db, "DELETE FROM $table_name");
H A Dlcmess.inc12 if (pg_result(pg_query("SHOW LC_MESSAGES"), 0, 0) != $lc_messages) {
H A D16pg_result_status.phpt12 $result = pg_query($db, "BEGIN;END");
H A D10pg_convert_9.phpt15 pg_query($db, "SET standard_conforming_strings = 0");
H A D12pg_insert_9.phpt15 pg_query($db, "SET standard_conforming_strings = 0");
H A D13pg_select_9.phpt15 pg_query("SET bytea_output = 'hex'");
H A D14pg_update_9.phpt15 pg_query($db, "SET standard_conforming_strings = 0");
H A D22pg_fetch_object.phpt20 $result = pg_query($db, $sql) or die('Cannot qeury db');
H A D17result.phpt14 $result = pg_query($db, $sql) or die('Cannot qeury db');
H A D80_bug36625.phpt23 $res = pg_query($dbh, 'select 1');
H A Dbug60244.phpt13 $result = pg_query("select 'a' union select 'b'");
/PHP-5.5/ext/pgsql/
H A Dphp_pgsql.h86 PHP_FUNCTION(pg_query);
H A Dpgsql.c588 PHP_FE(pg_query, arginfo_pg_query)
690 PHP_FALIAS(pg_exec, pg_query, arginfo_pg_query)
1710 PHP_FUNCTION(pg_query) argument

Completed in 38 milliseconds

12