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

Function DDL_ids

src/dsql/ddl.cpp:121–124  ·  view source on GitHub ↗

Determine whether ids or names should be referenced when generating blr for fields and relations.

Source from the content-addressed store, hash-verified

119
120// Determine whether ids or names should be referenced when generating blr for fields and relations.
121bool DDL_ids(const DsqlCompilerScratch* scratch)
122{
123 return !(scratch->flags & DsqlCompilerScratch::FLAG_DDL);
124}
125
126
127void DDL_resolve_intl_type(DsqlCompilerScratch* dsqlScratch, dsql_fld* field,

Callers 2

genBlrMethod · 0.85
genBlrMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected