|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object mondrian.rolap.RolapNativeSql.FunCallSqlCompilerBase mondrian.rolap.RolapNativeSql.FunCallSqlCompiler
class RolapNativeSql.FunCallSqlCompiler
compiles a funcall, e.g. foo(a, b, c)
Field Summary | |
---|---|
(package private) RolapNativeSql.SqlCompiler |
compiler
|
(package private) String |
sql
|
Fields inherited from class mondrian.rolap.RolapNativeSql.FunCallSqlCompilerBase |
---|
argCount, category, mdx |
Constructor Summary | |
---|---|
protected |
RolapNativeSql.FunCallSqlCompiler(int category,
String mdx,
String sql,
int argCount,
RolapNativeSql.SqlCompiler argumentCompiler)
|
Method Summary | |
---|---|
String |
compile(Exp exp)
|
String |
toString()
|
Methods inherited from class mondrian.rolap.RolapNativeSql.FunCallSqlCompilerBase |
---|
compileArgs, match |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
RolapNativeSql.SqlCompiler compiler
String sql
Constructor Detail |
---|
protected RolapNativeSql.FunCallSqlCompiler(int category, String mdx, String sql, int argCount, RolapNativeSql.SqlCompiler argumentCompiler)
Method Detail |
---|
public String compile(Exp exp)
public String toString()
toString
in class Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |