|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectmondrian.rolap.RolapNativeSql.FunCallSqlCompilerBase
mondrian.rolap.RolapNativeSql.IifSqlCompiler
class RolapNativeSql.IifSqlCompiler
Compiles an IIF(cond, val1, val2) expression into SQL
CASE WHEN cond THEN val1 ELSE val2 END.
| Field Summary | |
|---|---|
(package private) RolapNativeSql.SqlCompiler |
valueCompiler
|
| Fields inherited from class mondrian.rolap.RolapNativeSql.FunCallSqlCompilerBase |
|---|
argCount, category, mdx |
| Constructor Summary | |
|---|---|
RolapNativeSql.IifSqlCompiler(int category,
RolapNativeSql.SqlCompiler valueCompiler)
|
|
| Method Summary | |
|---|---|
java.lang.String |
compile(Exp exp)
|
| Methods inherited from class mondrian.rolap.RolapNativeSql.FunCallSqlCompilerBase |
|---|
compileArgs, match |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
RolapNativeSql.SqlCompiler valueCompiler
| Constructor Detail |
|---|
RolapNativeSql.IifSqlCompiler(int category,
RolapNativeSql.SqlCompiler valueCompiler)
| Method Detail |
|---|
public java.lang.String compile(Exp exp)
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||