Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
表示一个 UUID。
public class UUID
UUID 类的所有成员,包括所有继承的成员。
equals 方法
UUID(通用唯一标识符,Universally Unique Identifer)或 GUID(全局唯一标识符,Globally Unique Identifier)是确保在所有计算机和数据库中的唯一性的生成值。UUID 作为 SQLType.BINARY(16) 或 SQLType.UUID 值存储在 UltraLite 数据库中,可用于对行进行唯一标识。