mondrian.rolap
Class RolapNativeSql.StoredMeasureSqlCompiler

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

 class RolapNativeSql.StoredMeasureSqlCompiler
extends RolapNativeSql.MemberSqlCompiler

compiles a measure into SQL, the measure will be aggregated like sum(measure)

Since:
Nov 23, 2005
Author:
av
 

Constructor Summary
RolapNativeSql.StoredMeasureSqlCompiler()
           
 
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
 

Constructor Detail

RolapNativeSql.StoredMeasureSqlCompiler

RolapNativeSql.StoredMeasureSqlCompiler()
Method Detail

compile

public String compile(Exp exp)

toString

public String toString()
Overrides:
toString in class Object

SourceForge.net_Logo