public interface RowEnumeration
Modifier and Type | Method and Description |
---|---|
boolean |
hasMoreRows()
Determines if there are any rows left in the enumeration.
|
int |
nextRowIndex()
Returns the next row index from the enumeration.
|
Copyright © 2015. All rights reserved.