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

de.ec.sql.QueryBuilder Maven / Gradle / Ivy

There is a newer version: 1.2
Show newest version
package de.ec.sql;

public interface QueryBuilder extends QueryPart {

	default Query query() {
		return new Query(this);
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy