Package ortus.boxlang.runtime.jdbc.qoq
Class LikeOperation
java.lang.Object
ortus.boxlang.runtime.jdbc.qoq.LikeOperation
Implements the LIKE operation for SQL QoQ
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
LikeOperation
public LikeOperation()
-
-
Method Details
-
invoke
Invoke a SQL Like operation.- Parameters:
stringToSearchIn
- The string to search inpatternToSearchFor
- The pattern to search forescape
- The escape character- Returns:
- true if the pattern matches the string
-