render_sql


Description:

public abstract string render_sql () throws Error

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.