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

Function implicit_integrity

src/common/utils.cpp:193–196  ·  view source on GitHub ↗

i m p l i c i t _ i n t e g r i t y Determines if a table integrity constraint domain is of the form INTEG_ [ ]

Source from the content-addressed store, hash-verified

191// ***********************************
192// Determines if a table integrity constraint domain is of the form INTEG_<n[...n]>[<spaces>]
193bool implicit_integrity(const char* integ_name)
194{
195 return implicit_name(integ_name, IMPLICIT_INTEGRITY_PREFIX, IMPLICIT_INTEGRITY_PREFIX_LEN);
196}
197
198
199// ***********************************

Callers

nothing calls this directly

Calls 1

implicit_nameFunction · 0.85

Tested by

no test coverage detected