| 接口 | 说明 |
|---|---|
| Relation |
功能说明:处理关联表业务,包括树型表、子表、中间表关联等
1)树形表:pk->parent_id
2)父子表:p.pk->c.fkid(p.pk)
3)中间表:父表p.pk->关联表l.pfield(p.pk)->l.cfield(c.pk)->子表c.pk
relation:
pkfield:
1)树形表:本表pk
2)父子表:子表pk
3)中间表:子表pk
pfield
1)树形表:本表parent_id
2)父子表:父表PK
3)中间表:父表PK
|
| 类 | 说明 |
|---|---|
| ApiModel |
功能说明:
|
| Cfg |
功能说明:
|
| FK |
功能说明:
|
| QApi |
功能说明:
|
| QApi.HApi | |
| QBean |
功能说明:
|
| QCache |
功能说明:
|
| QConfig |
功能说明:
|
| QConfig.Config | |
| QDefval |
功能说明:
|
| QEnum |
功能说明:
|
| QRlation |
功能说明:QResult对应的关联关系
|
| QTable |
功能说明:
|
| QTool |
功能说明:
|
| RChildren |
功能说明:直接子表业务
|
| RLink |
功能说明:中间表关联业务(间接关联)
|
| RParent |
功能说明:直接子表业务
|
| RTree |
功能说明:
|
| Tblation |
功能说明:
|
| 枚举 | 说明 |
|---|---|
| QEnum.Func |
数据库操作方法:INSERT, UPDATE, DELETE, SELECT, QUERY, COUNT;
|
| QEnum.HttpMethod |
HTTP常用请求方法
|
| QEnum.QOut |
输出类型
|
| QEnum.QPSrc | |
| QEnum.QType |