railo.runtime.db
Class LikeCompare

java.lang.Object
  extended by railo.runtime.db.LikeCompare

public class LikeCompare
extends Object


Constructor Summary
LikeCompare()
           
 
Method Summary
static boolean like(SQL sql, String haystack, String needle)
           
static boolean like(SQL sql, String haystack, String needle, String escape)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LikeCompare

public LikeCompare()
Method Detail

like

public static boolean like(SQL sql,
                           String haystack,
                           String needle)
                    throws PageException
Throws:
PageException

like

public static boolean like(SQL sql,
                           String haystack,
                           String needle,
                           String escape)
                    throws PageException
Throws:
PageException


Copyright © 2012 Railo