| 845 | |
| 846 | |
| 847 | ExtEngineManager::ResultSet::~ResultSet() |
| 848 | { |
| 849 | if (resultSet) |
| 850 | { |
| 851 | EngineCheckout cout(JRD_get_thread_data(), FB_FUNCTION, checkoutType(attInfo->engine)); |
| 852 | resultSet->dispose(); |
| 853 | } |
| 854 | } |
| 855 | |
| 856 | |
| 857 | bool ExtEngineManager::ResultSet::fetch(thread_db* tdbb) |
nothing calls this directly
no test coverage detected