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

 

Insert 関数

新しいローをテーブルに挿入します。

構文
bool UltraLite_Table_iface::Insert()
備考

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