Hi, all! When I use setMaxRows() in JDBC, I know it limits the number of rows delivered through JDBC. I just wanted to confirm that when I use this, Derby doesn't still scan through all rows and then deliver maxRows number of rows to JDBC - that it only actually goes through the first N rows (assuming my query uses an index).