public class XqlUtil extends Object
| 构造器和说明 |
|---|
XqlUtil() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
escapeSql(String sql) |
String |
getDeleteSql() |
String |
getField() |
String |
getGroup() |
String |
getInsertSql() |
String |
getLimit() |
String |
getOrder() |
String |
getSelectSql() |
String |
getTable() |
String |
getUpdateSql() |
com.alibaba.fastjson.JSONObject |
getValue() |
String |
getWhere() |
void |
setField(String field) |
void |
setGroup(String group) |
void |
setLimit(String limit) |
void |
setOrder(String order) |
void |
setTable(String table) |
void |
setValue(com.alibaba.fastjson.JSONObject value) |
void |
setWhere(String where) |
public String getTable()
public void setTable(String table)
table - the table to setpublic String getField()
public void setField(String field)
field - the field to setpublic com.alibaba.fastjson.JSONObject getValue()
public void setValue(com.alibaba.fastjson.JSONObject value)
value - the value to setpublic String getWhere()
public void setWhere(String where)
where - the where to setpublic String getOrder()
public void setOrder(String order)
order - the order to setpublic String getGroup()
public void setGroup(String group)
group - the group to setpublic String getLimit()
public void setLimit(String limit)
limit - the limit to setpublic String getSelectSql()
public String getDeleteSql()
public String getUpdateSql()
public String getInsertSql()
Copyright © 2017. All rights reserved.