AbstractParametrizedQuery

Constructors

Link copied to clipboard
constructor(preparedStatement: PreparedStatement)

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.