HsvStarSchemaACM Object Overview
The HsvStarSchemaACM object enables you to work with Extended Analytics extractions. For example, you can use this object to create, update, and delete star schemas. For information on setting HsvStarSchemaACM object references and details on the object’s methods, see HsvStarSchemaACM Object Methods
The following table lists the HsvStarSchemaACM object’s methods.
Table 38. HsvStarSchemaACM Object Methods
Method | Description |
---|
CreateStarSchema | Creates or updates a star schema by exporting data for all cells that intersect the specified dimension members. |
CreateStarSchemaAndReturnTaskID | For internal use. |
CreateStarSchemaFromHTTP | For internal use. |
DeleteStarSchema | Deletes a star schema from a given database. |
EnumApplicationStarSchemas | For internal use. |
EnumRegisteredDSNs | Returns an array of the Extended Analytics Data Source Names that have been registered on the application server. |
GetAsynchronousTaskStatus | Returns status information for the asynchronous thread launched by CreateStarSchema. |
GetExtractLogData | Returns a string that provides a log of the HsvStarSchemaACM instance’s most recent call to CreateStarSchema. |
GetPersistedSettings | For internal use. |
QuitAsynchronousTask | Terminates the thread launched by CreateStarSchema. |
SetDefaultTablePrefix | For internal use. |
SetPersistedSettings | For internal use. |
SetSession | Points to the HsvSession object that represents the connection to the application. You must call SetSession before using the other HsvStarSchemaACM methods. |
TestSQLConnection | For internal use. |