Sql

interface Sql(source)

An immutable SQL statement built by SqlBuilder: the SQL text with named placeholders and the parameters bound to them.

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
abstract val body: String

The SQL text, containing named placeholders (e.g. :p0) instead of the interpolated values.

Link copied to clipboard

The parameters bound to the placeholders in body.