
com.mchange.v2.c3p0.impl.NewProxyConnectionNoShardingKey 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.
/* Autogenerated code!!! DO NOT HAND EDIT! */
package com.mchange.v2.c3p0.impl;
import java.sql.*;
import com.mchange.v2.sql.SqlUtils;
import com.mchange.v2.c3p0.C3P0ProxyConnection;
public final class NewProxyConnectionNoShardingKey extends AbstractNewProxyConnection implements Connection, C3P0ProxyConnection
{
public NewProxyConnectionNoShardingKey(Connection inner, NewPooledConnection parentPooledConnection) { super(inner, parentPooledConnection); }
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy