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

Function implicit_pk

src/common/utils.cpp:203–206  ·  view source on GitHub ↗

i m p l i c i t _ p k Determines if an index is of the form RDB$PRIMARY [ ]

Source from the content-addressed store, hash-verified

201// ***********************************
202// Determines if an index is of the form RDB$PRIMARY<n[...n]>[<spaces>]
203bool implicit_pk(const char* pk_name)
204{
205 return implicit_name(pk_name, IMPLICIT_PK_PREFIX, IMPLICIT_PK_PREFIX_LEN);
206}
207
208
209// ***********************************

Callers

nothing calls this directly

Calls 1

implicit_nameFunction · 0.85

Tested by

no test coverage detected