HomeSort by relevance Sort by last modified time
    Searched refs:theConnection (Results 1 - 6 of 6) sorted by null

  /libcore/luni/src/main/java/javax/sql/
ConnectionEvent.java 40 * @param theConnection
43 public ConnectionEvent(PooledConnection theConnection) {
44 super(theConnection);
52 * @param theConnection
58 public ConnectionEvent(PooledConnection theConnection,
60 super(theConnection);
  /libcore/luni/src/test/java/org/apache/harmony/sql/tests/java/sql/
DriverManagerTest.java 187 Connection theConnection = null;
189 theConnection = DriverManager.getConnection(validConnectionURL);
190 assertNotNull(theConnection);
195 theConnection = DriverManager
262 Connection theConnection = null;
264 theConnection = DriverManager.getConnection(validURL1, validProps);
265 assertNotNull(theConnection);
269 theConnection = null;
271 theConnection = DriverManager.getConnection(invalidURLs[i],
308 Connection theConnection = null
    [all...]
  /libcore/luni/src/main/java/java/sql/
DriverManager.java 180 Connection theConnection = theDriver.connect(url, info);
181 if (theConnection != null) {
182 return theConnection;
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/8/
android.jar 

Completed in 1874 milliseconds