> There's also the isc_dsql_sql_info() API call (see chapter 6 of the API 
> Guide). This gives statistics on a per SQL statement basis, and allows 
> you to get the number of inserts, updates, deletes, etc. performed by 
> the statement. Note that in the Firebird 3 API this is implemented as 
> the IStatement.getInfo API call.

Yeah, the isc_info_sql_records and 
isc_info_req_insert_count/isc_info_req_update_count/isc_info_req_delete_count/isc_info_req_select_count.
 But I don't see a way to get the other counts.

-- 
Mgr. Jiří Činčura
https://www.tabsoverspaces.com/



Firebird-Devel mailing list, web interface at 
https://lists.sourceforge.net/lists/listinfo/firebird-devel

Reply via email to