| 7 | import java.sql.SQLException; |
| 8 | |
| 9 | public interface DbObject { |
| 10 | public StatementExecution buildPreparedStatement(DbParameterAccessor accessors[]) throws SQLException ; |
| 11 | public DbParameterAccessor getDbParameterAccessor(String paramName, Direction expectedDirection) throws SQLException; |
| 12 | } |
no outgoing calls
no test coverage detected