Searched refs:mysqlnd_stmt_affected_rows (Results 1 – 2 of 2) sorted by relevance
78 #define mysql_stmt_affected_rows(s) mysqlnd_stmt_affected_rows((s))
162 #define mysqlnd_stmt_affected_rows(stmt) (stmt)->m->get_affected_rows((stmt)) macro
Completed in 2126 milliseconds