Statement.toSqlReal
string toSqlReal(gda.sql_rendering_context.SqlRenderingContext context)Renders stmt to its SQL representation, using context to specify how each part of stmt must be rendered. This function is mainly used by database provider's implementations which require to specialize some aspects of SQL rendering to be adapted to the database,'s own SQL dialect (for example SQLite rewrites the 'FALSE' and 'TRUE' literals as '0' and 'NOT 0').
Parameters
context | a #GdaSqlRenderingContext context |
Returns
a new string, or null if an error occurred
Throws
[StatementException]