StatementParameterInterceptor

class StatementParameterInterceptor : SqlPreparedStatement

Functions

bindBytes
Link copied to clipboard
common
open override fun bindBytes(index: Int, bytes: ByteArray?)
Bind bytes to the underlying statement at index.
bindDouble
Link copied to clipboard
common
open override fun bindDouble(index: Int, double: Double?)
Bind double to the underlying statement at index.
bindLong
Link copied to clipboard
common
open override fun bindLong(index: Int, long: Long?)
Bind long to the underlying statement at index.
bindString
Link copied to clipboard
common
open override fun bindString(index: Int, string: String?)
Bind string to the underlying statement at index.
getAndClearParameters
Link copied to clipboard
common
fun getAndClearParameters(): List<Any?>