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
/
TableNames
Table
Names
data
class
TableNames
(
val
rawTableName
:
TableName
?
,
val
finalTableName
:
TableName
?
)
Members
Constructors
Table
Names
Link copied to clipboard
constructor
(
rawTableName
:
TableName
?
,
finalTableName
:
TableName
?
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
final
Table
Name
Link copied to clipboard
val
finalTableName
:
TableName
?
raw
Table
Name
Link copied to clipboard
val
rawTableName
:
TableName
?
Functions
to
Pretty
String
Link copied to clipboard
fun
toPrettyString
(
)
:
String