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

org.prevayler.demos.scalability.jdbc.JDBCQuerySubject Maven / Gradle / Ivy

The newest version!
package org.prevayler.demos.scalability.jdbc;

public class JDBCQuerySubject extends JDBCScalabilitySubject {

	public JDBCQuerySubject(String jdbcDriverClassName, String connectionURL, String user, String password) {
		super(jdbcDriverClassName, connectionURL, user, password);
	}

	public Object createTestConnection() {
		return new JDBCQueryConnection(createConnection());
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy