Class SchemaUtil.BeamRowMapper

java.lang.Object
org.apache.beam.sdk.io.jdbc.SchemaUtil.BeamRowMapper
All Implemented Interfaces:
Serializable, JdbcIO.RowMapper<Row>
Enclosing class:
SchemaUtil

public static final class SchemaUtil.BeamRowMapper extends Object implements JdbcIO.RowMapper<Row>
A JdbcIO.RowMapper implementation that converts JDBC results into Beam Row objects.
See Also: