Home
last modified time | relevance | path

Searched refs:Impl_PooledConnection (Results 1 – 1 of 1) sorted by relevance

/libcore/luni/src/test/java/libcore/javax/sql/
DOldConnectionEventTest.java31 Impl_PooledConnection ipc = new Impl_PooledConnection(); in testConstructorConnection()
38 Impl_PooledConnection ipc = new Impl_PooledConnection(); in testGetSQLException()
51 static class Impl_PooledConnection implements PooledConnection { class in OldConnectionEventTest