| Class | Description |
|---|---|
| ResponseContainer |
Base class container for the generic data in a response.
Each response data has set of attributes defined by names. Id - identifier of the response data Type - set by subclass to identify content of the response. |
| ResponseContainerDatabase |
Response container for database.
The container has following attributes: name - database name. guid - unique identifier to access database metdata. type - of the database, vendor. version - database version. The type of the container is 'database'. |
| ResponseContainerDatabaseSchema |
Response container for Analytics Modeling schema representation.
The container has following attributes: catalog - name of the schema catalog. schema - name of the schema. schemaType - this can be 'user' or 'system'. |
| ResponseContainerModule |
Response container for Analytics Modeling module representation.
The container has following attributes: module - Analytics Modeling module representation. The type of the container is 'module'. |
| ResponseContainerSchemaTables |
Response container for list of table names available in the schema.
The container has following attributes: tables - list of table names available in the schema. The type of the container is 'tables'. |
Copyright © 2018–2020 ODPi. All rights reserved.