StatementParameterInterceptor

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open override fun bindBoolean(index: Int, boolean: Boolean?)

Bind boolean to the underlying statement at index.

Link copied to clipboard
open override fun bindBytes(index: Int, bytes: ByteArray?)

Bind bytes to the underlying statement at index.

Link copied to clipboard
open override fun bindDouble(index: Int, double: Double?)

Bind double to the underlying statement at index.

Link copied to clipboard
open override fun bindLong(index: Int, long: Long?)

Bind long to the underlying statement at index.

Link copied to clipboard
open override fun bindString(index: Int, string: String?)

Bind string to the underlying statement at index.

Link copied to clipboard