|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectmondrian.udf.CurrentDateMemberUdf
mondrian.udf.CurrentDateMemberExactUdf
public class CurrentDateMemberExactUdf
User-defined function CurrentDateMember. Arguments to the
function are as follows:
CurrentDateMember(<Hierarchy>, <FormatString>)
returns <Member>
The function returns the member from the specified hierarchy that matches
the current date, to the granularity specified by the <FormatString>.
The format string conforms to the format string implemented by
Format.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface mondrian.spi.UserDefinedFunction |
|---|
UserDefinedFunction.Argument |
| Constructor Summary | |
|---|---|
CurrentDateMemberExactUdf()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getDescription()
Returns a description of the user-defined function. |
Type[] |
getParameterTypes()
Returns an array of the types of the parameters of this function. |
java.lang.String[] |
getReservedWords()
Returns a list of reserved words used by this function. |
| Methods inherited from class mondrian.udf.CurrentDateMemberUdf |
|---|
execute, getName, getReturnType, getSyntax |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CurrentDateMemberExactUdf()
| Method Detail |
|---|
public java.lang.String getDescription()
UserDefinedFunction
getDescription in interface UserDefinedFunctiongetDescription in class CurrentDateMemberUdfpublic Type[] getParameterTypes()
UserDefinedFunction
getParameterTypes in interface UserDefinedFunctiongetParameterTypes in class CurrentDateMemberUdfpublic java.lang.String[] getReservedWords()
UserDefinedFunction
getReservedWords in interface UserDefinedFunctiongetReservedWords in class CurrentDateMemberUdf
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||