Home
last modified time | relevance | path

Searched refs:executeBatch (Results 1 – 5 of 5) sorted by relevance

/libcore/luni/src/test/java/libcore/java/sql/
DOldStatementTest.java38 int[] updateCounts = st.executeBatch(); in testAddBatch()
52 st.executeBatch(); in testAddBatch()
66 st.executeBatch(); in testAddBatch()
173 int[] updateCounts = st.executeBatch(); in testClearBatch()
188 st.executeBatch(); in testClearBatch()
202 st.executeBatch(); in testClearBatch()
660 assertEquals(0, st.executeBatch().length); in testExecuteBatch()
664 st.executeBatch(); in testExecuteBatch()
677 assertEquals(0, st.executeBatch().length); in testExecuteBatch()
681 int[] resArray = st.executeBatch(); in testExecuteBatch()
[all …]
DOldResultSetTest.java137 s.executeBatch(); in testClose()
DOldPreparedStatementTest.java120 ps.executeBatch(); in testAddBatch()
127 ps.executeBatch(); in testAddBatch()
/libcore/ojluni/src/main/java/java/sql/
DStatement.java583 int[] executeBatch() throws SQLException; in executeBatch() method
/libcore/api/
Dcurrent.txt9938 method public int[] executeBatch() throws java.sql.SQLException;