//runtime/com.squareup.sqldelight.logs/StatementParameterInterceptor
StatementParameterInterceptor
[common] class StatementParameterInterceptor : SqlPreparedStatement
Functions
| Name | Summary |
|---|---|
| bindBytes | [common] Content open override fun bindBytes(index: Int, bytes: ByteArray?) More info Bind bytes to the underlying statement at index. |
| bindDouble | [common] Content open override fun bindDouble(index: Int, double: Double?) More info Bind double to the underlying statement at index. |
| bindLong | [common] Content open override fun bindLong(index: Int, long: Long?) More info Bind long to the underlying statement at index. |
| bindString | [common] Content open override fun bindString(index: Int, string: String?) More info Bind string to the underlying statement at index. |
| getAndClearParameters | [common] Content fun getAndClearParameters(): List<Any?> |