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

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

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy