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 |
RolapNativeSql.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 RolapNativeSql.FunCallSqlCompiler(int category,
String mdx,
String sql,
int argCount,
RolapNativeSql.SqlCompiler argumentCompiler)