terpal-sql-core
1.9.20-0.3.0
jvm
terpal-sql-core
/
io.exoquery.sql
/
BatchAction
Batch
Action
data
class
BatchAction
(
val
sql
:
String
,
val
params
:
Sequence
<
List
<
Param
<
*
>
>
>
)
Members
Constructors
Batch
Action
Link copied to clipboard
constructor
(
sql
:
String
,
params
:
Sequence
<
List
<
Param
<
*
>
>
>
)
Properties
params
Link copied to clipboard
val
params
:
Sequence
<
List
<
Param
<
*
>
>
>
sql
Link copied to clipboard
val
sql
:
String