Searched refs:getMaxRows (Results 1 – 3 of 3) sorted by relevance
421 public int getMaxRows() throws SQLException; in getMaxRows() method
171 public int getMaxRows() throws SQLException; in getMaxRows() method
502 assertEquals(i, st.getMaxRows()); in testMaxRows()