Method
SeagullStatementget_expanded_sql
since: 0.3
Declaration [src]
char*
seagull_statement_get_expanded_sql (
SeagullStatement* statement
)
Description [src]
Gets the SQL statement with parameters expanded.
If all parameters have not yet been bound, they will appears as their names.
Available since: 0.3
Return value
Type: char*
The expanded SQL statement which should be freed
by calling seagull_free()
.
The caller of the method takes ownership of the returned data, and is responsible for freeing it. |
The value is a NUL terminated UTF-8 string. |