public class SQLQueryWhereClause extends Object
| Constructor and Description |
|---|
SQLQueryWhereClause() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
List<Object> |
getValues()
参数值列表
|
String |
getWhere()
where条件sql语句
|
int |
hashCode() |
void |
setValues(List<Object> values)
参数值列表
|
void |
setWhere(String where)
where条件sql语句
|
String |
toString() |
Copyright © 2025. All rights reserved.