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"
public SqlLikeChainChecker(String pattern)
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.