Package mondrian.rolap
Class RolapNativeSql.ParenthesisSqlCompiler
- java.lang.Object
-
- mondrian.rolap.RolapNativeSql.FunCallSqlCompilerBase
-
- mondrian.rolap.RolapNativeSql.FunCallSqlCompiler
-
- mondrian.rolap.RolapNativeSql.ParenthesisSqlCompiler
-
- All Implemented Interfaces:
RolapNativeSql.SqlCompiler
- Enclosing class:
- RolapNativeSql
class RolapNativeSql.ParenthesisSqlCompiler extends RolapNativeSql.FunCallSqlCompiler
Shortcut for ().
-
-
Field Summary
-
Fields inherited from class mondrian.rolap.RolapNativeSql.FunCallSqlCompiler
compiler, sql
-
Fields inherited from class mondrian.rolap.RolapNativeSql.FunCallSqlCompilerBase
argCount, category, mdx
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
ParenthesisSqlCompiler(int category, RolapNativeSql.SqlCompiler argumentCompiler)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
toString()
-
Methods inherited from class mondrian.rolap.RolapNativeSql.FunCallSqlCompiler
compile
-
Methods inherited from class mondrian.rolap.RolapNativeSql.FunCallSqlCompilerBase
compileArgs, match
-
-
-
-
Constructor Detail
-
ParenthesisSqlCompiler
protected ParenthesisSqlCompiler(int category, RolapNativeSql.SqlCompiler argumentCompiler)
-
-
Method Detail
-
toString
public String toString()
- Overrides:
toString
in classRolapNativeSql.FunCallSqlCompiler
-
-