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
    • Method Detail

      • getExpression

        public SqlNode getExpression()
      • getInArguments

        public List<SqlNode> getInArguments()
      • toSimpleSql

        public String toSimpleSql()
        Specified by:
        toSimpleSql in class SqlNode
        Returns:
        A SQL representation of the current graph, using EXASOL SQL syntax. It is called "SIMPLE" because it is not guaranteed to be 100 % correct SQL (e.g. might be ambiguous).