Interface RolapNativeSql.SqlCompiler

    • Method Detail

      • compile

        String compile​(Exp exp)
        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