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

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

if(!isEmpty(${order_by_column})){
	cond_buffer.append(" ORDER BY ").append(join(${order_by_column},","));
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy