| 396 | |
| 397 | |
| 398 | unsigned PreparedStatement::executeUpdate(thread_db* tdbb, jrd_tra* transaction) |
| 399 | { |
| 400 | execute(tdbb, transaction); |
| 401 | return getDsqlRequest()->getRequest()->req_records_updated; |
| 402 | } |
| 403 | |
| 404 | |
| 405 | int PreparedStatement::getResultCount() const |
nothing calls this directly
no test coverage detected