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

Method createPool

src/dsql/dsql.h:139–142  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

137 ~dsql_dbb();
138
139 MemoryPool* createPool()
140 {
141 return dbb_attachment->createPool();
142 }
143
144 void deletePool(MemoryPool* pool)
145 {

Callers 2

initFunction · 0.45
prepareStatementFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected