com.tonbeller.jpivot.olap.model
Interface FunCallExpr

All Superinterfaces:
Expression, Visitable
All Known Implementing Classes:
FunCallExprImpl

public interface FunCallExpr
extends Expression

An MDX expression.

Function names are all lowercase:

Author:
av

Method Summary
 Expression[] getArgs()
           
 java.lang.String getName()
          returns the function name
 
Methods inherited from interface com.tonbeller.jpivot.olap.model.Visitable
accept
 

Method Detail

getName

java.lang.String getName()
returns the function name


getArgs

Expression[] getArgs()