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

com.github.napp.database.IFreeQuery Maven / Gradle / Ivy

There is a newer version: 1.1.8
Show newest version
/**
 *
 */
package com.github.napp.database;

/**
 * @author Alexandru Bledea
 * @since Sep 25, 2013
 */
public interface IFreeQuery extends IQuery {

	/**
	 * @param sql
	 * @param args
	 */
	public abstract void setSQL(String sql, Object... args);

	/**
	 * @param args
	 */
	public abstract void setArgs(Object... args);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy