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

SQL Anywhere 11.0.1 (日本語) » Ultra Light - M-Business Anywhere プログラミング » Ultra Light for M-Business Anywhere API リファレンス » ResultSetSchema クラス

 

getColumnName メソッド

指定されたカラム ID で識別されたカラムの名前を返します。

構文
String getColumnName(UInt16 columnID)
パラメータ
  • columnID   カラムの ID。columnID は、[1,getColumnCount()] の範囲内であることが必要です。

備考

カラムの ID とカウントは、スキーマのアップグレード中に変更されることがあります。カラムを正しく識別するには、名前でアクセスするか、キャッシュされている ID とカウントをスキーマのアップグレード後にリフレッシュします。