Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.1 (中文) » UltraLite - C 及 C++ 编程 » API 参考 » UltraLite C++ API 参考 » UltraLite_Table_iface 类

 

Insert 函数

在表中插入一个新行。

语法
bool UltraLite_Table_iface::Insert()
注释

表必须处于插入模式,此操作才能成功。使用InsertBegin 函数可切换到插入模式。