Airbyte Kotlin Bulk CDK
Toggle table of contents
0.1.92
jvm
Platform filter
jvm
Switch theme
Search in API
Airbyte Kotlin Bulk CDK
bulk-cdk-toolkit-load-db
/
io.airbyte.cdk.load.orchestration.db
/
DatabaseHandler
Database
Handler
interface
DatabaseHandler
Members
Functions
create
Namespaces
Link copied to clipboard
abstract
suspend
fun
createNamespaces
(
namespaces
:
Collection
<
String
>
)
Create the namespaces (typically something like
create schema
).
execute
Link copied to clipboard
abstract
fun
execute
(
sql
:
Sql
)