Home
last modified time | relevance | path

Searched refs:odbc_sql_error (Results 1 – 2 of 2) sorted by relevance

/PHP-8.1/ext/odbc/
H A Dphp_odbc.c542 void odbc_sql_error(ODBC_SQL_ERROR_PARAMS) in odbc_sql_error() function
747 odbc_sql_error(conn, SQL_NULL_HSTMT, "SQLTransact"); in odbc_transact()
898 odbc_sql_error(conn, SQL_NULL_HSTMT, "SQLAllocStmt"); in PHP_FUNCTION()
924 odbc_sql_error(conn, result->stmt, "SQLPrepare"); in PHP_FUNCTION()
927 odbc_sql_error(conn, result->stmt, "SQLPrepare"); in PHP_FUNCTION()
1298 odbc_sql_error(conn, SQL_NULL_HSTMT, "SQLAllocStmt"); in PHP_FUNCTION()
1324 odbc_sql_error(conn, result->stmt, "SQLExecDirect"); in PHP_FUNCTION()
2200 odbc_sql_error(*conn, SQL_NULL_HSTMT, "SQLConnect"); in odbc_sqlconnect()
2789 odbc_sql_error(conn, result->stmt, "SQLTables"); in PHP_FUNCTION()
2859 odbc_sql_error(conn, result->stmt, "SQLColumns"); in PHP_FUNCTION()
[all …]
H A Dphp_odbc_includes.h251 void odbc_sql_error(ODBC_SQL_ERROR_PARAMS);

Completed in 12 milliseconds