public class QueryFragmentOption extends Object implements Serializable
| 限定符和类型 | 字段和说明 |
|---|---|
List<SQLFragmentEntry> |
groupByList
groupBy字段
|
List<SQLFragmentEntry> |
havingList
having字段
|
List<Object> |
havingParameterList
having参数
|
List<SQLFragmentEntry> |
orderByList
orderBy字段
|
List<SQLFragmentEntry> |
whereList
where语句
|
List<Object> |
whereParameterList
where参数列表
|
| 构造器和说明 |
|---|
QueryFragmentOption() |
public List<SQLFragmentEntry> whereList
public List<SQLFragmentEntry> groupByList
public List<SQLFragmentEntry> havingList
public List<SQLFragmentEntry> orderByList
Copyright © 2023. All rights reserved.