Searched refs:maxRows (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/sql/rowset/
H A DBaseRowSet.java432 private int maxRows = 0; // default is no limit field in class:BaseRowSet
1192 return maxRows;
1216 this.maxRows = max;
1434 //Added this checking as maxRows can be 0 when this function is called
1435 //maxRows = 0 means rowset can hold any number of rows, os this checking

Completed in 58 milliseconds