Home
last modified time | relevance | path

Searched refs:addBatch (Results 1 – 6 of 6) sorted by relevance

/libcore/luni/src/test/java/libcore/java/sql/
DOldStatementTest.java35 st.addBatch("INSERT INTO zoo VALUES (3,'Tuzik','dog')"); in testAddBatch()
36 st.addBatch("INSERT INTO zoo VALUES (4,'Mashka','cat')"); in testAddBatch()
51 st.addBatch(""); in testAddBatch()
65 st.addBatch(null); in testAddBatch()
168 st.addBatch("INSERT INTO zoo VALUES (3,'Tuzik','dog'); "); in testClearBatch()
169 st.addBatch("INSERT INTO zoo VALUES (4,'Mashka','cat')"); in testClearBatch()
187 st.addBatch(""); in testClearBatch()
201 st.addBatch(null); in testClearBatch()
662 st.addBatch(wrongQueries[i]); in testExecuteBatch()
679 st.addBatch(queries[i]); in testExecuteBatch()
[all …]
DOldResultSetTest.java132 s.addBatch("create table t1 (a text);"); in testClose()
134 s.addBatch("insert into t1 values('abc');"); in testClose()
135 s.addBatch("insert into t1 values('def');"); in testClose()
136 s.addBatch("insert into t1 values('ghi');"); in testClose()
DOldPreparedStatementTest.java117 ps.addBatch("INSERT INTO zoo VALUES (?,'Burenka', ?); "); in testAddBatch()
118 ps.addBatch("INSERT INTO zoo VALUES (?,'Mashka','cat')"); in testAddBatch()
150 ps.addBatch(""); in testAddBatch()
163 ps.addBatch(null); in testAddBatch()
/libcore/ojluni/src/main/java/java/sql/
DStatement.java513 void addBatch( String sql ) throws SQLException; in addBatch() method
DPreparedStatement.java500 void addBatch() throws SQLException; in addBatch() method
/libcore/api/
Dcurrent.txt9360 method public void addBatch() throws java.sql.SQLException;
9929 method public void addBatch(String) throws java.sql.SQLException;