php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
pdo_pgsql.stub.php
Go to the documentation of this file.
1<?php
2
4
5namespace Pdo;
6
11class Pgsql extends \PDO
12{
14 public const int ATTR_DISABLE_PREPARES = UNKNOWN;
15
16#ifdef HAVE_PG_RESULT_MEMORY_SIZE
18 public const int ATTR_RESULT_MEMORY_SIZE = UNKNOWN;
19#endif
20
22 public const int TRANSACTION_IDLE = UNKNOWN;
23
25 public const int TRANSACTION_ACTIVE = UNKNOWN;
26
28 public const int TRANSACTION_INTRANS = UNKNOWN;
29
31 public const int TRANSACTION_INERROR = UNKNOWN;
32
34 public const int TRANSACTION_UNKNOWN = UNKNOWN;
35
36 public function escapeIdentifier(string $input): string {}
37
38 public function copyFromArray(string $tableName, array $rows, string $separator = "\t", string $nullAs = "\\\\N", ?string $fields = null): bool {}
39
40 public function copyFromFile(string $tableName, string $filename, string $separator = "\t", string $nullAs = "\\\\N", ?string $fields = null): bool {}
41
42 public function copyToArray(string $tableName, string $separator = "\t", string $nullAs = "\\\\N", ?string $fields = null): array|false {}
43
44 public function copyToFile(string $tableName, string $filename, string $separator = "\t", string $nullAs = "\\\\N", ?string $fields = null): bool {}
45
46 public function lobCreate(): string|false {}
47
52 public function lobOpen(string $oid, string $mode = "rb") {}
53
54 public function lobUnlink(string $oid): bool {}
55
56 public function getNotify(int $fetchMode = \PDO::FETCH_DEFAULT, int $timeoutMilliseconds = 0): array|false {}
57
58 public function getPid(): int {}
59
60 public function setNoticeCallback(?callable $callback): void {}
61}
const int FETCH_DEFAULT
lobUnlink(string $oid)
const int TRANSACTION_INTRANS
escapeIdentifier(string $input)
const int TRANSACTION_INERROR
copyFromArray(string $tableName, array $rows, string $separator="\t", string $nullAs="\\\\N", ?string $fields=null)
setNoticeCallback(?callable $callback)
const int TRANSACTION_ACTIVE
copyToArray(string $tableName, string $separator="\t", string $nullAs="\\\\N", ?string $fields=null)
getNotify(int $fetchMode=\PDO::FETCH_DEFAULT, int $timeoutMilliseconds=0)
const int TRANSACTION_IDLE
copyFromFile(string $tableName, string $filename, string $separator="\t", string $nullAs="\\\\N", ?string $fields=null)
const int ATTR_DISABLE_PREPARES
const int ATTR_RESULT_MEMORY_SIZE
copyToFile(string $tableName, string $filename, string $separator="\t", string $nullAs="\\\\N", ?string $fields=null)
const int TRANSACTION_UNKNOWN
lobOpen(string $oid, string $mode="rb")
$filename
Definition create.php:9
ZEND_API void(ZEND_FASTCALL *zend_touch_vm_stack_data)(void *vm_stack_data)
function(EX_VAR(opline->result.var))