com.microstrategy.web.objects.WebFunction |
The WebFunction
interface represents a system function object.
Functions are categorized into various packages
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract int |
getFunction()
This method is deprecated.
use
getFunctionType() instead
| ||||||||||
abstract int |
getFunctionType()
Returns the type of the function; This is a value from the enumeration
EnumDSSXMLFunction | ||||||||||
abstract WebFunctionParameter |
getInputParameter(int index)
Returns the
WebFunctionParameter at a particular index | ||||||||||
abstract int |
getInputParameterCount()
Returns the number of input parameters
| ||||||||||
abstract Iterator |
getInputParameters()
Iterator of
WebFunctionParameter objects
| ||||||||||
abstract Iterator |
getProperties()
Returns an Iterator of all the function properties as
WebFunctionProperty objects
| ||||||||||
abstract WebFunctionProperty |
getProperty(int index)
Return the Function property at the specified index.
| ||||||||||
abstract int |
getPropertyCount()
Returns the total number of properties for the Function
| ||||||||||
abstract int |
getRepeatedParametersCount()
Returns the number of repeated parameters.
| ||||||||||
abstract int |
getSQLType()
Returns the SQL type of the function.This is a value from the enumeration
| ||||||||||
abstract boolean |
isDBOnly()
Returns true if the function is available only in the Database
and not in the analytical engine.
| ||||||||||
abstract boolean |
isOrderSignificant()
Indicates if the function order is significant for function.
| ||||||||||
abstract boolean |
isPrefix()
Indicates if the function represents a prefix operator
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() |
This method is deprecated.
use getFunctionType()
instead
Returns an integer value indicating a fuction in EnumDSSXMLFunction
.
Returns the type of the function; This is a value from the enumeration
EnumDSSXMLFunction
Returns the WebFunctionParameter
at a particular index
WebFunctionParameter
at a particular index
Returns the number of input parameters
Returns an Iterator of all the function properties as WebFunctionProperty
objects
Return the Function property at the specified index.
Returns the total number of properties for the Function
Returns the number of repeated parameters.
Returns the SQL type of the function.This is a value from the enumeration
Returns true if the function is available only in the Database and not in the analytical engine.
Indicates if the function order is significant for function. This will control whether Sort-By is available or not.
Indicates if the function represents a prefix operator