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

gu.sql2java.wherehelper.bsh_equal_if.tmpl Maven / Gradle / Ivy

if(($) && ($ || !isEmpty(${$}))) {
	if(cond_count++>0){
		cond_buffer.append(" $ ");
	}
	cond_buffer.append(op("$","$",$,false));
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy