Home
last modified time | relevance | path

Searched refs:ODBC_TYPE (Results 1 – 8 of 8) sorted by relevance

/PHP-8.3/ext/odbc/
H A Dphp_odbc_includes.h28 #define ODBC_TYPE "Solid" macro
53 #define ODBC_TYPE "Empress" macro
60 #define ODBC_TYPE "Adabas D" macro
71 #define ODBC_TYPE "SAP DB" macro
88 #define ODBC_TYPE "iODBC" macro
104 #define ODBC_TYPE "unixODBC" macro
112 #define ODBC_TYPE "ESOOB" macro
119 #define ODBC_TYPE "Openlink" macro
134 #define ODBC_TYPE "DBMaker" macro
143 #define ODBC_TYPE "Custom ODBC" macro
[all …]
H A Dconfig.m4122 ODBC_TYPE=adabas
145 ODBC_TYPE=sapdb
166 ODBC_TYPE=solid
200 ODBC_TYPE=ibm-db2
238 ODBC_TYPE=empress
280 ODBC_TYPE=empress-bcs
309 ODBC_TYPE=custom-odbc
327 ODBC_TYPE=iodbc
350 ODBC_TYPE=esoob
379 ODBC_TYPE=unixODBC
[all …]
H A Dodbc.stub.php9 const ODBC_TYPE = UNKNOWN; define
H A Dphp_odbc.c2214 hashed_len = spprintf(&hashed_details, 0, "%s_%s_%s_%s_%d", ODBC_TYPE, db, uid, pwd, cur_opt); in odbc_do_connect()
/PHP-8.3/ext/odbc/tests/
H A Dodbc_exec_001.phpt8 if ("unixODBC" != ODBC_TYPE) {
9 die("skip ODBC_TYPE != unixODBC");
H A Dbug60616.phpt9 if ("unixODBC" != ODBC_TYPE) {
10 die("skip ODBC_TYPE != unixODBC");
H A Dbug44618.phpt9 if (ODBC_TYPE === "unixODBC") {
/PHP-8.3/main/
H A Dbuild-defs.h.in21 #define PHP_ODBC_TYPE "@ODBC_TYPE@"

Completed in 53 milliseconds