1
(click on this box to dismiss)
How can you get the query string from a CUBRIDPreparedStatement?
According to other websites, you can obtain the query string for a PreparedStatement using its toString method:
For CUBRID however, it only displays:
cubrid.jdbc.driver.CUBRIDPreparedStatement@500b73e5
Is there a way to view the query that it contains (after variables have been binded for example) ?
1
Answer
tagged
asked 9 months ago
viewed 398 times