Audit log the quot;selectquot; executed in a query
Hi,
My name is Aitor.
I´m working with spring Framework (spring+ibatis) and I need to get the details of the last query executed.
I need the query and parameters.
This is my code:
objResultVO = ((ObjectVO) getSqlMapClientTemplate() .queryForObject(quot;queryNamequot;, objParamsVO));
and I can´t get in a string the query that is executed by this code.
I need to audit log the quot;selectquot; executed in this code.
I need to get the quot;selectquot; and quot;paramsquot; that was used by the query.
Regards,
Aitor. |