Home
last modified time | relevance | path

Searched defs:setMaxRows (Results 1 – 2 of 2) sorted by relevance

/libcore/ojluni/src/main/java/java/sql/
DStatement.java180 void setMaxRows(int max) throws SQLException; in setMaxRows() method
/libcore/ojluni/src/main/java/javax/sql/
DRowSet.java358 void setMaxRows(int max) throws SQLException; in setMaxRows() method