| 构造器和说明 |
|---|
Abstract() |
| 限定符和类型 | 方法和说明 |
|---|---|
protected void |
appendEndSpace(StringBuffer sql) |
protected void |
appendList(List<?> list,
StringBuffer sql,
Map<String,Object> sqlParam,
SqlBuilderParam builderParam) |
abstract void |
appendSql(StringBuffer sql,
Map<String,Object> sqlParam,
SqlBuilderParam builderParam) |
protected abstract String |
first() |
protected String |
getPlaceKey(SqlField field) |
protected String |
getRealTableName(String name,
SqlBuilderParam builderParam)
获取真实表名
|
protected String |
getValue(SqlField field,
SqlBuilderParam builderParam) |
protected abstract String |
splice() |
protected void |
validate(SqlField field,
SqlBuilderParam builderParam) |
protected abstract String first()
protected abstract String splice()
protected void appendEndSpace(StringBuffer sql)
protected void appendList(List<?> list, StringBuffer sql, Map<String,Object> sqlParam, SqlBuilderParam builderParam) throws Exception
Exceptionpublic abstract void appendSql(StringBuffer sql, Map<String,Object> sqlParam, SqlBuilderParam builderParam) throws Exception
Exceptionprotected String getRealTableName(String name, SqlBuilderParam builderParam)
table - protected void validate(SqlField field, SqlBuilderParam builderParam) throws Exception
Exceptionprotected String getValue(SqlField field, SqlBuilderParam builderParam) throws Exception
ExceptionCopyright © 2018. All rights reserved.