com.mchange.v2.c3p0.impl.ProxyResultSetDetachable Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of org.apache.servicemix.bundles.c3p0
Show all versions of org.apache.servicemix.bundles.c3p0
This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file.
package com.mchange.v2.c3p0.impl;
import java.sql.ResultSet;
/**
* This is an internal interface, not intended for use by library users.
* (It is exposed publicly only for use by c3p0's code generation library.)
*/
public interface ProxyResultSetDetachable
{
void detachProxyResultSet( ResultSet prs );
}