}
@Override
public PreparedStatement prepareStatement(final String sql, int arg1,
int arg2) throws SQLException {
pstmt = new MockPreparedStatement(this, sql, arg1, arg2) {
@Override
public ResultSet executeQuery()
throws SQLException {
// check if the condition ID = ? is present in the query