I use the PreparedStatement for build my queryes and I like display the
query string with your values. That's it, in counter of display the query:
SELECT X from TB_X WHERE C_X=? AND C_N=?
I want display:
SELECT X from TB_X WHERE C_X=123 AND C_N='Mary'
How I make this?