Home
last modified time | relevance | path

Searched refs:clearBatch (Results 1 – 2 of 2) sorted by relevance

/libcore/ojluni/src/main/java/java/sql/
DStatement.java526 void clearBatch() throws SQLException; in clearBatch() method
/libcore/luni/src/test/java/libcore/java/sql/
DOldStatementTest.java171 st.clearBatch(); in testClearBatch()