Home
last modified time | relevance | path

Searched refs:db2 (Results 1 – 18 of 18) sorted by relevance

/PHP-5.3/ext/dba/
H A Ddba_db2.c47 DBA_OPEN_FUNC(db2) in DBA_OPEN_FUNC() argument
89 DBA_CLOSE_FUNC(db2) in DBA_CLOSE_FUNC() argument
99 DBA_FETCH_FUNC(db2) in DBA_FETCH_FUNC() argument
113 DBA_UPDATE_FUNC(db2) in DBA_UPDATE_FUNC() argument
129 DBA_EXISTS_FUNC(db2) in DBA_EXISTS_FUNC() argument
141 DBA_DELETE_FUNC(db2) in DBA_DELETE_FUNC() argument
149 DBA_FIRSTKEY_FUNC(db2) argument
170 DBA_NEXTKEY_FUNC(db2) argument
183 DBA_OPTIMIZE_FUNC(db2) argument
188 DBA_SYNC_FUNC(db2) argument
[all …]
H A Dphp_db2.h8 DBA_FUNCS(db2);
H A Dconfig.m491 PHP_ARG_WITH(db2,,
371 …PHP_DBA_STD_RESULT(db2, Berkeley DB2, [You cannot combine --with-db2 with --with-db3 or --with-db4…
374 if test -f "$i/db2/db.h"; then
376 THIS_INCLUDE=$i/db2/db.h
378 elif test -f "$i/include/db2/db.h"; then
380 THIS_INCLUDE=$i/include/db2/db.h
382 elif test -f "$i/include/db/db2.h"; then
384 THIS_INCLUDE=$i/include/db/db2.h
386 elif test -f "$i/include/db2.h"; then
388 THIS_INCLUDE=$i/include/db2.h
[all …]
H A DREADME19 db2 DB2 is Sleepycat Software's DB2. It's described as "a programmatic
H A Ddba.c323 DBA_HND(db2, DBA_LOCK_ALL) /* No lock in lib */
/PHP-5.3/ext/sybase_ct/tests/
H A Dtest_connection_caching.phpt15 $db2= sybase_connect_ex();
17 var_dump($db1, $db2, $db3, (string)$db1 == (string)$db2, (string)$db2 == (string)$db3);
/PHP-5.3/ext/mysqli/tests/
H A Dbug50772.phpt22 $db2 = mysqli_init();
24 $db2->options(MYSQLI_OPT_CONNECT_TIMEOUT, 3);
25 my_mysqli_real_connect($db2, $host, $user, $passwd, $db, $port, $socket);
/PHP-5.3/ext/sqlite/tests/
H A Dsqlite_popen_basic.phpt14 $db2 = sqlite_popen(":memory:");
17 var_dump($db2);
20 list($resourceId2) = sscanf((string) $db2, "resource(%d) of type (sqlite database (persistent))");
/PHP-5.3/ext/dba/tests/
H A Ddba_db2.phpt5 $handler = 'db2';
10 $handler = 'db2';
16 database handler: db2
/PHP-5.3/ext/pdo_mysql/tests/
H A Dpdo_mysql_pconnect.phpt20 $db2 = new PDO($dsn, $user, $pass, array(PDO::ATTR_PERSISTENT => true));
22 $stmt = $db2->query('SELECT @pdo_persistent_connection as _pers');
31 $stmt = $db2->query('SELECT CONNECTION_ID() as _con2');
67 $db2 = new PDO($dsn, $user, $pass, array(PDO::ATTR_PERSISTENT => true));
68 $stmt = $db2->query('SELECT CONNECTION_ID() as _con2');
H A Dpdo_mysql_errorcode.phpt58 $db2 = &$db;
61 check_error(11, $db2, '42S02');
69 check_error(15, $db2, 'IM001');
H A Dpdo_mysql_errorinfo.phpt67 $db2 = &$db;
71 check_error($offset + 12, $db2, '42S02');
79 check_error($offset + 16, $db2, 'IM001');
/PHP-5.3/Zend/tests/
H A Dbug34045.phpt24 $db2 = unserialize($db_str);
/PHP-5.3/ext/pdo_odbc/
H A Dconfig.m48 'flavour' can be one of: ibm-db2, iODBC, unixODBC, generic
71 ibm-db2)
74 pdo_odbc_def_lib=db2
/PHP-5.3/ext/odbc/
H A Dconfig.m4173 PHP_ARG_WITH(ibm-db2,,
174 [ --with-ibm-db2[=DIR] Include IBM DB2 support [/home/db2inst1/sqllib]])
190 ODBC_TYPE=ibm-db2
/PHP-5.3/
H A DEXTENSIONS136 COMMENT: DBM abstraction for db2, db3, db4, dbm, ndbm, gdbm, ini
H A DNEWS6571 - Fixed bug #32560 (configure looks for incorrect db2 library). (Tony)
/PHP-5.3/ext/sqlite3/libsqlite/
H A Dsqlite3.c97429 sqlite3 *db2 = pVTable->db;
97431 assert( db2 );
97432 if( db2==db ){
97437 pVTable->pNext = db2->pDisconnect;
97438 db2->pDisconnect = pVTable;

Completed in 352 milliseconds