com.jchanghong.db.sql.NamedSql Maven / Gradle / Ivy
The newest version!
package com.jchanghong.db.sql;
import com.jchanghong.core.text.StrBuilder;
import com.jchanghong.core.util.StrUtil;
import java.util.LinkedList;
import java.util.List;
import java.util.Map;
/**
* 使用命名占位符的SQL,例如:select * from table where field1=:name1
* 支持的占位符格式为:
*
* 1、:name
* 2、?name
* 3、@name
*
*
* @author looly
* @since 4.0.10
*/
public class NamedSql {
private String sql;
private final List