Interface JdbcIO.RowMapper<T>

All Superinterfaces:
Serializable
All Known Subinterfaces:
JdbcReadWithPartitionsHelper<PartitionT>
All Known Implementing Classes:
SchemaUtil.BeamRowMapper
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.

@FunctionalInterface public static interface JdbcIO.RowMapper<T> extends Serializable
An interface used by JdbcIO.Read for converting each row of the ResultSet into an element of the resulting PCollection.
  • Method Summary

    Modifier and Type
    Method
    Description
    mapRow(ResultSet resultSet)