Is it possible to get, which query (insert, update, delete) was executed on db inside my event listener (currently I am using QueryDatabaseTableRecord). Or Is it possible to tun QueryDatabaseRecord only for updates in sql and ignore (insert and delete) queries ?