Home
last modified time | relevance | path

Searched refs:dbc (Results 1 – 3 of 3) sorted by relevance

/PHP-7.3/ext/pdo_odbc/
H A Dodbc_driver.c82 } else if (H->dbc) { in pdo_odbc_error()
84 eh = H->dbc; in pdo_odbc_error()
129 if (H->dbc != SQL_NULL_HANDLE) { in odbc_handle_closer()
130 SQLEndTran(SQL_HANDLE_DBC, H->dbc, SQL_ROLLBACK); in odbc_handle_closer()
131 SQLDisconnect(H->dbc); in odbc_handle_closer()
132 SQLFreeHandle(SQL_HANDLE_DBC, H->dbc); in odbc_handle_closer()
133 H->dbc = NULL; in odbc_handle_closer()
229 rc = SQLAllocHandle(SQL_HANDLE_STMT, H->dbc, &stmt); in odbc_handle_doer()
291 rc = SQLEndTran(SQL_HANDLE_DBC, H->dbc, SQL_COMMIT); in odbc_handle_commit()
326 if (dbh->auto_commit && H->dbc) { in odbc_handle_rollback()
[all …]
H A Dphp_pdo_odbc_int.h128 PDO_ODBC_HDBC dbc; member
/PHP-7.3/ext/soap/interop/
H A Dclient_round2_interop.php55 var $dbc = NULL; variable in Interop_Client
68 $this->dbc = DB::connect($this->DSN, true);
70 if (DB::isError($this->dbc)) {
71 echo $this->dbc->getMessage();
72 $this->dbc = NULL;
275 $this->dbc->quote($test_name);
277 $res = $this->dbc->query($sql);
287 $this->dbc->quote($success).",".
288 $this->dbc->quote($error).",".
291 $res = $this->dbc->query($sql);
[all …]

Completed in 9 milliseconds