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

Method getDialect

src/jrd/DataTypeUtil.cpp:360–363  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

358}
359
360USHORT DataTypeUtil::getDialect() const
361{
362 return (tdbb->getDatabase()->dbb_flags & DBB_DB_SQL_dialect_3) ? 3 : 1;
363}
364
365// Returns false if conversion is not needed.
366bool DataTypeUtil::convertToUTF8(const string& src, string& dst, CHARSET_ID charset, ErrorFunction err)

Callers 3

makeInt64ResultFunction · 0.45
makeAbsFunction · 0.45
makeDateDiffFunction · 0.45

Calls 1

getDatabaseMethod · 0.80

Tested by

no test coverage detected