Searched defs:connections (Results 1 - 1 of 1) sorted by relevance

/dalvik/libcore/sql/src/test/java/tests/java/sql/
H A DQueryTimeoutTest.java57 * timeouts from calls to ResultSet.next(). Two connections are used, two
87 private static Connection[] connections = new Connection[CONNECTIONS]; field in class:QueryTimeoutTest
353 Connection conn1 = connections[0];
354 Connection conn2 = connections[1];
447 for (int i = 0; i < connections.length; ++i) {
449 connections[i].setAutoCommit(true);
455 PreparedStatement statements[] = new PreparedStatement[connections.length];
457 statements[i] = prepare(connections[i], getExecQuery("t"));
594 Statement stmt = connections[0].createStatement();
613 Statement stmt = connections[
[all...]

Completed in 37 milliseconds