Searched refs:pg_select (Results 1 – 9 of 9) sorted by relevance
/PHP-5.6/ext/pgsql/tests/ |
H A D | pg_select_001.phpt | 2 PostgreSQL pg_select() - basic test using schema 23 var_dump(pg_select($conn, 'foo', array('id' => 1))); 26 var_dump(pg_select($conn, 'phptests.foo', array('id' => 1))); 29 var_dump(pg_select($conn, 'phptests.bar', array('id' => 1))); 32 var_dump(pg_select($conn, 'phptests.bar', array('id4' => 4))); 41 Warning: pg_select(): Table 'foo' doesn't exists in %s on line %d 53 Notice: pg_select(): Invalid field name (id) in values in %s on line %d
|
H A D | 13pg_select_9.phpt | 2 PostgreSQL pg_select() (9.0+) 20 $res = pg_select($db, $table_name, $ids) or print "Error\n"; 22 echo pg_select($db, $table_name, $ids, PGSQL_DML_STRING)."\n"; 23 echo pg_select($db, $table_name, $ids, PGSQL_DML_STRING|PGSQL_DML_ESCAPE)."\n";
|
H A D | 13pg_select.phpt | 2 PostgreSQL pg_select() 18 $res = pg_select($db, $table_name, $ids) or print "Error\n"; 20 echo pg_select($db, $table_name, $ids, PGSQL_DML_STRING)."\n";
|
H A D | pg_insert_001.phpt | 2 PostgreSQL pg_select() - basic test using schema 22 var_dump(pg_select($conn, 'phptests.foo', array('id' => 1)));
|
/PHP-5.6/ |
H A D | UPGRADING | 261 pg_insert()/pg_select()/pg_update()/pg_delete() are no longer EXPERIMENTAL. 380 - pg_insert()/pg_select()/pg_update()/pg_delete()/pg_meta_data()/pg_convert() 382 - Added PGSQL_DML_ESCAPE option for pg_insert()/pg_select()/pg_update()/pg_delete() 386 - pg_select() returns PostgreSQL query resource when query is executed.
|
H A D | NEWS | 2379 . pg_insert()/pg_select()/pg_update()/pg_delete() are no longer EXPERIMENTAL. 2909 for pg_insert()/pg_update()/pg_delete()/pg_select(). (Yasuo) 3260 . Fixed bug #62978 (Disallow possible SQL injections with pg_select()/pg_update()
|
/PHP-5.6/ext/pgsql/ |
H A D | php_pgsql.h | 194 PHP_FUNCTION(pg_select);
|
H A D | README | 215 array pg_select(resource db, string table, array ids[, bool convert])
|
H A D | pgsql.c | 718 PHP_FE(pg_select, arginfo_pg_select) 7119 PHP_FUNCTION(pg_select) argument
|
Completed in 46 milliseconds