Home
last modified time | relevance | path

Searched defs:theConnection (Results 1 – 2 of 2) sorted by relevance

/libcore/luni/src/main/java/javax/sql/
DConnectionEvent.java43 public ConnectionEvent(PooledConnection theConnection) { in ConnectionEvent()
58 public ConnectionEvent(PooledConnection theConnection, in ConnectionEvent()
/libcore/luni/src/main/java/java/sql/
DDriverManager.java179 Connection theConnection = theDriver.connect(url, info); in getConnection() local