Package org.apache.beam.sdk.io.jdbc
Interface JdbcIO.PreparedStatementSetter<T>
- All Superinterfaces:
Serializable
- All Known Subinterfaces:
JdbcReadWithPartitionsHelper<PartitionT>
- Enclosing class:
JdbcIO
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
An interface used by the JdbcIO Write to set the parameters of the
PreparedStatement
used to setParameters into the database.-
Method Summary
Modifier and TypeMethodDescriptionvoid
setParameters
(T element, PreparedStatement preparedStatement)
-
Method Details
-
setParameters
- Throws:
Exception
-