Class SqlPredicateLikeRegexp


  • public class SqlPredicateLikeRegexp
    extends SqlPredicate
    REGEXP_LIKE predicate.
    • Constructor Detail

      • SqlPredicateLikeRegexp

        public SqlPredicateLikeRegexp​(SqlNode left,
                                      SqlNode pattern)
        Instantiates a new Sql predicate like regexp.
        Parameters:
        left - the left predicate
        pattern - the pattern
    • Method Detail

      • getLeft

        public SqlNode getLeft()
        Gets left.
        Returns:
        the left
      • getPattern

        public SqlNode getPattern()
        Gets pattern.
        Returns:
        the pattern
      • 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)