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

Method getNextCTEAlias

src/dsql/DsqlCompilerScratch.h:233–236  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

231 }
232
233 const Firebird::string* getNextCTEAlias()
234 {
235 return *(--currCteAlias);
236 }
237
238 void resetCTEAlias(const Firebird::string& alias)
239 {

Callers 1

pass1_rseFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected