uuid | DCE compatible Universally Unique Identifier library |
uuid_clear | reset value of UUID variable to the NULL value |
uuid_compare | compare whether two UUIDs are the same |
uuid_copy | copy a UUID value |
uuid_generate | create a new unique UUID value |
uuid_generate_random | alias for uuid_generate |
uuid_generate_time | alias for uuid_generate |
uuid_generate_time_safe | alias for uuid_generate |
uuid_is_null | compare the value of the UUID to the NULL value |
uuid_parse | convert an input UUID string into binary representation |
uuid_time | extract the time at which the UUID was created |
uuid_unparse | convert a UUID from binary representation to a string |