|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectmondrian.rolap.RolapNativeSql.FunCallSqlCompilerBase
abstract class RolapNativeSql.FunCallSqlCompilerBase
Contains utility methods to compile FunCall expressions into SQL.
Field Summary | |
---|---|
(package private) int |
argCount
|
(package private) int |
category
|
(package private) java.lang.String |
mdx
|
Constructor Summary | |
---|---|
RolapNativeSql.FunCallSqlCompilerBase(int category,
java.lang.String mdx,
int argCount)
|
Method Summary | |
---|---|
protected java.lang.String[] |
compileArgs(Exp exp,
RolapNativeSql.SqlCompiler compiler)
compiles the arguments of a FunCall |
protected boolean |
match(Exp exp)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface mondrian.rolap.RolapNativeSql.SqlCompiler |
---|
compile |
Field Detail |
---|
int category
java.lang.String mdx
int argCount
Constructor Detail |
---|
RolapNativeSql.FunCallSqlCompilerBase(int category, java.lang.String mdx, int argCount)
Method Detail |
---|
protected boolean match(Exp exp)
protected java.lang.String[] compileArgs(Exp exp, RolapNativeSql.SqlCompiler compiler)
|
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |