| Package | Description |
|---|---|
| org.apache.flink.connector.jdbc.internal.options | |
| org.apache.flink.connector.jdbc.table |
| Modifier and Type | Method and Description |
|---|---|
JdbcLookupOptions |
JdbcLookupOptions.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
JdbcTableSource.Builder |
JdbcTableSource.Builder.setLookupOptions(JdbcLookupOptions lookupOptions)
optional, lookup related options.
|
JdbcLookupFunction.Builder |
JdbcLookupFunction.Builder.setLookupOptions(JdbcLookupOptions lookupOptions)
optional, lookup related options.
|
| Constructor and Description |
|---|
JdbcDynamicTableSource(JdbcOptions options,
JdbcReadOptions readOptions,
JdbcLookupOptions lookupOptions,
org.apache.flink.table.api.TableSchema physicalSchema) |
JdbcLookupFunction(JdbcOptions options,
JdbcLookupOptions lookupOptions,
String[] fieldNames,
org.apache.flink.api.common.typeinfo.TypeInformation[] fieldTypes,
String[] keyNames) |
JdbcRowDataLookupFunction(JdbcOptions options,
JdbcLookupOptions lookupOptions,
String[] fieldNames,
org.apache.flink.table.types.DataType[] fieldTypes,
String[] keyNames,
org.apache.flink.table.types.logical.RowType rowType) |
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.