Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.1 (中文) » UltraLite - M-Business Anywhere 编程 » UltraLite for M-Business Anywhere API 参考

 

UUID 类

表示一个 UUID。UUID(通用唯一标识符,Universally Unique Identifier)或 GUID(全局唯一标识符,Globally Unique Identifier)是确保在所有计算机和数据库中的唯一性的生成值。UUID 作为 SQLType.BINARY(16) 值存储在 UltraLite 数据库中,可用于对行进行唯一标识。UUID 类可存储不可变的 UUID。

UUID 与创建它的连接相关联,并且在该连接关闭后,不能再转换为字符串。


equals 方法
toString 方法