Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ getDbKey
Method
getDbKey
src/dsql/DsqlStatements.h:224–224 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
222
DsqlDmlRequest* createRequest(thread_db* tdbb, dsql_dbb* dbb) override;
223
224
dsql_par* getDbKey() { return dbKey; }
225
const dsql_par* getDbKey() const { return dbKey; }
226
void setDbKey(dsql_par* value) { dbKey = value; }
227
Callers
1
mapInOut
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected