Home
last modified time | relevance | path

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

/PHP-7.1/ext/pdo_odbc/
H A Dodbc_stmt.c256 pdo_odbc_stmt_error("SQLExecute"); in odbc_stmt_execute()
260 pdo_odbc_stmt_error("SQLExecute"); in odbc_stmt_execute()
376 pdo_odbc_stmt_error("Can't bind a lob for output"); in odbc_stmt_param_hook()
392 pdo_odbc_stmt_error("SQLBindParameter"); in odbc_stmt_param_hook()
550 pdo_odbc_stmt_error("SQLFetchScroll"); in odbc_stmt_fetch()
559 pdo_odbc_stmt_error("SQLFetchScroll"); in odbc_stmt_fetch()
596 pdo_odbc_stmt_error("SQLDescribeCol"); in odbc_stmt_describe()
607 pdo_odbc_stmt_error("SQLColAttribute"); in odbc_stmt_describe()
634 pdo_odbc_stmt_error("SQLBindCol"); in odbc_stmt_describe()
788 pdo_odbc_stmt_error("SQLSetCursorName"); in odbc_stmt_set_param()
[all …]
H A Dphp_pdo_odbc_int.h172 #define pdo_odbc_stmt_error(what) pdo_odbc_error(stmt->dbh, stmt, SQL_NULL_HSTMT, what, __FILE__, _… macro
H A Dodbc_driver.c188 pdo_odbc_stmt_error("SQLSetStmtAttr: SQL_ATTR_CURSOR_SCROLLABLE"); in odbc_handle_preparer()
206 pdo_odbc_stmt_error("SQLPrepare"); in odbc_handle_preparer()

Completed in 13 milliseconds