SqlDecoder

abstract class SqlDecoder<Session, Row, 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
abstract fun asNullable(): SqlDecoder<Session, Row, T?>
Link copied to clipboard
abstract fun decode(ctx: DecodingContext<Session, Row>, index: Int): T
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int