← Back to Stormify Documentation

SqlArgsCollector

fun interface SqlArgsCollector

Callback used by Converter 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 add(arg: Any)

Adds arg as a bind parameter.