abstract class RolapNativeSql.FunCallSqlCompilerBase extends Object implements RolapNativeSql.SqlCompiler
| Modifier and Type | Field and Description | 
|---|---|
(package private) int | 
argCount  | 
(package private) int | 
category  | 
(package private) String | 
mdx  | 
| Constructor and Description | 
|---|
FunCallSqlCompilerBase(int category,
                      String mdx,
                      int argCount)  | 
| Modifier and Type | Method and Description | 
|---|---|
protected String[] | 
compileArgs(Exp exp,
           RolapNativeSql.SqlCompiler compiler)
compiles the arguments of a FunCall 
 | 
protected boolean | 
match(Exp exp)  | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcompileint category
String mdx
int argCount
FunCallSqlCompilerBase(int category,
                       String mdx,
                       int argCount)
protected boolean match(Exp exp)
protected String[] compileArgs(Exp exp, RolapNativeSql.SqlCompiler compiler)