terpal-sql-core
1.9.20-0.3.0
jvm
terpal-sql-core
/
io.exoquery.sql
/
SqlDecoder
Sql
Decoder
abstract
class
SqlDecoder
<
Session
,
Row
,
T
>
Members
Constructors
Sql
Decoder
Link copied to clipboard
constructor
(
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
id
Link copied to clipboard
val
id
:
SqlDecoder.Companion.Id
type
Link copied to clipboard
abstract
val
type
:
KClass
<
*
>
Functions
as
Nullable
Link copied to clipboard
abstract
fun
asNullable
(
)
:
SqlDecoder
<
Session
,
Row
,
T
?
>
decode
Link copied to clipboard
abstract
fun
decode
(
ctx
:
DecodingContext
<
Session
,
Row
>
,
index
:
Int
)
:
T
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int