mondrian.rolap
Class RolapNativeSql.CalculatedMemberSqlCompiler

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

 class RolapNativeSql.CalculatedMemberSqlCompiler
extends RolapNativeSql.MemberSqlCompiler

compiles the underlying expression of a calculated member

Since:
Nov 23, 2005
Author:
av
 

Field Summary
(package private)  RolapNativeSql.SqlCompiler compiler
           
 
Constructor Summary
RolapNativeSql.CalculatedMemberSqlCompiler(RolapNativeSql.SqlCompiler argumentCompiler)
           
 
Method Summary
 String compile(Exp exp)
           
 String toString()
           
 
Methods inherited from class mondrian.rolap.RolapNativeSql.MemberSqlCompiler
unwind
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

compiler

RolapNativeSql.SqlCompiler compiler
Constructor Detail

RolapNativeSql.CalculatedMemberSqlCompiler

RolapNativeSql.CalculatedMemberSqlCompiler(RolapNativeSql.SqlCompiler argumentCompiler)
Method Detail

compile

public String compile(Exp exp)

toString

public String toString()
Overrides:
toString in class Object

SourceForge.net_Logo