ParametrizedQuery

Represents an SQL query with parameters.

This is used for logging purposes.

See also

Inheritors

Functions

Link copied to clipboard
abstract fun addValue(index: Int, value: Any?)

Adds a parameter to the query.

Link copied to clipboard
abstract fun clear()

Removes all parameters.

Link copied to clipboard
Link copied to clipboard
abstract fun toSql(): String

Constructs the SQL query out of the previously registered parameters.