FileDocCategorySizeDatePackage
Impl_PooledConnection.javaAPI DocAndroid 1.5 API1372Wed May 06 22:41:06 BST 2009org.apache.harmony.sql.tests.javax.sql

Impl_PooledConnection

public class Impl_PooledConnection extends Object implements PooledConnection

Fields Summary
Constructors Summary
Methods Summary
public voidaddConnectionEventListener(javax.sql.ConnectionEventListener theListener)

    
public voidclose()

    
public java.sql.ConnectiongetConnection()

        return null;
    
public voidremoveConnectionEventListener(javax.sql.ConnectionEventListener theListener)