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

/libcore/luni/src/main/java/javax/sql/
H A DConnectionEvent.java40 * @param theConnection
43 public ConnectionEvent(PooledConnection theConnection) { argument
44 super(theConnection);
52 * @param theConnection
58 public ConnectionEvent(PooledConnection theConnection, argument
60 super(theConnection);

Completed in 275 milliseconds