php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
pdo_dblib.stub.php
Go to the documentation of this file.
1<?php
2
4
5namespace Pdo;
6
11class Dblib extends \PDO
12{
14 public const int ATTR_CONNECTION_TIMEOUT = UNKNOWN;
15
17 public const int ATTR_QUERY_TIMEOUT = UNKNOWN;
18
20 public const int ATTR_STRINGIFY_UNIQUEIDENTIFIER = UNKNOWN;
21
23 public const int ATTR_VERSION = UNKNOWN;
24
26 public const int ATTR_TDS_VERSION = UNKNOWN;
27
29 public const int ATTR_SKIP_EMPTY_ROWSETS = UNKNOWN;
30
32 public const int ATTR_DATETIME_CONVERT = UNKNOWN;
33}
const int ATTR_QUERY_TIMEOUT
const int ATTR_DATETIME_CONVERT
const int ATTR_VERSION
const int ATTR_SKIP_EMPTY_ROWSETS
const int ATTR_TDS_VERSION
const int ATTR_CONNECTION_TIMEOUT
const int ATTR_STRINGIFY_UNIQUEIDENTIFIER