PK_ATTDEF_find   
PK_ERROR_code_t    PK_ATTDEF_find
(
--- received arguments ---
const char        *name,            --- attribute definition name

--- returned arguments ---
PK_ATTDEF_t *const attdef           --- attribute definition
                                    --- (possibly PK_ENTITY_null)
)


This function returns the attribute definition that has the given name.


Specific Errors:
    PK_ERROR_bad_name               Non-printing characters in name


If no attribute definition with the given name exists, then PK_ENTITY_null
is returned.

Generated on: Fri, 04 Oct 2024 12:15:06 GMT