Package com.microstrategy.webapi
Interface EnumDSSXMLFunctionsFlags
-
public interface EnumDSSXMLFunctionsFlags
The enumeration for the flags used in the GetSystemFunctions call- Since:
- MicroStrategy Web 9.0.0
-
-
Field Summary
Fields Modifier and Type Field Description static int
DssXmlFunctionsDefault
Default flag.static int
DssXmlFunctionsIncludeDefinitions
When this flag is set, the functions definitions would also be retrieved in the GetSystemFunctions call.static int
DssXmlFunctionsSkipDBOnly
When this flag is set, the functions with DBOnly property set to false will not be returned.static int
DssXmlFunctionsSkipNonPrefix
When this flag is set, the functions with prefix property set to false will not be returned.static int
DssXmlFunctionsSkipNonSQLArithmetic
When this flag is set, the functions with SQL type not set toEnumDSSXMLSQLType.DssXmlFunctionSQLTypeArithmetic
will 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.DssXmlFunctionSQLTypeArithmetic
will 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
-
-