All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.mchange.v2.c3p0.impl.ProxyResultSetDetachable Maven / Gradle / Ivy

There is a newer version: 0.9.5.5_1
Show newest version
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 );
}





© 2015 - 2024 Weber Informatics LLC | Privacy Policy