Class StringMatchesMethod

java.lang.Object
org.datanucleus.store.rdbms.sql.method.StringMatchesMethod
All Implemented Interfaces:
SQLMethod
Direct Known Subclasses:
StringMatchesDerbyMethod, StringSimilarPostgresqlMethod

public class StringMatchesMethod extends Object implements SQLMethod
Expression handler to evaluate {stringExpression}.matches(StringExpression). Returns a BooleanExpression using LIKE.