MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / createSimilarToMatcher

Method createSimilarToMatcher

src/jrd/Collation.cpp:1047–1051  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1045 }
1046
1047 virtual PatternMatcher* createSimilarToMatcher(thread_db* tdbb, MemoryPool& pool, const UCHAR* p, SLONG pl,
1048 const UCHAR* escape, SLONG escapeLen)
1049 {
1050 return Re2SimilarMatcher::create(tdbb, pool, this, p, pl, escape, escapeLen);
1051 }
1052
1053 virtual BaseSubstringSimilarMatcher* createSubstringSimilarMatcher(thread_db* tdbb, MemoryPool& pool,
1054 const UCHAR* p, SLONG pl, const UCHAR* escape, SLONG escapeLen)

Callers 1

stringBooleanMethod · 0.80

Calls 1

createFunction · 0.85

Tested by

no test coverage detected