Searched refs:pgsqlCopyFromArray (Results 1 – 2 of 2) sorted by relevance
2 PDO PgSQL pgsqlCopyFromArray and pgsqlCopyFromFile39 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 parameters173 Testing pgsqlCopyFromArray() with different field separator and not null indicator217 Testing pgsqlCopyFromArray() with only selected fields[all …]
534 static PHP_METHOD(PDO, pgsqlCopyFromArray) in PHP_METHOD() argument1134 PHP_ME(PDO, pgsqlCopyFromArray, NULL, ZEND_ACC_PUBLIC)
Completed in 8 milliseconds