mondrian.rolap
Class RolapNativeSql.UnaryOpSqlCompiler

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

 class RolapNativeSql.UnaryOpSqlCompiler
extends RolapNativeSql.FunCallSqlCompiler

shortcut for an unary operator like NOT(a)

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

Constructor Detail

RolapNativeSql.UnaryOpSqlCompiler

protected RolapNativeSql.UnaryOpSqlCompiler(int category,
                                            String mdx,
                                            String sql,
                                            RolapNativeSql.SqlCompiler argumentCompiler)

SourceForge.net_Logo