render_sql
Description:
The string representation of SQL command with all its values substited if apply.
For a simple Query, returns the value at sql, but for other types like PreparedQuery will substitud all values prepared as parameters, see PreparedQuery for more details.