Class SqlPredicateInConstList

    • Constructor Detail

      • SqlPredicateInConstList

        public SqlPredicateInConstList​(SqlNode expression,
                                       List<SqlNode> inArguments)
        Create a new instance of SqlPredicateInConstList.
        Parameters:
        expression - For <exp> IN (...) this stores <exp>
        inArguments - arguments inside the brackets