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

com.jpattern.orm.query.clause.SqlClause Maven / Gradle / Ivy

There is a newer version: 6.3.0
Show newest version
package com.jpattern.orm.query.clause;

/**
 * Basic interface for all sql clauses (select, from, where...)
 * 
 * @author Francesco Cina'
 *
 * Mar 31, 2012
 */
public interface SqlClause> {

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy