| Package | Description |
|---|---|
| org.apache.flink.connector.jdbc.internal | |
| org.apache.flink.connector.jdbc.internal.options | |
| org.apache.flink.connector.jdbc.table |
| Modifier and Type | Method and Description |
|---|---|
JdbcOutputFormat.Builder |
JdbcOutputFormat.Builder.setOptions(InternalJdbcConnectionOptions options)
required, jdbc options.
|
| Modifier and Type | Method and Description |
|---|---|
InternalJdbcConnectionOptions |
InternalJdbcConnectionOptions.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
JdbcOutputFormatBuilder |
JdbcOutputFormatBuilder.setJdbcOptions(InternalJdbcConnectionOptions jdbcOptions) |
| Constructor and Description |
|---|
JdbcDynamicTableSink(InternalJdbcConnectionOptions jdbcOptions,
JdbcExecutionOptions executionOptions,
JdbcDmlOptions dmlOptions,
org.apache.flink.table.types.DataType physicalRowDataType) |
JdbcDynamicTableSource(InternalJdbcConnectionOptions options,
JdbcReadOptions readOptions,
int lookupMaxRetryTimes,
org.apache.flink.table.connector.source.lookup.cache.LookupCache cache,
org.apache.flink.table.types.DataType physicalRowDataType) |
JdbcRowDataLookupFunction(InternalJdbcConnectionOptions options,
int maxRetryTimes,
String[] fieldNames,
org.apache.flink.table.types.DataType[] fieldTypes,
String[] keyNames,
org.apache.flink.table.types.logical.RowType rowType,
List<String> resolvedPredicates,
Serializable[] pushdownParams) |
Copyright © 2022–2024 The Apache Software Foundation. All rights reserved.