Home
last modified time | relevance | path

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

/PHP-5.5/ext/odbc/
H A Dphp_odbc.c868 void odbc_sql_error(ODBC_SQL_ERROR_PARAMS) in odbc_sql_error() function
1052 odbc_sql_error(conn, SQL_NULL_HSTMT, "SQLTransact"); in odbc_transact()
1208 odbc_sql_error(conn, SQL_NULL_HSTMT, "SQLAllocStmt"); in PHP_FUNCTION()
1234 odbc_sql_error(conn, result->stmt, "SQLPrepare"); in PHP_FUNCTION()
1237 odbc_sql_error(conn, result->stmt, "SQLPrepare"); in PHP_FUNCTION()
1636 odbc_sql_error(conn, SQL_NULL_HSTMT, "SQLAllocStmt"); in PHP_FUNCTION()
1662 odbc_sql_error(conn, result->stmt, "SQLExecDirect"); in PHP_FUNCTION()
2515 odbc_sql_error(*conn, SQL_NULL_HSTMT, "SQLConnect"); in odbc_sqlconnect()
3137 odbc_sql_error(conn, SQL_NULL_HSTMT, "SQLAllocStmt"); in PHP_FUNCTION()
3154 odbc_sql_error(conn, SQL_NULL_HSTMT, "SQLTables"); in PHP_FUNCTION()
[all …]
H A Dphp_odbc_includes.h280 void odbc_sql_error(ODBC_SQL_ERROR_PARAMS);

Completed in 15 milliseconds