Home
last modified time | relevance | path

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

/PHP-7.0/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.c346 DBA_HND(db2, DBA_LOCK_ALL) /* No lock in lib */
/PHP-7.0/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-7.0/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-7.0/ext/dba/tests/
H A Ddba_db2.phpt5 $handler = 'db2';
10 $handler = 'db2';
16 database handler: db2
/PHP-7.0/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-7.0/ext/pgsql/tests/
H A Dbug75419.phpt10 $db2 = pg_connect($conn_str, PGSQL_CONNECT_FORCE_NEW);
/PHP-7.0/Zend/tests/
H A Dbug34045.phpt24 $db2 = unserialize($db_str);
/PHP-7.0/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-7.0/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-7.0/
H A DEXTENSIONS74 COMMENT: DBM abstraction for db2, db3, db4, dbm, ndbm, gdbm, ini
/PHP-7.0/ext/sqlite3/libsqlite/
H A Dsqlite3.c121898 sqlite3 *db2 = pVTable->db;
121900 assert( db2 );
121901 if( db2==db ){
121906 pVTable->pNext = db2->pDisconnect;
121907 db2->pDisconnect = pVTable;

Completed in 795 milliseconds