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

Function sqlSymbolChar

src/common/utils.cpp:1814–1819  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1812}
1813
1814inline bool sqlSymbolChar(char c, bool first)
1815{
1816 if (c & 0x80)
1817 return false;
1818 return (isdigit(c) && !first) || isalpha(c) || c == '_' || c == '$';
1819}
1820
1821const char* dpbItemUpper(const char* s, FB_SIZE_T l, Firebird::string& buf)
1822{

Callers 1

dpbItemUpperFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected