| Interface | Description | 
|---|---|
| JdbcIO.PreparedStatementSetter<T> | An interface used by the JdbcIO Write to set the parameters of the  PreparedStatementused to setParameters into the database. | 
| JdbcIO.RetryStrategy | An interface used to control if we retry the statements when a  SQLExceptionoccurs. | 
| JdbcIO.RowMapper<T> | An interface used by  JdbcIO.Readfor converting each row of theResultSetinto
 an element of the resultingPCollection. | 
| JdbcIO.StatementPreparator | An interface used by the JdbcIO Write to set the parameters of the  PreparedStatementused to setParameters into the database. |