|
|
@ -49,6 +49,7 @@ public class StubResultSet implements ResultSet
|
|
|
|
/** {@inheritDoc} */
|
|
|
|
/** {@inheritDoc} */
|
|
|
|
public <T> T unwrap(Class<T> iface) throws SQLException
|
|
|
|
public <T> T unwrap(Class<T> iface) throws SQLException
|
|
|
|
{
|
|
|
|
{
|
|
|
|
|
|
|
|
|
|
|
|
return null;
|
|
|
|
return null;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
@ -61,7 +62,7 @@ public class StubResultSet implements ResultSet
|
|
|
|
/** {@inheritDoc} */
|
|
|
|
/** {@inheritDoc} */
|
|
|
|
public boolean next() throws SQLException
|
|
|
|
public boolean next() throws SQLException
|
|
|
|
{
|
|
|
|
{
|
|
|
|
return false;
|
|
|
|
return (counter < 10);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/** {@inheritDoc} */
|
|
|
|
/** {@inheritDoc} */
|
|
|
|