Package org.apache.flink.connector.jdbc
Interface JdbcStatementBuilder<T>
-
- Type Parameters:
T- type of payload inStreamRecord
- All Superinterfaces:
org.apache.flink.util.function.BiConsumerWithException<PreparedStatement,T,SQLException>,Serializable
@PublicEvolving public interface JdbcStatementBuilder<T> extends org.apache.flink.util.function.BiConsumerWithException<PreparedStatement,T,SQLException>, Serializable
SetsPreparedStatementparameters to use in JDBC Sink based on a specific type of StreamRecord.- See Also:
JdbcBatchStatementExecutor