Universes
Query universes for a SAP Business Objects BI instance.
Select
The following queries are processed server-side:
SELECT * FROM Universes
SELECT * FROM Universes WHERE Type='unx'
Columns
| Name | Type | Description |
| Id [KEY] | Integer | The universe ID. |
| CUID | String | The universe CUID. |
| Name | String | The universe name. |
| Description | String | The universe description. |
| FolderId | Integer | The universe folder ID. |
| Revision | Integer | The universe revision number. |
| Type | String | The universe type. |
| SubType | String | The universe sub type. |