Class JdbcIO.Write<T>

java.lang.Object
org.apache.beam.sdk.transforms.PTransform<PCollection<T>,PDone>
org.apache.beam.sdk.io.jdbc.JdbcIO.Write<T>
All Implemented Interfaces:
Serializable, HasDisplayData
Enclosing class:
JdbcIO

public static class JdbcIO.Write<T> extends PTransform<PCollection<T>,PDone>
This class is used as the default return value of JdbcIO.write().

All methods in this class delegate to the appropriate method of JdbcIO.WriteVoid.

See Also: