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.jdbc
/
NullFieldType
Null
Field
Type
data
object
NullFieldType
:
JdbcFieldType
<
Any
?
>
Members
Properties
airbyte
Schema
Type
Link copied to clipboard
open
override
val
airbyteSchemaType
:
AirbyteSchemaType
generic
Class
Link copied to clipboard
val
genericClass
:
Class
<
Any
?
>
jdbc
Getter
Link copied to clipboard
val
jdbcGetter
:
JdbcGetter
<
out
Any
?
>
json
Encoder
Link copied to clipboard
open
override
val
jsonEncoder
:
JsonEncoder
<
Any
?
>
Functions
get
Link copied to clipboard
open
override
fun
get
(
rs
:
ResultSet
,
colIdx
:
Int
)
:
JsonNode