Home
last modified time | relevance | path

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

/PHP-8.0/ext/pdo_odbc/
H A Dodbc_stmt.c253 pdo_odbc_stmt_error("SQLExecute"); in odbc_stmt_execute()
257 pdo_odbc_stmt_error("SQLExecute"); in odbc_stmt_execute()
380 pdo_odbc_stmt_error("Can't bind a lob for output"); in odbc_stmt_param_hook()
396 pdo_odbc_stmt_error("SQLBindParameter"); in odbc_stmt_param_hook()
551 pdo_odbc_stmt_error("SQLFetchScroll"); in odbc_stmt_fetch()
560 pdo_odbc_stmt_error("SQLFetchScroll"); in odbc_stmt_fetch()
597 pdo_odbc_stmt_error("SQLDescribeCol"); in odbc_stmt_describe()
608 pdo_odbc_stmt_error("SQLColAttribute"); in odbc_stmt_describe()
635 pdo_odbc_stmt_error("SQLBindCol"); in odbc_stmt_describe()
799 pdo_odbc_stmt_error("SQLSetCursorName"); in odbc_stmt_set_param()
[all …]
H A Dphp_pdo_odbc_int.h169 #define pdo_odbc_stmt_error(what) pdo_odbc_error(stmt->dbh, stmt, SQL_NULL_HSTMT, what, __FILE__, _… macro
H A Dodbc_driver.c186 pdo_odbc_stmt_error("SQLSetStmtAttr: SQL_ATTR_CURSOR_SCROLLABLE"); in odbc_handle_preparer()
203 pdo_odbc_stmt_error("SQLPrepare"); in odbc_handle_preparer()

Completed in 15 milliseconds