/PHP-5.6/ext/dba/ |
H A D | dba_db2.c | 47 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 D | php_db2.h | 8 DBA_FUNCS(db2);
|
H A D | config.m4 | 91 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 D | README | 19 db2 DB2 is Sleepycat Software's DB2. It's described as "a programmatic
|
H A D | dba.c | 337 DBA_HND(db2, DBA_LOCK_ALL) /* No lock in lib */
|
/PHP-5.6/ext/sybase_ct/tests/ |
H A D | test_connection_caching.phpt | 15 $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 D | pdo_mysql_pconnect.phpt | 20 $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 D | pdo_mysql_errorcode.phpt | 58 $db2 = &$db; 61 check_error(11, $db2, '42S02'); 69 check_error(15, $db2, 'IM001');
|
H A D | pdo_mysql_errorinfo.phpt | 67 $db2 = &$db; 71 check_error($offset + 12, $db2, '42S02'); 79 check_error($offset + 16, $db2, 'IM001');
|
/PHP-5.6/ext/mysqli/tests/ |
H A D | bug50772.phpt | 22 $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 D | dba_db2.phpt | 5 $handler = 'db2'; 10 $handler = 'db2'; 16 database handler: db2
|
/PHP-5.6/ext/date/tests/ |
H A D | date_period-immutable.phpt | 7 $db2 = new DateTime( '2008-01-01' ); 19 foreach ( new DatePeriod( $db2, $di, $de ) as $dt )
|
/PHP-5.6/Zend/tests/ |
H A D | bug34045.phpt | 24 $db2 = unserialize($db_str);
|
/PHP-5.6/ext/pdo_odbc/ |
H A D | config.m4 | 8 '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 D | config.m4 | 184 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 D | EXTENSIONS | 136 COMMENT: DBM abstraction for db2, db3, db4, dbm, ndbm, gdbm, ini
|
H A D | NEWS | 11199 - Fixed bug #32560 (configure looks for incorrect db2 library). (Tony)
|
/PHP-5.6/ext/sqlite3/libsqlite/ |
H A D | sqlite3.c | 114723 sqlite3 *db2 = pVTable->db; 114725 assert( db2 ); 114726 if( db2==db ){ 114731 pVTable->pNext = db2->pDisconnect; 114732 db2->pDisconnect = pVTable;
|