class StatementParameterInterceptor : SqlPreparedStatement
StatementParameterInterceptor() |
fun bindBytes(index: Int, value: ByteArray?): Unit
|
|
fun bindDouble(index: Int, value: Double?): Unit
|
|
fun bindLong(index: Int, value: Long?): Unit
|
|
fun bindString(index: Int, value: String?): Unit
|
|
fun getAndClearParameters(): List<Any?> |