QuerySourceCategory
| Field | NULL | Description | Note |
|---|---|---|---|
| id string (GUID) |
The id | ||
| name string |
The name | ||
| parentCategoryId string (GUID) |
Y | The id of the parent category | |
| connectionId string (GUID) |
The id of the connection | ||
| querySources array of objects |
An array of QuerySource objects | ||
| childs array of objects |
An array of QuerySourceCategory objects | ||
| connection object |
A Connection object | ||
| physicalChange integer |
The change state | ||
| existed boolean |
Exist flag | ||
| deleted boolean |
Whether this has been deleted | ||
| checked boolean |
Whether this is checked on workspace for copying purpose | ||
| totalTableChildNodes integer |
The number of child nodes that are tables | ||
| totalTableCheckedNodes integer |
The number of selected for copying child nodes that are tables | ||
| totalStoredProcedureChildNodes integer |
The number of child nodes that are stored procedures | ||
| totalStoredProcedureCheckedNodes integer |
The number of selected for copying child nodes that are stored procedures | ||
| totalViewChildNodes integer |
The number of child nodes that are views | ||
| totalViewCheckedNodes integer |
The number of selected for copying child nodes that are views | ||
| totalFunctionChildNodes integer |
The number of child nodes that are functions | ||
| totalFunctionCheckedNodes integer |
The number of selected for copying child nodes that are functions |