Searched refs:pgsqlCopyFromArray (Results 1 – 4 of 4) sorted by relevance
/PHP-8.4/ext/pdo_pgsql/tests/ |
H A D | copy_from.phpt | 2 PDO PgSQL pgsqlCopyFromArray and pgsqlCopyFromFile 41 echo "Testing pgsqlCopyFromArray() with default parameters\n"; 43 var_dump($db->pgsqlCopyFromArray('test_copy_from',$tableRows)); 51 echo "Testing pgsqlCopyFromArray() with different field separator and not null indicator\n"; 53 var_dump($db->pgsqlCopyFromArray('test_copy_from',$tableRowsWithDifferentNullValues,";","NULL")); 60 echo "Testing pgsqlCopyFromArray() with only selected fields\n"; 69 echo "Testing pgsqlCopyFromArray() with error\n"; 137 Testing pgsqlCopyFromArray() with default parameters 181 Testing pgsqlCopyFromArray() with different field separator and not null indicator 225 Testing pgsqlCopyFromArray() with only selected fields [all …]
|
/PHP-8.4/ext/pdo_pgsql/ |
H A D | pgsql_driver_arginfo.h | 49 ZEND_METHOD(PDO_PGSql_Ext, pgsqlCopyFromArray); 60 …ZEND_ME(PDO_PGSql_Ext, pgsqlCopyFromArray, arginfo_class_PDO_PGSql_Ext_pgsqlCopyFromArray, ZEND_AC…
|
H A D | pgsql_driver.stub.php | 11 …public function pgsqlCopyFromArray(string $tableName, array $rows, string $separator = "\t", strin… function in PDO_PGSql_Ext
|
H A D | pgsql_driver.c | 721 PHP_METHOD(PDO_PGSql_Ext, pgsqlCopyFromArray) in PHP_METHOD() argument
|
Completed in 19 milliseconds