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

org.mentabean.sql.HasParams Maven / Gradle / Ivy

There is a newer version: 2.2.4
Show newest version
package org.mentabean.sql;

import org.mentabean.sql.param.Param;

public interface HasParams {

	public Param[] getParams();
	
	public String build();
	
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy