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

 

Update 関数

現在の行を更新します。

構文
bool UltraLite_Cursor_iface::Update()
備考

この操作を成功させるには、テーブルが更新モードになっている必要があります。更新モードに切り換えるには、UpdateBegin 関数を使用します。