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

Method createContainsMatcher

src/jrd/Collation.cpp:1064–1067  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1062 }
1063
1064 virtual PatternMatcher* createContainsMatcher(MemoryPool& pool, const UCHAR* p, SLONG pl)
1065 {
1066 return pContainsMatcher::create(pool, this, p, pl);
1067 }
1068};
1069
1070template <typename T>

Callers 1

stringBooleanMethod · 0.80

Calls 1

createFunction · 0.85

Tested by

no test coverage detected