SqlEncoder

abstract class SqlEncoder<Session, Statement, T>

Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
abstract val type: KClass<*>

Functions

Link copied to clipboard
Link copied to clipboard
abstract fun encode(ctx: EncodingContext<Session, Statement>, value: T, index: Int)
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int