Home
last modified time | relevance | path

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

/PHP-7.4/ext/odbc/
H A Dphp_odbc.c870 void odbc_sql_error(ODBC_SQL_ERROR_PARAMS) in odbc_sql_error() function
1073 odbc_sql_error(conn, SQL_NULL_HSTMT, "SQLTransact"); in odbc_transact()
1226 odbc_sql_error(conn, SQL_NULL_HSTMT, "SQLAllocStmt"); in PHP_FUNCTION()
1252 odbc_sql_error(conn, result->stmt, "SQLPrepare"); in PHP_FUNCTION()
1255 odbc_sql_error(conn, result->stmt, "SQLPrepare"); in PHP_FUNCTION()
1660 odbc_sql_error(conn, SQL_NULL_HSTMT, "SQLAllocStmt"); in PHP_FUNCTION()
1686 odbc_sql_error(conn, result->stmt, "SQLExecDirect"); in PHP_FUNCTION()
2564 odbc_sql_error(*conn, SQL_NULL_HSTMT, "SQLConnect"); in odbc_sqlconnect()
3212 odbc_sql_error(conn, result->stmt, "SQLTables"); in PHP_FUNCTION()
3283 odbc_sql_error(conn, result->stmt, "SQLColumns"); in PHP_FUNCTION()
[all …]
H A Dphp_odbc_includes.h253 void odbc_sql_error(ODBC_SQL_ERROR_PARAMS);

Completed in 15 milliseconds