Searched refs:pgsqlCopyFromArray (Results 1 – 4 of 4) sorted by relevance
/PHP-8.0/ext/pdo_pgsql/tests/ |
H A D | copy_from.phpt | 2 PDO PgSQL pgsqlCopyFromArray and pgsqlCopyFromFile 39 echo "Testing pgsqlCopyFromArray() with default parameters\n"; 41 var_dump($db->pgsqlCopyFromArray('test',$tableRows)); 49 echo "Testing pgsqlCopyFromArray() with different field separator and not null indicator\n"; 51 var_dump($db->pgsqlCopyFromArray('test',$tableRowsWithDifferentNullValues,";","NULL")); 58 echo "Testing pgsqlCopyFromArray() with only selected fields\n"; 67 echo "Testing pgsqlCopyFromArray() with error\n"; 129 Testing pgsqlCopyFromArray() with default parameters 173 Testing pgsqlCopyFromArray() with different field separator and not null indicator 217 Testing pgsqlCopyFromArray() with only selected fields [all …]
|
/PHP-8.0/ext/pdo_pgsql/ |
H A D | pgsql_driver_arginfo.h | 49 ZEND_METHOD(PDO_PGSql_Ext, pgsqlCopyFromArray); 61 …ZEND_ME(PDO_PGSql_Ext, pgsqlCopyFromArray, arginfo_class_PDO_PGSql_Ext_pgsqlCopyFromArray, ZEND_AC…
|
H A D | pgsql_driver.stub.php | 8 …public function pgsqlCopyFromArray(string $tableName, array $rows, string $separator = "\t", strin… function in PDO_PGSql_Ext
|
H A D | pgsql_driver.c | 587 PHP_METHOD(PDO_PGSql_Ext, pgsqlCopyFromArray) in PHP_METHOD() argument
|
Completed in 10 milliseconds