terpal-sql-core
1.9.20-0.3.0
jvm
terpal-sql-core
/
io.exoquery.sql
/
SqlBatchCallWithValues
Sql
Batch
Call
With
Values
data
class
SqlBatchCallWithValues
<
A
:
Any
>
(
batch
:
SqlBatchCall
<
A
>
,
values
:
Sequence
<
A
>
)
Members
Constructors
Sql
Batch
Call
With
Values
Link copied to clipboard
constructor
(
batch
:
SqlBatchCall
<
A
>
,
values
:
Sequence
<
A
>
)
Functions
action
Link copied to clipboard
fun
action
(
)
:
BatchAction
action
Returning
Link copied to clipboard
inline
fun
<
T
>
actionReturning
(
vararg
returningColumns
:
String
)
:
BatchActionReturning
<
T
>
batch
Call
Link copied to clipboard
fun
batchCall
(
)
:
SqlBatchCall
<
A
>
batch
Call
Values
Link copied to clipboard
fun
batchCallValues
(
)
:
Sequence
<
A
>