| 程序包 | 说明 |
|---|---|
| cn.schoolwow.quickdao.condition | |
| cn.schoolwow.quickdao.condition.subCondition | |
| cn.schoolwow.quickdao.domain | |
| cn.schoolwow.quickdao.helper |
| 限定符和类型 | 字段和说明 |
|---|---|
protected Query |
AbstractCondition.query |
| 构造器和说明 |
|---|
AbstractSubCondition(Class<T> _class,
String tableAliasName,
String primaryField,
String joinTableField,
String compositField,
AbstractCondition condition,
Query query) |
SQLiteSubCondition(Class<T> _class,
String tableAliasName,
String primaryField,
String joinTableField,
String compositField,
AbstractCondition condition,
Query query) |
| 限定符和类型 | 字段和说明 |
|---|---|
Query |
SubQuery.query
主表
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
SQLHelper.count(Query query)
count语句
|
void |
SQLHelper.delete(Query query)
delete语句
|
void |
SQLHelper.getAggerateList(Query query)
getAggerateList语句
|
void |
SQLHelper.getArray(Query query)
getArray语句
|
void |
SQLHelper.getPartList(Query query)
getPartList语句
|
void |
SQLHelper.getValueList(Query query,
String column)
getValueList语句
|
String |
SQLHelper.union(Query query)
union语句
|
void |
SQLHelper.update(Query query)
update语句
|
Copyright © 2019. All rights reserved.