@FunctionalInterface
public static interface JdbcIO.RowMapper<T>
extends java.io.Serializable
JdbcIO.Read
for converting each row of the ResultSet
into
an element of the resulting PCollection
.Modifier and Type | Method and Description |
---|---|
T |
mapRow(java.sql.ResultSet resultSet) |
T mapRow(java.sql.ResultSet resultSet) throws java.lang.Exception
java.lang.Exception