Airbyte Kotlin Bulk CDK
Toggle table of contents
1.0.2
jvm
Platform filter
jvm
Switch theme
Search in API
Airbyte Kotlin Bulk CDK
bulk-cdk-toolkit-legacy-task-load-db
/
io.airbyte.cdk.load.orchestration.db
/
Sql
/
Companion
/
transactionally
transactionally
fun
transactionally
(
statements
:
List
<
String
>
)
:
Sql
Execute a list of SQL statements in a single transaction.
fun
transactionally
(
vararg
statements
:
String
)
:
Sql