Click or drag to resize

PostgreSqlFunctionsAllLike Method

Overload List
  NameDescription
Public methodStatic memberAllLike(String, String)
Will generate a toCompareWith LIKE ALL(likePatternArray) fragment in the SQL query using the mapping of this function.
Public methodStatic memberAllLike(IEntityFieldCore, String)
Will generate a stringField LIKE ALL(likePatternArray) fragment in the SQL query using the mapping of this function.
Top
See Also