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 - M-Business Anywhere 编程 » UltraLite for M-Business Anywhere API 参考 » ULTable 类

 

insertBegin 方法

通过将所有当前列值设置为其缺省值来准备在此表中插入新行。

语法
insertBegin( )
注释

调用相应的 SetType 方法,以指定要插入的非缺省值。

直到执行 insert 方法之后,才实际插入行和更改行中的数据;而且在提交之前该更改不是永久更改。