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

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

if(cond_count > 0){
	/** 如果有条件表达式 则添加 WHERE 头 */
	where_buffer.append(" WHERE ");
}
where_buffer.append(cond_buffer.toString());




© 2015 - 2024 Weber Informatics LLC | Privacy Policy