terpal-sql-core
1.9.20-0.3.0
jvm
terpal-sql-core
/
io.exoquery.sql
/
BatchActionReturning
Batch
Action
Returning
data
class
BatchActionReturning
<
T
>
(
val
sql
:
String
,
val
params
:
Sequence
<
List
<
Param
<
*
>
>
>
,
val
resultMaker
:
KSerializer
<
T
>
,
val
returningColumns
:
List
<
String
>
)
Members
Constructors
Batch
Action
Returning
Link copied to clipboard
constructor
(
sql
:
String
,
params
:
Sequence
<
List
<
Param
<
*
>
>
>
,
resultMaker
:
KSerializer
<
T
>
,
returningColumns
:
List
<
String
>
)
Properties
params
Link copied to clipboard
val
params
:
Sequence
<
List
<
Param
<
*
>
>
>
result
Maker
Link copied to clipboard
val
resultMaker
:
KSerializer
<
T
>
returning
Columns
Link copied to clipboard
val
returningColumns
:
List
<
String
>
sql
Link copied to clipboard
val
sql
:
String