public class SqlLikeChainChecker extends Object
This has 4 chain scenarios cases in it (has no escaping or single char wildcards) 1) anchored left "abc%def%" 2) anchored right "%abc%def" 3) unanchored "%abc%def%" 4) anchored on both sides "abc%def"
Constructor and Description |
---|
SqlLikeChainChecker(String pattern) |
public SqlLikeChainChecker(String pattern)
public boolean check(BinaryStringData str)
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.