Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
描述唯一标识符(UUID 或通用唯一标识符)对象。
public interface UUIDValue
UUIDValue 接口的所有成员,包括所有继承的成员。
getString 方法
isNull 方法
set 方法
setNull 方法
在需要唯一标识符的情况下和可以使用任意值的位置,此类实体很有用。
如果在使用 DEFAULT NEWID() 子句创建列的表中没有为列提供任何值,则也可以使用 SQL INSERT 语句创建 UUIDValue。
可使用 Connection 对象通过 createUUIDValue 方法创建 UUIDValue。
getString 方法isNull 方法set 方法setNull 方法