php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
pdo_odbc.stub.php
Go to the documentation of this file.
1<?php
2
4
5namespace {
10 const PDO_ODBC_TYPE = UNKNOWN;
11}
12
13namespace Pdo {
18 class Odbc extends \PDO
19 {
21 public const int ATTR_USE_CURSOR_LIBRARY = UNKNOWN;
22
24 public const int ATTR_ASSUME_UTF8 = UNKNOWN;
25
27 public const int SQL_USE_IF_NEEDED = UNKNOWN;
28
30 public const int SQL_USE_DRIVER = UNKNOWN;
31
33 public const int SQL_USE_ODBC = UNKNOWN;
34 }
35}
const int SQL_USE_ODBC
const int SQL_USE_DRIVER
const int SQL_USE_IF_NEEDED
const int ATTR_USE_CURSOR_LIBRARY
const int ATTR_ASSUME_UTF8
#define PDO_ODBC_TYPE