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

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

There is a newer version: 0.9.5.5_1
Show newest version
package com.mchange.v2.c3p0.impl;

import javax.sql.*;
import com.mchange.v2.c3p0.stmt.*;

interface InternalPooledConnection extends PooledConnection
{
    public void initStatementCache( GooGooStatementCache scache );
    public GooGooStatementCache getStatementCache();
    public int getConnectionStatus();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy