public bool getMoreResults(int newPos, int fetchsize) { this.fetchsize = fetchsize; if (dbengine != null) { try { if (type != java.sql.ResultSetConstants.TYPE_SCROLL_INSENSITIVE) { rows.removeAllElements(); windowStart = newPos; } dbengine.contSelectStatement(this); if (level != 0) { eof = false; return(eof); } } catch (TinySQLException) { } } eof = true; return(eof); }
public void clearParameters() //throws SQLException { substitute.removeAllElements(); }