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

 

OpenTableWithIndex 関数

ローを順序付けるための指定されたインデックスを使用して、テーブルを開きます。

構文
UltraLite_Table * UltraLite_Connection_iface::OpenTableWithIndex(
  const ULValue & table_id,
  const ULValue & index_id,
  const ULValue & persistent_name
)
パラメータ
  • table_id   テーブルの名前または順序。

  • index_id   インデックスの名前または順序。

  • persistent_name   サスペンド処理に使用されるインスタンスの名前。

備考

アプリケーションがテーブルを初めて開いたときは、カーソルの位置は BeforeFirst() に設定されます。