com.microstrategy.web.objects.WebDatamartTable |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract boolean |
getAppendToTable()
Indicates whether the property to append to the existing table is set.
| ||||||||||
abstract String |
getName()
Returns the name of the table
| ||||||||||
abstract boolean |
isNamePlaceHolder()
Indicates whether the table name specified has macros that need to be
replaced during execution
| ||||||||||
abstract void |
setAppendToTable(boolean append)
Indicates whether the result of the execution should be appended to the table
(defined by the table name) or a new table should be created
| ||||||||||
abstract void |
setName(String name, boolean containsPlaceholder)
Sets the name of the table
|
Indicates whether the property to append to the existing table is set.
Returns the name of the table
Indicates whether the table name specified has macros that need to be replaced during execution
Indicates whether the result of the execution should be appended to the table (defined by the table name) or a new table should be created
Sets the name of the table