terpal-sql-core
1.9.20-0.3.0
jvm
terpal-sql-core
/
io.exoquery.sql
/
Param
Param
data
class
Param
<
T
>
(
val
serializer
:
SerializationStrategy
<
T
>
,
val
cls
:
KClass
<
*
>
,
val
value
:
T
?
)
:
SqlFragment
Members
Constructors
Param
Link copied to clipboard
constructor
(
serializer
:
SerializationStrategy
<
T
>
,
cls
:
KClass
<
*
>
,
value
:
T
?
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
cls
Link copied to clipboard
val
cls
:
KClass
<
*
>
serializer
Link copied to clipboard
val
serializer
:
SerializationStrategy
<
T
>
value
Link copied to clipboard
val
value
:
T
?