OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 45 milliseconds