org.jdbcdslog.DataSourceProxy Maven / Gradle / Ivy
The newest version!
package org.jdbcdslog;
import javax.sql.DataSource;
public class DataSourceProxy extends DataSourceProxyBase implements DataSource {
private static final long serialVersionUID = -6888072076120346186L;
public DataSourceProxy() throws JdbcDsLogRuntimeException {
super();
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy