Uses of Class
org.datanucleus.store.rdbms.sql.method.StringMatchesMethod
-
Packages that use StringMatchesMethod Package Description org.datanucleus.store.rdbms.sql.method Support for invocation of Java methods, typically using SQL functions. -
-
Uses of StringMatchesMethod in org.datanucleus.store.rdbms.sql.method
Subclasses of StringMatchesMethod in org.datanucleus.store.rdbms.sql.method Modifier and Type Class Description class
StringMatchesDerbyMethod
Expression handler to evaluate {stringExpression}.matches(StringExpression) for Derby.class
StringSimilarPostgresqlMethod
Support for a String.matches like functionality but using Postgresql's "SIMILAR TO" operator.
-