| Interface | Description | 
|---|---|
| JdbcIO.PreparedStatementSetter<T> | 
 An interface used by the JdbcIO Write to set the parameters of the  
PreparedStatement
 used to setParameters into the database. | 
| JdbcIO.RetryStrategy | 
 An interface used to control if we retry the statements when a  
SQLException occurs. | 
| JdbcIO.RowMapper<T> | 
 An interface used by  
JdbcIO.Read for converting each row of the ResultSet into
 an element of the resulting PCollection. | 
| JdbcIO.StatementPreparator | 
 An interface used by the JdbcIO Write to set the parameters of the  
PreparedStatement
 used to setParameters into the database. | 
| JdbcReadWithPartitionsHelper<PartitionT> | 
 A helper for  
JdbcIO.ReadWithPartitions that handles range calculations. |