HomeSort by relevance Sort by last modified time
    Searched full:secondconnection (Results 1 - 1 of 1) sorted by null

  /libcore/luni/src/test/java/libcore/sqlite/
AbstractSqlTest.java 42 private Connection secondConnection;
91 secondConnection = DriverManager.getConnection(getConnectionURL());
92 secondConnection.setTransactionIsolation(getTransactionIsolation());
95 secondStmt = secondConnection.createStatement();
112 secondConnection.close();

Completed in 1464 milliseconds