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

SQL Anywhere 11.0.1 (中文) » UltraLiteJ » UltraLiteJ 参考 » UltraLiteJ API 参考 » SyncParms 类

 

setPassword 方法

设置用 setUserName 指定的用户的 MobiLink 口令。

语法
abstract void SyncParms.setPassword(
  String v
) throws ULjException
参数
  • v   MobiLink 用户的口令。

注释

该用户名和口令独立于任何数据库用户 ID 和口令。该方法用于针对 MobiLink 服务器对应用程序进行验证。

缺省值为空字符串,表示没有口令。

另请参见