Home
last modified time | relevance | path

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

/PHP-5.6/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,,
410 …PHP_DBA_STD_RESULT(db2, Berkeley DB2, [You cannot combine --with-db2 with --with-db3 or --with-db4…
413 if test -f "$i/db2/db.h"; then
415 THIS_INCLUDE=$i/db2/db.h
417 elif test -f "$i/include/db2/db.h"; then
419 THIS_INCLUDE=$i/include/db2/db.h
421 elif test -f "$i/include/db/db2.h"; then
423 THIS_INCLUDE=$i/include/db/db2.h
425 elif test -f "$i/include/db2.h"; then
427 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.c337 DBA_HND(db2, DBA_LOCK_ALL) /* No lock in lib */
/PHP-5.6/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.6/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');
92 (is_object($db2)) ? $db2->errorCode() : 'n/a',
93 (is_object($db2)) ? implode(' ', $db2->errorInfo()) : 'n/a');
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.6/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.6/ext/dba/tests/
H A Ddba_db2.phpt5 $handler = 'db2';
10 $handler = 'db2';
16 database handler: db2
/PHP-5.6/ext/date/tests/
H A Ddate_period-immutable.phpt7 $db2 = new DateTime( '2008-01-01' );
19 foreach ( new DatePeriod( $db2, $di, $de ) as $dt )
/PHP-5.6/Zend/tests/
H A Dbug34045.phpt24 $db2 = unserialize($db_str);
/PHP-5.6/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.6/ext/odbc/
H A Dconfig.m4184 PHP_ARG_WITH(ibm-db2,,
185 [ --with-ibm-db2[=DIR] Include IBM DB2 support [/home/db2inst1/sqllib]])
201 ODBC_TYPE=ibm-db2
/PHP-5.6/
H A DEXTENSIONS136 COMMENT: DBM abstraction for db2, db3, db4, dbm, ndbm, gdbm, ini
H A DNEWS11199 - Fixed bug #32560 (configure looks for incorrect db2 library). (Tony)
/PHP-5.6/ext/sqlite3/libsqlite/
H A Dsqlite3.c114723 sqlite3 *db2 = pVTable->db;
114725 assert( db2 );
114726 if( db2==db ){
114731 pVTable->pNext = db2->pDisconnect;
114732 db2->pDisconnect = pVTable;

Completed in 514 milliseconds