mondrian.rolap
Class RolapNativeSql.InfixOpSqlCompiler

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

 class RolapNativeSql.InfixOpSqlCompiler
extends RolapNativeSql.FunCallSqlCompilerBase

compiles an infix operator like addition into SQL like (a + b)

Since:
Nov 23, 2005
Author:
av
 

Field Summary
 
Fields inherited from class mondrian.rolap.RolapNativeSql.FunCallSqlCompilerBase
argCount, category, mdx
 
Constructor Summary
protected RolapNativeSql.InfixOpSqlCompiler(int category, String mdx, String sql, RolapNativeSql.SqlCompiler argumentCompiler)
           
 
Method Summary
 String compile(Exp exp)
           
 String 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.InfixOpSqlCompiler

protected RolapNativeSql.InfixOpSqlCompiler(int category,
                                            String mdx,
                                            String sql,
                                            RolapNativeSql.SqlCompiler argumentCompiler)
Method Detail

compile

public String compile(Exp exp)

toString

public String toString()
Overrides:
toString in class Object

SourceForge.net_Logo