PostgreSqlFunctionsAnyLike Method |
Name | Description | |
---|---|---|
AnyLike(String, String) |
Will generate a toCompare LIKE ANY(likePatternArray) fragment in the SQL query using the mapping of this function.
| |
AnyLike(IEntityFieldCore, String) |
Will generate a stringField LIKE ANY(likePatternArray) fragment in the SQL query using the mapping of this function.
|