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 - C/C++ プログラミング » API リファレンス » Ultra Light C++ API リファレンス » UltraLite_RowSchema_iface クラス

 

GetColumnType 関数

カラムの型を取得します。

構文
ul_column_storage_type UltraLite_RowSchema_iface::GetColumnType(
  const ULValue & column_id
)
パラメータ
  • column_id   1 から始まる順序数。

戻り値

カラムが存在しない場合は、UL_TYPE_BAD_INDEX。

備考

ulprotos.h の ul_column_storage_type enum を参照してください。