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

Method ToNoCaseString

src/common/classes/fb_string.h:766–769  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

764 return StringBase<PathNameComparator>(c_str());
765 }
766 StringBase<IgnoreCaseComparator> ToNoCaseString() const
767 {
768 return StringBase<IgnoreCaseComparator>(c_str());
769 }
770
771 StringType substr(size_type pos = 0, size_type n = npos) const
772 {

Callers 2

parseLineMethod · 0.80
getTokenFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected