Connections
Query connections for a SAP Business Objects BI instance.
Select
The following queries are processed server-side:
SELECT * FROM Connections
SELECT * FROM Connections WHERE Type='Relational'
Columns
| Name | Type | Description |
| Id [KEY] | Integer | The connection ID. |
| CUID | String | The connection CUID. |
| Name | String | The connection name. |
| Type | String | The connection type. |
| FolderId | Integer | The connection folder id. |