prepareSQL

abstract fun prepareSQL(transaction: Transaction, prepared: Boolean = true): String

Returns the string representation of an SQL statement.

If necessary, transaction can be used to ensure that database-specific syntax is used to generate the string. To return a non-parameterized string, set prepared to false.