php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
pgsql_driver.stub.php
Go to the documentation of this file.
1<?php
2
4
11 public function pgsqlCopyFromArray(string $tableName, array $rows, string $separator = "\t", string $nullAs = "\\\\N", ?string $fields = null): bool {}
12
14 public function pgsqlCopyFromFile(string $tableName, string $filename, string $separator = "\t", string $nullAs = "\\\\N", ?string $fields = null): bool {}
15
17 public function pgsqlCopyToArray(string $tableName, string $separator = "\t", string $nullAs = "\\\\N", ?string $fields = null): array|false {}
18
20 public function pgsqlCopyToFile(string $tableName, string $filename, string $separator = "\t", string $nullAs = "\\\\N", ?string $fields = null): bool {}
21
23 public function pgsqlLOBCreate(): string|false {}
24
26 public function pgsqlLOBOpen(string $oid, string $mode = "rb") {}
27
29 public function pgsqlLOBUnlink(string $oid): bool {}
30
32 public function pgsqlGetNotify(int $fetchMode = PDO::FETCH_DEFAULT, int $timeoutMilliseconds = 0): array|false {}
33
35 public function pgsqlGetPid(): int {}
36
37 /* Do NOT add new methods here. See https://wiki.php.net/rfc/pdo_driver_specific_subclasses
38 * Any new feature should be declared only on Pdo\Pgsql.
39 */
40}
pgsqlCopyToArray(string $tableName, string $separator="\t", string $nullAs="\\\\N", ?string $fields=null)
pgsqlCopyFromArray(string $tableName, array $rows, string $separator="\t", string $nullAs="\\\\N", ?string $fields=null)
pgsqlCopyToFile(string $tableName, string $filename, string $separator="\t", string $nullAs="\\\\N", ?string $fields=null)
pgsqlLOBOpen(string $oid, string $mode="rb")
pgsqlGetNotify(int $fetchMode=PDO::FETCH_DEFAULT, int $timeoutMilliseconds=0)
pgsqlCopyFromFile(string $tableName, string $filename, string $separator="\t", string $nullAs="\\\\N", ?string $fields=null)
pgsqlLOBUnlink(string $oid)
$filename
Definition create.php:9
function(EX_VAR(opline->result.var))