Searched refs:php_pgsql_insert (Results 1 – 2 of 2) sorted by relevance
/PHP-8.3/ext/pgsql/ |
H A D | php_pgsql.h | 79 PHP_PGSQL_API zend_result php_pgsql_insert(PGconn *pg_link, const zend_string *table, zval *values,…
|
H A D | pgsql.c | 5260 PHP_PGSQL_API zend_result php_pgsql_insert(PGconn *pg_link, const zend_string *table, zval *var_arr… in php_pgsql_insert() function 5413 if (php_pgsql_insert(pg_link, table, values, option|PGSQL_DML_STRING, &sql) == FAILURE) { in PHP_FUNCTION() 5454 } else if (php_pgsql_insert(pg_link, table, values, option, &sql) == FAILURE) { in PHP_FUNCTION()
|
Completed in 78 milliseconds