mondrian.rolap
Class RolapNativeSql.MemberSqlCompiler

java.lang.Object
  extended by mondrian.rolap.RolapNativeSql.MemberSqlCompiler
All Implemented Interfaces:
RolapNativeSql.SqlCompiler
Direct Known Subclasses:
RolapNativeSql.CalculatedMemberSqlCompiler, RolapNativeSql.StoredMeasureSqlCompiler
Enclosing class:
RolapNativeSql

abstract class RolapNativeSql.MemberSqlCompiler
extends Object
implements RolapNativeSql.SqlCompiler

base class to remove MemberScalarExp

Since:
Nov 23, 2005
Author:
av
 

Constructor Summary
RolapNativeSql.MemberSqlCompiler()
           
 
Method Summary
protected  Exp unwind(Exp exp)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface mondrian.rolap.RolapNativeSql.SqlCompiler
compile
 

Constructor Detail

RolapNativeSql.MemberSqlCompiler

RolapNativeSql.MemberSqlCompiler()
Method Detail

unwind

protected Exp unwind(Exp exp)

SourceForge.net_Logo