Interface UUID
- All Superinterfaces:
Externalizable, Serializable
- All Known Implementing Classes:
BasicUUID
An interface for accessing Derby UUIDs, unique identifiers.
The values in the system catalog held in ID columns with a type of CHAR(36) are the string representations of these UUIDs.
A UUID implements equals() and hashCode based on value equality.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringNULL UUIDstatic final intUUID_BYTE_LENGTH The number of bytes in the array toByteArray returns. -
Method Summary
Modifier and TypeMethodDescriptioncloneMe()Clone this UUID.Produce a string representation of this UUID which is suitable for use as a unique ANSI identifier.Methods inherited from interface Externalizable
readExternal, writeExternal
-
Field Details
-
NULL
-
UUID_BYTE_LENGTH
static final int UUID_BYTE_LENGTHUUID_BYTE_LENGTH The number of bytes in the array toByteArray returns.- See Also:
-
-
Method Details
-
toANSIidentifier
String toANSIidentifier()Produce a string representation of this UUID which is suitable for use as a unique ANSI identifier. -
cloneMe
-