terpal-sql-core
1.9.20-0.3.0
jvm
terpal-sql-core
/
io.exoquery.sql
/
ApiDecoders
Api
Decoders
interface
ApiDecoders
<
Session
,
Row
>
Inheritors
SqlEncoding
Members
Properties
Big
Decimal
Decoder
Link copied to clipboard
abstract
val
BigDecimalDecoder
:
SqlDecoder
<
Session
,
Row
,
BigDecimal
>
Boolean
Decoder
Link copied to clipboard
abstract
val
BooleanDecoder
:
SqlDecoder
<
Session
,
Row
,
Boolean
>
Byte
Array
Decoder
Link copied to clipboard
abstract
val
ByteArrayDecoder
:
SqlDecoder
<
Session
,
Row
,
ByteArray
>
Byte
Decoder
Link copied to clipboard
abstract
val
ByteDecoder
:
SqlDecoder
<
Session
,
Row
,
Byte
>
Char
Decoder
Link copied to clipboard
abstract
val
CharDecoder
:
SqlDecoder
<
Session
,
Row
,
Char
>
Date
Decoder
Link copied to clipboard
abstract
val
DateDecoder
:
SqlDecoder
<
Session
,
Row
,
Date
>
Double
Decoder
Link copied to clipboard
abstract
val
DoubleDecoder
:
SqlDecoder
<
Session
,
Row
,
Double
>
Float
Decoder
Link copied to clipboard
abstract
val
FloatDecoder
:
SqlDecoder
<
Session
,
Row
,
Float
>
Int
Decoder
Link copied to clipboard
abstract
val
IntDecoder
:
SqlDecoder
<
Session
,
Row
,
Int
>
Long
Decoder
Link copied to clipboard
abstract
val
LongDecoder
:
SqlDecoder
<
Session
,
Row
,
Long
>
Short
Decoder
Link copied to clipboard
abstract
val
ShortDecoder
:
SqlDecoder
<
Session
,
Row
,
Short
>
String
Decoder
Link copied to clipboard
abstract
val
StringDecoder
:
SqlDecoder
<
Session
,
Row
,
String
>
Functions
is
Null
Link copied to clipboard
abstract
fun
isNull
(
index
:
Int
,
row
:
Row
)
:
Boolean
preview
Link copied to clipboard
abstract
fun
preview
(
index
:
Int
,
row
:
Row
)
:
String
?