Interface JdbcReadWithPartitionsHelper<PartitionT>

Type Parameters:
PartitionT - Element type of the column used for partition.
All Superinterfaces:
JdbcIO.PreparedStatementSetter<KV<PartitionT,PartitionT>>, JdbcIO.RowMapper<KV<Long,KV<PartitionT,PartitionT>>>, Serializable

public interface JdbcReadWithPartitionsHelper<PartitionT> extends JdbcIO.PreparedStatementSetter<KV<PartitionT,PartitionT>>, JdbcIO.RowMapper<KV<Long,KV<PartitionT,PartitionT>>>
A helper for JdbcIO.ReadWithPartitions that handles range calculations.