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_IndexSchema_iface クラス

 

IsColumnDescending 関数

カラムが降順かどうかを調べます。

構文
bool UltraLite_IndexSchema_iface::IsColumnDescending(
  const ULValue & column_name
)
パラメータ
  • column_name   カラムの名前。

戻り値

カラムが降順の場合は、true。

備考

カラム名が存在しない場合は、SQLE_COLUMN_NOT_FOUND を設定します。