Searched defs:dbc (Results 1 - 2 of 2) sorted by relevance
| /PHP_5_5/ext/soap/interop/ |
| H A D | client_round2_interop.php | 57 var $dbc = NULL; variable 70 $this->dbc = DB::connect($this->DSN, true); variable 72 if (DB::isError($this->dbc)) { 73 echo $this->dbc->getMessage(); 74 $this->dbc = NULL; variable 115 $res = $this->dbc->query("update endpoints set status = 0 where class='$test'"); 123 $res = $this->dbc->query("update endpoints set endpointURL='{$v->endpointURL}', wsdlURL='{$v->wsdlURL}', status=1 where id={$this->endpoints[$v->endpointName]['id']}"); 125 $res = $this->dbc->query("insert into endpoints (endpointName,endpointURL,wsdlURL,class) values('{$v->endpointName}','{$v->endpointURL}','{$v->wsdlURL}','$test')"); 205 $db_ep = $this->dbc->getAll($sql,NULL, DB_FETCHMODE_ASSOC ); 235 $results = $this->dbc [all...] |
| /PHP_5_5/ext/pdo_odbc/ |
| H A D | php_pdo_odbc_int.h | 130 PDO_ODBC_HDBC dbc; member in struct:__anon164
|
Completed in 3 milliseconds