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-extract-jdbc
/
io.airbyte.cdk.discover
/
TableName
Table
Name
data
class
TableName
(
val
catalog
:
String
?
=
null
,
val
schema
:
String
?
=
null
,
val
name
:
String
,
val
type
:
String
)
Models a row for
java.sql.DatabaseMetaData.getTables
.
Members
Constructors
Table
Name
Link copied to clipboard
constructor
(
catalog
:
String
?
=
null
,
schema
:
String
?
=
null
,
name
:
String
,
type
:
String
)
Properties
catalog
Link copied to clipboard
val
catalog
:
String
?
=
null
name
Link copied to clipboard
val
name
:
String
schema
Link copied to clipboard
val
schema
:
String
?
=
null
type
Link copied to clipboard
val
type
:
String