
org.n3r.eql.EqlTran Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of eql Show documentation
Show all versions of eql Show documentation
a simple wrapper framework for jdbc to seperate sql and java code
The newest version!
package org.n3r.eql;
import org.n3r.eql.config.EqlConfig;
import org.n3r.eql.map.EqlRun;
import java.io.Closeable;
import java.sql.Connection;
public interface EqlTran extends Closeable, EqlTranable {
Connection getConn(EqlConfig eqlConfig, EqlRun eqlRun);
String getDriverName();
String getJdbcUrl();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy