Class RolapNativeSql.MatchingSqlCompiler

    • Constructor Detail

      • MatchingSqlCompiler

        protected MatchingSqlCompiler()
    • Method Detail

      • compile

        public 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