com.microstrategy.web.objects.WebDatamart |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract WebObjectInfo |
getDBRole()
Returns the database role (connection information) that is needed for
creating this datamart
| ||||||||||
abstract WebPropertySet |
getProperties()
Retrieves all the extended properties for this datamart if the instance this is associated
with is a datamart instance.
| ||||||||||
abstract WebDatamartTable |
getTable()
Retrieves the actual table information, as a
WebDatamartTable , for this
datamart | ||||||||||
abstract void |
setDBRole(WebObjectInfo obj)
Sets the database role (connection information) that is needed for creating
this datamart
|
Returns the database role (connection information) that is needed for creating this datamart
WebObjectInfo
defining the db role
Retrieves all the extended properties for this datamart if the instance this is associated
with is a datamart instance. If not, null is returned.
This is equivalent to reading the properties for the DatamartProperties propertySet using
getPropertySet(int, String)
where the first argument is
DssXmlReportObjectDatamart
WebPropertySet
representing the associated extended properties
WebObjectsException |
---|
Retrieves the actual table information, as a WebDatamartTable
, for this
datamart
WebDatamartTable
Sets the database role (connection information) that is needed for creating this datamart