← Back to Stormify Documentation

SqlArgsCollector

fun interface SqlArgsCollector

Callback used by SqlGenerator implementations to stage a bind parameter for the generated SQL placeholder. Each call adds one ? value to the query in order.

Functions

Link copied to clipboard
abstract fun accept(arg: Any)

Adds arg as a bind parameter.