GdaStatementSqlFlag

Specifies rendering options

Values

ValueMeaning
ParamsAsValues0

rendering will replace parameters with their values

Pretty1

rendering will include newlines and indentation to make it easy to read

ParamsLong2

parameters will be rendered using the "/* name:<param_name> ... */" syntax

ParamsShort4

parameters will be rendered using the "##<param_name>..." syntax

ParamsAsColon8

parameters will be rendered using the ":<param_name>" syntax

ParamsAsDollar16

parameters will be rendered using the "$<param_number>" syntax where parameters are numbered starting from 1

ParamsAsQmark32

parameters will be rendered using the "?<param_number>" syntax where parameters are numbered starting from 1

ParamsAsUqmark64

parameters will be rendered using the "?" syntax

TimezoneToGmt128

time and timestamp with a timezone information are converted to GMT before rendering, and rendering does not show the timezone information