Home
last modified time | relevance | path

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

/php-src/ext/odbc/
H A Dphp_odbc.c615 void odbc_sql_error(ODBC_SQL_ERROR_PARAMS) in odbc_sql_error() function
816 odbc_sql_error(conn, SQL_NULL_HSTMT, "SQLTransact"); in odbc_transact()
943 odbc_sql_error(conn, SQL_NULL_HSTMT, "SQLAllocStmt"); in PHP_FUNCTION()
969 odbc_sql_error(conn, result->stmt, "SQLPrepare"); in PHP_FUNCTION()
972 odbc_sql_error(conn, result->stmt, "SQLPrepare"); in PHP_FUNCTION()
1331 odbc_sql_error(conn, SQL_NULL_HSTMT, "SQLAllocStmt"); in PHP_FUNCTION()
1357 odbc_sql_error(conn, result->stmt, "SQLExecDirect"); in PHP_FUNCTION()
2856 odbc_sql_error(conn, result->stmt, "SQLTables");
2923 odbc_sql_error(conn, result->stmt, "SQLColumns");
3297 odbc_sql_error(conn, result->stmt, "SQLProcedures");
[all …]
H A Dphp_odbc_includes.h270 void odbc_sql_error(ODBC_SQL_ERROR_PARAMS);

Completed in 20 milliseconds