Renders this to its SQL representation, using context
to specify how each part of
this 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').
this |
a Statement object |
context |
a SqlRenderingContext context |
a new string, or |