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 参考 » PreparedStatement 类

 

executeStatement 方法

执行一个不返回结果集的语句,如 SQL INSERT、DELETE 或 UPDATE 语句。

语法
Int32 executeStatement( )
返回值

受该语句影响的行的数目。

注释

如果 Connection.autoCommit 为 true,此语句只在一行或多行受其影响时才提交。