Package com.microstrategy.webapi
Interface EnumDSSXMLFunctionsFlags
-
public interface EnumDSSXMLFunctionsFlagsThe enumeration for the flags used in the GetSystemFunctions call- Since:
- MicroStrategy Web 9.0.0
-
-
Field Summary
Fields Modifier and Type Field Description static intDssXmlFunctionsDefaultDefault flag.static intDssXmlFunctionsIncludeDefinitionsWhen this flag is set, the functions definitions would also be retrieved in the GetSystemFunctions call.static intDssXmlFunctionsSkipDBOnlyWhen this flag is set, the functions with DBOnly property set to false will not be returned.static intDssXmlFunctionsSkipNonPrefixWhen this flag is set, the functions with prefix property set to false will not be returned.static intDssXmlFunctionsSkipNonSQLArithmeticWhen this flag is set, the functions with SQL type not set toEnumDSSXMLSQLType.DssXmlFunctionSQLTypeArithmeticwill not be returned.
-
-
-
Field Detail
-
DssXmlFunctionsDefault
static final int DssXmlFunctionsDefault
Default flag. All the functions would be returned.- See Also:
- Constant Field Values
-
DssXmlFunctionsSkipDBOnly
static final int DssXmlFunctionsSkipDBOnly
When this flag is set, the functions with DBOnly property set to false will not be returned.- See Also:
- Constant Field Values
-
DssXmlFunctionsSkipNonPrefix
static final int DssXmlFunctionsSkipNonPrefix
When this flag is set, the functions with prefix property set to false will not be returned.- See Also:
- Constant Field Values
-
DssXmlFunctionsSkipNonSQLArithmetic
static final int DssXmlFunctionsSkipNonSQLArithmetic
When this flag is set, the functions with SQL type not set toEnumDSSXMLSQLType.DssXmlFunctionSQLTypeArithmeticwill not be returned.- See Also:
- Constant Field Values
-
DssXmlFunctionsIncludeDefinitions
static final int DssXmlFunctionsIncludeDefinitions
When this flag is set, the functions definitions would also be retrieved in the GetSystemFunctions call.- See Also:
- Constant Field Values
-
-