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

prerna.util.sql.PhoenixQueryUtil Maven / Gradle / Ivy

The newest version!
package prerna.util.sql;

public class PhoenixQueryUtil extends AnsiSqlQueryUtil {

	PhoenixQueryUtil() {
		super();
		setDbType(RdbmsTypeEnum.PHOENIX);
	}
	
	PhoenixQueryUtil(String connectionUrl, String username, String password) {
		super(connectionUrl, username, password);
		setDbType(RdbmsTypeEnum.PHOENIX);
	}
	
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy