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 参考 » ResultSetSchema 类

 

getColumnName 方法

返回由指定的列 ID 标识的列的名称。

语法
String getColumnName(UInt16 columnID)
参数
  • columnID   列 ID。columnID 必须在 [1,getColumnCount()] 范围内。

注释

列 ID 和计数在模式升级过程中可能发生变化。为了正确地标识列,请按名称访问它,或者在模式升级后刷新高速缓存中的 ID 和计数。