Class RolapNativeSql.NumberSqlCompiler

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String compile​(Exp exp)
      Returns SQL.
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • NumberSqlCompiler

        NumberSqlCompiler()
    • 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.
        Specified by:
        compile in interface RolapNativeSql.SqlCompiler
        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