php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
pdo_firebird.stub.php
Go to the documentation of this file.
1<?php
2
4
5namespace Pdo;
6
11class Firebird extends \PDO
12{
14 public const int ATTR_DATE_FORMAT = UNKNOWN;
15
17 public const int ATTR_TIME_FORMAT = UNKNOWN;
18
20 public const int ATTR_TIMESTAMP_FORMAT = UNKNOWN;
21
23 public const int TRANSACTION_ISOLATION_LEVEL = UNKNOWN;
24
26 public const int READ_COMMITTED = UNKNOWN;
27
29 public const int REPEATABLE_READ = UNKNOWN;
30
32 public const int SERIALIZABLE = UNKNOWN;
33
35 public const int WRITABLE_TRANSACTION = UNKNOWN;
36
37 public static function getApiVersion(): int {}
38}
const int ATTR_TIME_FORMAT
const int REPEATABLE_READ
const int ATTR_TIMESTAMP_FORMAT
const int ATTR_DATE_FORMAT
const int SERIALIZABLE
const int READ_COMMITTED
const int WRITABLE_TRANSACTION
const int TRANSACTION_ISOLATION_LEVEL