Home
last modified time | relevance | path

Searched refs:PGSQL_DML_STRING (Results 1 – 12 of 12) sorted by relevance

/PHP-5.3/ext/pgsql/tests/
H A Dpg_delete_001.phpt29 var_dump(pg_delete($conn, 'foo', array('id' => 1, 'id2' => 2), PGSQL_DML_STRING));
33 var_dump(pg_delete($conn, 'phptests.foo', array('id' => 2, 'id2' => 3), PGSQL_DML_STRING));
40 var_dump(pg_delete($conn, 'bar', array('id' => 1, 'id2' => 2), PGSQL_DML_STRING));
H A Dbug47199.phpt22 …$dbh, $tbl_name, array('null_field' => NULL,'not_null_field' => 2), PGSQL_DML_STRING|PGSQL_DML_EXE…
26 …ull_field' => 0), array('not_null_field' => 1, 'null_field' => ''), PGSQL_DML_STRING|PGSQL_DML_EXE…
H A Dpg_update_001.phpt22 var_dump(pg_update($conn, 'foo', array('id' => 10), array('id' => 1), PGSQL_DML_STRING));
25 var_dump(pg_update($conn, 'phptests.foo', array('id' => 100), array('id2' => 2), PGSQL_DML_STRING));
H A D12pg_insert.phpt18 echo pg_insert($db, $table_name, $fields, PGSQL_DML_STRING)."\n";
H A D12pg_insert_85.phpt20 echo pg_insert($db, $table_name, $fields, PGSQL_DML_STRING)."\n";
H A D14pg_update.phpt19 echo pg_update($db, $table_name, $fields, $ids, PGSQL_DML_STRING)."\n";
H A D13pg_select.phpt20 echo pg_select($db, $table_name, $ids, PGSQL_DML_STRING)."\n";
H A D13pg_select_85.phpt20 echo pg_select($db, $table_name, $ids, PGSQL_DML_STRING)."\n";
H A D14pg_update_85.phpt21 echo pg_update($db, $table_name, $fields, $ids, PGSQL_DML_STRING)."\n";
H A Dpg_insert_001.phpt20 var_dump(pg_insert($conn, 'phptests.foo', array('id' => 1, 'id2' => 2), PGSQL_DML_STRING));
/PHP-5.3/ext/pgsql/
H A Dpgsql.c5940 else if (opt & PGSQL_DML_STRING) {
5949 if (ret == SUCCESS && (opt & PGSQL_DML_STRING)) {
5987 if (option & PGSQL_DML_STRING) {
6092 } else if (opt & PGSQL_DML_STRING) {
6105 if (ret == SUCCESS && (opt & PGSQL_DML_STRING)) {
6143 if (option & PGSQL_DML_STRING) {
6188 } else if (opt & PGSQL_DML_STRING) {
6197 if (ret == SUCCESS && (opt & PGSQL_DML_STRING)) {
6235 if (option & PGSQL_DML_STRING) {
6338 if (ret == SUCCESS && (opt & PGSQL_DML_STRING)) {
[all …]
H A Dphp_pgsql.h196 #define PGSQL_DML_STRING (1<<11) /* Return query string */ macro

Completed in 41 milliseconds