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

/libcore/luni/src/main/java/java/sql/
H A DStatement.java83 * The list of commands is executed by invoking the {@code executeBatch}
257 public int[] executeBatch() throws SQLException; method in interface:Statement
/libcore/luni/src/test/java/libcore/java/sql/
H A DOldStatementTest.java38 int[] updateCounts = st.executeBatch();
52 st.executeBatch();
66 st.executeBatch();
173 int[] updateCounts = st.executeBatch();
188 st.executeBatch();
202 st.executeBatch();
660 assertEquals(0, st.executeBatch().length);
664 st.executeBatch();
677 assertEquals(0, st.executeBatch().length);
681 int[] resArray = st.executeBatch();
[all...]
H A DOldResultSetTest.java137 s.executeBatch();
H A DOldPreparedStatementTest.java120 ps.executeBatch();
122 fail("SQLException is thrown for executeBatch()");
127 ps.executeBatch();
133 fail("SQLException is thrown for executeBatch()");

Completed in 54 milliseconds