Home
last modified time | relevance | path

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

/PHP-7.4/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.4/
H A DNEWS1524 . Fixed bug #67348 (Reading $dbc->stat modifies $dbc->affected_rows).

Completed in 18 milliseconds