Class SqlExpressionList

    • Constructor Detail

      • SqlExpressionList

        public SqlExpressionList​(List<SqlNode> expressions)
        Instantiates a new Sql expression list.
        Parameters:
        expressions - the expressions
    • Method Detail

      • getExpressions

        public List<SqlNode> getExpressions()
        Gets expressions.
        Returns:
        the expressions
      • getChildren

        public List<SqlNode> getChildren()
        Description copied from class: SqlNode
        Get list of node's children (possibly, empty).
        Overrides:
        getChildren in class SqlNode
        Returns:
        list of children nodes (which could be null)