class RolapNativeSql.FunCallSqlCompiler extends RolapNativeSql.FunCallSqlCompilerBase
| Modifier and Type | Field and Description | 
|---|---|
(package private) RolapNativeSql.SqlCompiler | 
compiler  | 
(package private) String | 
sql  | 
argCount, category, mdx| Modifier | Constructor and Description | 
|---|---|
protected  | 
FunCallSqlCompiler(int category,
                  String mdx,
                  String sql,
                  int argCount,
                  RolapNativeSql.SqlCompiler argumentCompiler)  | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
compile(Exp exp)  | 
String | 
toString()  | 
compileArgs, matchRolapNativeSql.SqlCompiler compiler
String sql
protected FunCallSqlCompiler(int category,
                             String mdx,
                             String sql,
                             int argCount,
                             RolapNativeSql.SqlCompiler argumentCompiler)