class RolapNativeSql.IifSqlCompiler extends RolapNativeSql.FunCallSqlCompilerBase
IIF(cond, val1, val2) expression into SQL
 CASE WHEN cond THEN val1 ELSE val2 END.| Modifier and Type | Field and Description | 
|---|---|
(package private) RolapNativeSql.SqlCompiler | 
valueCompiler  | 
argCount, category, mdx| Constructor and Description | 
|---|
RolapNativeSql.IifSqlCompiler(int category,
                             RolapNativeSql.SqlCompiler valueCompiler)  | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
compile(Exp exp)  | 
compileArgs, matchRolapNativeSql.SqlCompiler valueCompiler
RolapNativeSql.IifSqlCompiler(int category,
                             RolapNativeSql.SqlCompiler valueCompiler)