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

SQL Anywhere 11.0.1 (中文) » 错误消息 » SQL Anywhere 错误消息 » 按消息文本排序的 SQL Anywhere 错误消息 (T-Z)

 

无法更新以 \"final\" 修饰符限定的成员字段

错误常量 SQLE_CANNOT_UPDATE_FINAL_FIELD
ODBC 2 状态 ERROR
ODBC 3 状态 ERROR
严重级 16
SQLCODE –699
SQLSTATE WJ012
Sybase 错误代码 13606
可能的原因

您试图修改由 "final" 修饰符限定的 Java 成员。此类成员是不变的,且不可修改。