Statement.toSqlReal

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 gda.sql_rendering_context.SqlRenderingContext

a #GdaSqlRenderingContext context

Return Value

Type: string

a new string, or null if an error occurred

Throws