Class RolapNativeSql.CalculatedMemberSqlCompiler

    • Method Detail

      • compile

        public java.lang.String compile​(Exp exp)
        Description copied from interface: RolapNativeSql.SqlCompiler
        Returns SQL. If exp can not be compiled into SQL, returns null.
        Parameters:
        exp - Expression
        Returns:
        SQL, or null if cannot be converted into SQL
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object