build

fun build(): String

Returns the assembled SQL as a single string, with values inlined.

Kept for backwards compatibility and for inspection / logging. Do not use this string for execution — it is built by interpolating the bound arguments back into the SQL text, so the result is the same kind of literal-merged query that buildFragment exists to avoid.