HomeSort by relevance Sort by last modified time
    Searched refs:theConnection (Results 1 - 10 of 10) 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);
  /external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/
DriverManagerTest.java 161 Connection theConnection = null;
163 theConnection = DriverManager.getConnection(validConnectionURL);
164 assertNotNull(theConnection);
169 theConnection = DriverManager.getConnection(element);
219 Connection theConnection = null;
221 theConnection = DriverManager.getConnection(validURL1, validProps);
222 assertNotNull(theConnection);
226 theConnection = null;
228 theConnection = DriverManager.getConnection(invalidURLs[i],
259 Connection theConnection = null
    [all...]
  /libcore/luni/src/main/java/java/sql/
DriverManager.java 175 Connection theConnection = theDriver.connect(url, info);
176 if (theConnection != null) {
177 return theConnection;
  /prebuilt/sdk/11/
android.jar 
  /prebuilt/sdk/12/
android.jar 
  /prebuilt/sdk/13/
android.jar 
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/8/
android.jar 
  /prebuilt/sdk/9/
android.jar 

Completed in 48 milliseconds