You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -128,7 +125,6 @@ ResultExtractor resultExtractor = new ResultExtractor() {
128
125
### JdbcParameterValuesProvider
129
126
130
127
A provider to provide parameters in sql to fulfill actual value in the corresponding placeholders, which is in the form of two-dimension array.
131
-
See {{< javadoc file="org/apache/flink/connector/jdbc/split/JdbcParameterValuesProvider.html" name="JdbcParameterValuesProvider javadoc" >}} for more details.
132
128
133
129
```java
134
130
@@ -178,8 +174,6 @@ jdbcSourceBuilder =
178
174
JdbcSource source = jdbcSourceBuilder.build();
179
175
```
180
176
181
-
See {{< javadoc file="org/apache/flink/connector/jdbc/utils/ContinuousUnBoundingSettings.html" name="ContinuousUnBoundingSettings javadoc" >}} for more details.
@@ -274,16 +268,16 @@ It then repeatedly calls a user-provided function to update that prepared statem
274
268
275
269
### JDBC execution options
276
270
277
-
The SQL DML statements are executed in batches, which can optionally be configured with the following instance (see also {{< javadoc name="JdbcExecutionOptions javadoc" file="org/apache/flink/connector/jdbc/JdbcExecutionOptions.html" >}})
271
+
The SQL DML statements are executed in batches, which can optionally be configured with the following instance:
@@ -128,7 +125,6 @@ ResultExtractor resultExtractor = new ResultExtractor() {
128
125
### JdbcParameterValuesProvider
129
126
130
127
A provider to provide parameters in sql to fulfill actual value in the corresponding placeholders, which is in the form of two-dimension array.
131
-
See {{< javadoc file="org/apache/flink/connector/jdbc/split/JdbcParameterValuesProvider.html" name="JdbcParameterValuesProvider javadoc" >}} for more details.
132
128
133
129
```java
134
130
@@ -178,8 +174,6 @@ jdbcSourceBuilder =
178
174
JdbcSource source = jdbcSourceBuilder.build();
179
175
```
180
176
181
-
See {{< javadoc file="org/apache/flink/connector/jdbc/utils/ContinuousUnBoundingSettings.html" name="ContinuousUnBoundingSettings javadoc" >}} for more details.
@@ -274,16 +268,16 @@ It then repeatedly calls a user-provided function to update that prepared statem
274
268
275
269
### JDBC execution options
276
270
277
-
The SQL DML statements are executed in batches, which can optionally be configured with the following instance (see also {{< javadoc name="JdbcExecutionOptions javadoc" file="org/apache/flink/connector/jdbc/JdbcExecutionOptions.html" >}})
271
+
The SQL DML statements are executed in batches, which can optionally be configured with the following instance:
0 commit comments