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

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

There is a newer version: 0.9.5.2_1
Show newest version
/* 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