Package com.intersys.gds.query

Examples of com.intersys.gds.query.PatternMatch


    * @param key key
    * @param pattern pattern
    */
  public  void patternMatch(String key, String pattern) {
        System.out.println("Pattern Match query. Matching: " + pattern);
        Query query = new PatternMatch(key,pattern);
        executeQuery(query);
    }
View Full Code Here

TOP

Related Classes of com.intersys.gds.query.PatternMatch

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.