mondrian.rolap
Class RolapNativeSql.ParenthesisSqlCompiler

java.lang.Object
  extended by mondrian.rolap.RolapNativeSql.FunCallSqlCompilerBase
      extended by mondrian.rolap.RolapNativeSql.FunCallSqlCompiler
          extended by mondrian.rolap.RolapNativeSql.ParenthesisSqlCompiler
All Implemented Interfaces:
RolapNativeSql.SqlCompiler
Enclosing class:
RolapNativeSql

 class RolapNativeSql.ParenthesisSqlCompiler
extends RolapNativeSql.FunCallSqlCompiler

shortcut for ()

Since:
Nov 23, 2005
Author:
av
 

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
protected RolapNativeSql.ParenthesisSqlCompiler(int category, RolapNativeSql.SqlCompiler argumentCompiler)
           
 
Method Summary
 String toString()
           
 
Methods inherited from class mondrian.rolap.RolapNativeSql.FunCallSqlCompiler
compile
 
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
 

Constructor Detail

RolapNativeSql.ParenthesisSqlCompiler

protected RolapNativeSql.ParenthesisSqlCompiler(int category,
                                                RolapNativeSql.SqlCompiler argumentCompiler)
Method Detail

toString

public String toString()
Overrides:
toString in class RolapNativeSql.FunCallSqlCompiler

SourceForge.net_Logo