| 构造器和说明 |
|---|
WhereBase(int logic,
String field,
String operator,
Object value) |
WhereBase(WhereBase where) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getField() |
int |
getLogic() |
String |
getLogicStr() |
String |
getOperator() |
Object |
getValue(StatementConfig config) |
void |
setField(String field) |
void |
setOperator(String operator) |
void |
setValue(Object value) |
static String |
taskOutFirstLogic(String whereSql)
去掉查询条件第一个logic
|
static String |
toSql(List<WhereBase> wheres,
StatementConfig config) |
String |
toString() |
String |
toString(StatementConfig config) |
public WhereBase(WhereBase where)
public int getLogic()
public String getLogicStr()
public String getField()
public void setField(String field)
public String getOperator()
public void setOperator(String operator)
public Object getValue(StatementConfig config)
public void setValue(Object value)
public String toString(StatementConfig config)
public static String toSql(List<WhereBase> wheres, StatementConfig config)
Copyright © 2023. All rights reserved.