com.microstrategy.webapi.EnumDSSXMLFunctionsFlags |
The enumeration for the flags used in the GetSystemFunctions call
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
int | DssXmlFunctionsDefault | Default flag. | |||||||||
int | DssXmlFunctionsIncludeDefinitions | When this flag is set, the functions definitions would also be retrieved in the GetSystemFunctions call. | |||||||||
int | DssXmlFunctionsSkipDBOnly | When this flag is set, the functions with DBOnly property set to false will not be returned. | |||||||||
int | DssXmlFunctionsSkipNonPrefix | When this flag is set, the functions with prefix property set to false will not be returned. | |||||||||
int | DssXmlFunctionsSkipNonSQLArithmetic | When this flag is set, the functions with SQL type not set to
DssXmlFunctionSQLTypeArithmetic will not be returned. |
Default flag. All the functions would be returned.
When this flag is set, the functions definitions would also be retrieved in the GetSystemFunctions call.
When this flag is set, the functions with DBOnly property set to false will not be returned.
When this flag is set, the functions with prefix property set to false will not be returned.
When this flag is set, the functions with SQL type not set to
DssXmlFunctionSQLTypeArithmetic
will not be returned.